Skip to content

Commit 61b7a6d

Browse files
flatpak: Update vulkan-tools to vulkan-sdk-1.4.304.0
1 parent bb6133d commit 61b7a6d

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

build-aux/com.usebottles.bottles.Devel.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,27 +114,41 @@
114114
{
115115
"type": "git",
116116
"url": "https://github.com/KhronosGroup/Vulkan-Tools.git",
117-
"tag": "sdk-1.3.261.1",
118-
"commit": "a7da7027ca9fd0901639f02619c226da9c6036f1",
117+
"tag": "vulkan-sdk-1.4.304.0",
118+
"commit": "4c25e78dd87720275ab069de1fe2e005cd528ed9",
119119
"x-checker-data": {
120120
"type": "git",
121-
"tag-pattern": "^sdk-([\\d.]+)$"
121+
"tag-pattern": "^vulkan-sdk-([\\d.]+)$"
122122
}
123123
}
124124
],
125125
"modules": [
126+
{
127+
"name": "volk",
128+
"buildsystem": "cmake-ninja",
129+
"config-opts": [
130+
"-DVOLK_INSTALL=ON"
131+
],
132+
"sources": [
133+
{
134+
"type": "archive",
135+
"url": "https://github.com/zeux/volk/archive/refs/tags/1.4.304.tar.gz",
136+
"sha256": "ab3d4a8ccaeb32652259cdd008399504a41792675b0421d90b67729ee274746f"
137+
}
138+
]
139+
},
126140
{
127141
"name": "vulkan-headers",
128142
"buildsystem": "cmake-ninja",
129143
"sources": [
130144
{
131145
"type": "git",
132146
"url": "https://github.com/KhronosGroup/Vulkan-Headers.git",
133-
"tag": "sdk-1.3.261.1",
134-
"commit": "85c2334e92e215cce34e8e0ed8b2dce4700f4a50",
147+
"tag": "vulkan-sdk-1.4.304.0",
148+
"commit": "d4a196d8c84e032d27f999adcea3075517c1c97f",
135149
"x-checker-data": {
136150
"type": "git",
137-
"tag-pattern": "^sdk-([\\d.]+)$"
151+
"tag-pattern": "^vulkan-sdk-([\\d.]+)$"
138152
}
139153
}
140154
]

0 commit comments

Comments
 (0)