Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Jul 10, 2024
1 parent 100e2ca commit dde8e80
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,17 @@
{
"dependency": {
"id": "tracks",
"versionRange": "=1.0.2",
"versionRange": "=1.0.3",
"additionalData": {
"soLink": "https://github.com/StackDoubleFlow/Tracks/releases/download/v1.0.2/libtracks.so",
"debugSoLink": "https://github.com/StackDoubleFlow/Tracks/releases/download/v1.0.2/debug_libtracks.so",
"soLink": "https://github.com/StackDoubleFlow/Tracks/releases/download/v1.0.3/libtracks.so",
"debugSoLink": "https://github.com/StackDoubleFlow/Tracks/releases/download/v1.0.3/debug_libtracks.so",
"overrideSoName": "libtracks.so",
"modLink": "https://github.com/StackDoubleFlow/Tracks/releases/download/v1.0.2/Tracks.qmod",
"branchName": "version/v1_0_2",
"modLink": "https://github.com/StackDoubleFlow/Tracks/releases/download/v1.0.3/Tracks.qmod",
"branchName": "version/v1_0_3",
"cmake": true
}
},
"version": "1.0.2"
"version": "1.0.3"
},
{
"dependency": {
Expand All @@ -171,13 +171,13 @@
{
"dependency": {
"id": "custom-json-data",
"versionRange": "=0.21.4",
"versionRange": "=0.21.5",
"additionalData": {
"soLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.21.4/libcustom-json-data.so",
"debugSoLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.21.4/debug_libcustom-json-data.so",
"soLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.21.5/libcustom-json-data.so",
"debugSoLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.21.5/debug_libcustom-json-data.so",
"overrideSoName": "libcustom-json-data.so",
"modLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.21.4/custom-json-data.qmod",
"branchName": "version/v0_21_4",
"modLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.21.5/custom-json-data.qmod",
"branchName": "version/v0_21_5",
"compileOptions": {
"cppFlags": [
"-DRAPIDJSON_NEON"
Expand All @@ -186,7 +186,7 @@
"cmake": true
}
},
"version": "0.21.4"
"version": "0.21.5"
},
{
"dependency": {
Expand Down

0 comments on commit dde8e80

Please sign in to comment.