generated from obsproject/obs-plugintemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update clang-format and obs-studio dependencies (#89)
* Update clang-format and obs-studio dependencies * Refactor string-util.h and RequestBuilder.cpp * Update clang-format version to 16 * Update clang-format version requirement to 16.0.0
- Loading branch information
Showing
6 changed files
with
140 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"dependencies": { | ||
"obs-studio": { | ||
"version": "29.1.2", | ||
"version": "30.0.2", | ||
"baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags", | ||
"label": "OBS sources", | ||
"hashes": { | ||
"macos": "215f1fa5772c5dd9f3d6e35b0cb573912b00320149666a77864f9d305525504b", | ||
"windows-x64": "46d451f3f42b9d2c59339ec268165849c7b7904cdf1cc2a8d44c015815a9e37d" | ||
"macos": "be12c3ad0a85713750d8325e4b1db75086223402d7080d0e3c2833d7c5e83c27", | ||
"windows-x64": "970058c49322cfa9cd6d620abb393fed89743ba7e74bd9dbb6ebe0ea8141d9c7" | ||
} | ||
}, | ||
"prebuilt": { | ||
"version": "2023-04-12", | ||
"version": "2023-11-03", | ||
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download", | ||
"label": "Pre-Built obs-deps", | ||
"hashes": { | ||
"macos": "9535c6e1ad96f7d49960251e85a245774088d48da1d602bb82f734b10219125a", | ||
"windows-x64": "c13a14a1acc4224b21304d97b63da4121de1ed6981297e50496fbc474abc0503" | ||
"macos": "90c2fc069847ec2768dcc867c1c63b112c615ed845a907dc44acab7a97181974", | ||
"windows-x64": "d0825a6fb65822c993a3059edfba70d72d2e632ef74893588cf12b1f0d329ce6" | ||
} | ||
}, | ||
"qt6": { | ||
"version": "2023-04-12", | ||
"version": "2023-11-03", | ||
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download", | ||
"label": "Pre-Built Qt6", | ||
"hashes": { | ||
"macos": "eb7614544ab4f3d2c6052c797635602280ca5b028a6b987523d8484222ce45d1", | ||
"windows-x64": "4d39364b8a8dee5aa24fcebd8440d5c22bb4551c6b440ffeacce7d61f2ed1add" | ||
"macos": "ba4a7152848da0053f63427a2a2cb0a199af3992997c0db08564df6f48c9db98", | ||
"windows-x64": "bc57dedf76b47119a6dce0435a2f21b35b08c8f2948b1cb34a157320f77732d1" | ||
}, | ||
"debugSymbols": { | ||
"windows-x64": "f34ee5067be19ed370268b15c53684b7b8aaa867dc800b68931df905d679e31f" | ||
"windows-x64": "fd8ecd1d8cd2ef049d9f4d7fb5c134f784836d6020758094855dfa98bd025036" | ||
} | ||
} | ||
}, | ||
|
@@ -45,7 +45,7 @@ | |
} | ||
}, | ||
"name": "obs-urlsource", | ||
"version": "0.2.7", | ||
"version": "0.3.0", | ||
"author": "Roy Shilkrot", | ||
"website": "https://github.com/occ-ai/obs-urlsource", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ static inline std::string &trim(std::string &s) | |
return ltrim(rtrim(s)); | ||
} | ||
|
||
} | ||
} // namespace | ||
|
||
#endif | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters