Skip to content

Commit 77c9ad6

Browse files
committed
Update to BS 1.40.6
1 parent c00b7e9 commit 77c9ad6

File tree

2 files changed

+96
-90
lines changed

2 files changed

+96
-90
lines changed

qpm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
},
3737
{
3838
"id": "bs-cordl",
39-
"versionRange": "^4004.0.0",
39+
"versionRange": "^4006.0.0",
4040
"additionalData": {
4141
"includeQmod": true
4242
}
4343
},
4444
{
4545
"id": "custom-json-data",
46-
"versionRange": "^0.23.0",
46+
"versionRange": "^0.24.0",
4747
"additionalData": {}
4848
},
4949
{

qpm.shared.json

Lines changed: 94 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.shared.schema.json",
23
"config": {
34
"version": "0.4.0",
45
"sharedDir": "shared",
@@ -37,14 +38,14 @@
3738
},
3839
{
3940
"id": "bs-cordl",
40-
"versionRange": "^4004.0.0",
41+
"versionRange": "^4006.0.0",
4142
"additionalData": {
4243
"includeQmod": true
4344
}
4445
},
4546
{
4647
"id": "custom-json-data",
47-
"versionRange": "^0.23.0",
48+
"versionRange": "^0.24.0",
4849
"additionalData": {}
4950
},
5051
{
@@ -81,49 +82,25 @@
8182
"restoredDependencies": [
8283
{
8384
"dependency": {
84-
"id": "paper2_scotland2",
85-
"versionRange": "=4.6.2",
86-
"additionalData": {
87-
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.2/libpaper2_scotland2.so",
88-
"overrideSoName": "libpaper2_scotland2.so",
89-
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.2/paper2_scotland2.qmod",
90-
"branchName": "version/v4_6_2",
91-
"compileOptions": {
92-
"systemIncludes": [
93-
"shared/utfcpp/source"
94-
]
95-
},
96-
"cmake": false
97-
}
98-
},
99-
"version": "4.6.2"
100-
},
101-
{
102-
"dependency": {
103-
"id": "libil2cpp",
104-
"versionRange": "=0.4.0",
85+
"id": "sombrero",
86+
"versionRange": "=0.1.43",
10587
"additionalData": {
10688
"headersOnly": true,
107-
"compileOptions": {
108-
"systemIncludes": [
109-
"il2cpp/external/baselib/Include",
110-
"il2cpp/external/baselib/Platforms/Android/Include"
111-
]
112-
}
89+
"branchName": "version/v0_1_43"
11390
}
11491
},
115-
"version": "0.4.0"
92+
"version": "0.1.43"
11693
},
11794
{
11895
"dependency": {
11996
"id": "custom-types",
120-
"versionRange": "=0.18.2",
97+
"versionRange": "=0.18.3",
12198
"additionalData": {
122-
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.2/libcustom-types.so",
123-
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.2/debug_libcustom-types.so",
99+
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.3/libcustom-types.so",
100+
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.3/debug_libcustom-types.so",
124101
"overrideSoName": "libcustom-types.so",
125-
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.2/CustomTypes.qmod",
126-
"branchName": "version/v0_18_2",
102+
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.3/CustomTypes.qmod",
103+
"branchName": "version/v0_18_3",
127104
"compileOptions": {
128105
"cppFlags": [
129106
"-Wno-invalid-offsetof"
@@ -132,92 +109,104 @@
132109
"cmake": true
133110
}
134111
},
135-
"version": "0.18.2"
112+
"version": "0.18.3"
136113
},
137114
{
138115
"dependency": {
139-
"id": "sombrero",
140-
"versionRange": "=0.1.43",
116+
"id": "bs-cordl",
117+
"versionRange": "=4006.0.0",
141118
"additionalData": {
142119
"headersOnly": true,
143-
"branchName": "version/v0_1_43"
120+
"branchName": "version/v4006_0_0",
121+
"compileOptions": {
122+
"includePaths": [
123+
"include"
124+
],
125+
"cppFeatures": [],
126+
"cppFlags": [
127+
"-DNEED_UNSAFE_CSHARP",
128+
"-fdeclspec",
129+
"-DUNITY_2021",
130+
"-DHAS_CODEGEN",
131+
"-Wno-invalid-offsetof"
132+
]
133+
}
144134
}
145135
},
146-
"version": "0.1.43"
136+
"version": "4006.0.0"
147137
},
148138
{
149139
"dependency": {
150-
"id": "custom-json-data",
151-
"versionRange": "=0.23.0",
140+
"id": "paper2_scotland2",
141+
"versionRange": "=4.6.4",
152142
"additionalData": {
153-
"soLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.23.0/libcustom-json-data.so",
154-
"debugSoLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.23.0/debug_libcustom-json-data.so",
155-
"overrideSoName": "libcustom-json-data.so",
156-
"modLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.23.0/custom-json-data.qmod",
157-
"branchName": "version/v0_23_0",
143+
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.4/libpaper2_scotland2.so",
144+
"overrideSoName": "libpaper2_scotland2.so",
145+
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.4/paper2_scotland2.qmod",
146+
"branchName": "version/v4_6_4",
158147
"compileOptions": {
159-
"cppFlags": [
160-
"-DRAPIDJSON_NEON"
148+
"systemIncludes": [
149+
"shared/utfcpp/source"
161150
]
162151
},
163-
"cmake": true
152+
"cmake": false
164153
}
165154
},
166-
"version": "0.23.0"
155+
"version": "4.6.4"
167156
},
168157
{
169158
"dependency": {
170-
"id": "bs-cordl",
171-
"versionRange": "=4004.0.0",
159+
"id": "fmt",
160+
"versionRange": "=11.0.2",
172161
"additionalData": {
173162
"headersOnly": true,
174-
"branchName": "version/v4004_0_0",
163+
"branchName": "version/v11_0_2",
175164
"compileOptions": {
176-
"includePaths": [
177-
"include"
165+
"systemIncludes": [
166+
"fmt/include/"
178167
],
179-
"cppFeatures": [],
180168
"cppFlags": [
181-
"-DNEED_UNSAFE_CSHARP",
182-
"-fdeclspec",
183-
"-DUNITY_2021",
184-
"-DHAS_CODEGEN",
185-
"-Wno-invalid-offsetof"
169+
"-DFMT_HEADER_ONLY"
186170
]
187171
}
188172
}
189173
},
190-
"version": "4004.0.0"
174+
"version": "11.0.2"
191175
},
192176
{
193177
"dependency": {
194-
"id": "songcore",
195-
"versionRange": "=1.1.20",
178+
"id": "beatsaber-hook",
179+
"versionRange": "=6.4.2",
196180
"additionalData": {
197-
"soLink": "https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.20/libsongcore.so",
198-
"debugSoLink": "https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.20/debug_libsongcore.so",
199-
"overrideSoName": "libsongcore.so",
200-
"modLink": "https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.20/SongCore.qmod",
201-
"branchName": "version/v1_1_20",
181+
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/libbeatsaber-hook.so",
182+
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/debug_libbeatsaber-hook.so",
183+
"overrideSoName": "libbeatsaber-hook.so",
184+
"modLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/beatsaber-hook.qmod",
185+
"branchName": "version/v6_4_2",
186+
"compileOptions": {
187+
"cppFlags": [
188+
"-Wno-extra-qualification"
189+
]
190+
},
202191
"cmake": true
203192
}
204193
},
205-
"version": "1.1.20"
194+
"version": "6.4.2"
206195
},
207196
{
208197
"dependency": {
209-
"id": "beatsaber-hook",
210-
"versionRange": "=6.4.1",
198+
"id": "songcore",
199+
"versionRange": "=1.1.22",
211200
"additionalData": {
212-
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.1/libbeatsaber-hook.so",
213-
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.1/debug_libbeatsaber-hook.so",
214-
"overrideSoName": "libbeatsaber-hook.so",
215-
"modLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.1/beatsaber-hook.qmod",
216-
"branchName": "version/v6_4_1",
201+
"soLink": "https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.22/libsongcore.so",
202+
"debugSoLink": "https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.22/debug_libsongcore.so",
203+
"overrideSoName": "libsongcore.so",
204+
"modLink": "https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.22/SongCore.qmod",
205+
"branchName": "version/v1_1_22",
217206
"cmake": true
218207
}
219208
},
220-
"version": "6.4.1"
209+
"version": "1.1.22"
221210
},
222211
{
223212
"dependency": {
@@ -234,22 +223,39 @@
234223
},
235224
{
236225
"dependency": {
237-
"id": "fmt",
238-
"versionRange": "=11.0.2",
226+
"id": "libil2cpp",
227+
"versionRange": "=0.4.0",
239228
"additionalData": {
240229
"headersOnly": true,
241-
"branchName": "version/v11_0_2",
242230
"compileOptions": {
243231
"systemIncludes": [
244-
"fmt/include/"
245-
],
246-
"cppFlags": [
247-
"-DFMT_HEADER_ONLY"
232+
"il2cpp/external/baselib/Include",
233+
"il2cpp/external/baselib/Platforms/Android/Include"
248234
]
249235
}
250236
}
251237
},
252-
"version": "11.0.2"
238+
"version": "0.4.0"
239+
},
240+
{
241+
"dependency": {
242+
"id": "custom-json-data",
243+
"versionRange": "=0.24.1",
244+
"additionalData": {
245+
"soLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.24.1/libcustom-json-data.so",
246+
"debugSoLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.24.1/debug_libcustom-json-data.so",
247+
"overrideSoName": "libcustom-json-data.so",
248+
"modLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.24.1/custom-json-data.qmod",
249+
"branchName": "version/v0_24_1",
250+
"compileOptions": {
251+
"cppFlags": [
252+
"-DRAPIDJSON_NEON"
253+
]
254+
},
255+
"cmake": true
256+
}
257+
},
258+
"version": "0.24.1"
253259
}
254260
]
255-
}
261+
}

0 commit comments

Comments
 (0)