Skip to content

Commit

Permalink
flatpak: Update vulkan-tools to vulkan-sdk-1.4.304.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton committed Feb 2, 2025
1 parent 52338ca commit 2093246
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions build-aux/com.usebottles.bottles.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,27 +114,41 @@
{
"type": "git",
"url": "https://github.com/KhronosGroup/Vulkan-Tools.git",
"tag": "sdk-1.3.261.1",
"commit": "a7da7027ca9fd0901639f02619c226da9c6036f1",
"tag": "vulkan-sdk-1.4.304.0",
"commit": "4c25e78dd87720275ab069de1fe2e005cd528ed9",
"x-checker-data": {
"type": "git",
"tag-pattern": "^sdk-([\\d.]+)$"
"tag-pattern": "^vulkan-sdk-([\\d.]+)$"
}
}
],
"modules": [
{
"name": "volk",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DVOLK_INSTALL=ON"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/zeux/volk/archive/refs/tags/1.4.304.tar.gz",
"sha256": "ab3d4a8ccaeb32652259cdd008399504a41792675b0421d90b67729ee274746f"
}
]
},
{
"name": "vulkan-headers",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://github.com/KhronosGroup/Vulkan-Headers.git",
"tag": "sdk-1.3.261.1",
"commit": "85c2334e92e215cce34e8e0ed8b2dce4700f4a50",
"tag": "vulkan-sdk-1.4.304.0",
"commit": "d4a196d8c84e032d27f999adcea3075517c1c97f",
"x-checker-data": {
"type": "git",
"tag-pattern": "^sdk-([\\d.]+)$"
"tag-pattern": "^vulkan-sdk-([\\d.]+)$"
}
}
]
Expand Down

0 comments on commit 2093246

Please sign in to comment.