Fix boost version for flatpak

This commit is contained in:
Yukino Song
2025-06-04 19:05:28 +08:00
parent d316b272da
commit cb74eb63ad

View File

@@ -9,8 +9,8 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "https://github.com/boostorg/boost/releases/download/boost-1.87.0/boost-1.87.0-cmake.tar.xz", "url": "https://github.com/boostorg/boost/releases/download/boost-1.88.0/boost-1.88.0-cmake.tar.xz",
"sha256": "7da75f171837577a52bbf217e17f8ea576c7c246e4594d617bfde7fafd408be5" "sha256": "f48b48390380cfb94a629872346e3a81370dc498896f16019ade727ab72eb1ec"
} }
] ]
} }