mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
Update stormlib to 9.26 (#39197)
This commit is contained in:
parent
0f6d405151
commit
bc2c12ac0a
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ladislav-zezula/StormLib
|
||||
REF "v${VERSION}"
|
||||
SHA512 0da78bda4bb89637da892fc73a0673b8a5f852ede4fdceba1029431d24dd1e59db9bfceafab1c5fb642e4b5d0d15d9865f7a138bfb190ce0c2d3601b22dd3023
|
||||
SHA512 5f0ce75019cfbe3a2dfc07ea312825e2babf226dbf8aa77ed60456862ae739ac4689cbe7d4a185cdc148ad9910fd8137d3f11c04ffe6c532bbdacb08838ecfba
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -11,6 +11,10 @@ vcpkg_cmake_configure(
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(PACKAGE_NAME StormLib)
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stormlib",
|
||||
"version": "9.25",
|
||||
"version": "9.26",
|
||||
"description": "StormLib is a library for opening and manipulating Blizzard MPQ files",
|
||||
"dependencies": [
|
||||
"bzip2",
|
||||
@ -8,6 +8,10 @@
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
},
|
||||
"zlib"
|
||||
]
|
||||
}
|
||||
|
@ -8485,7 +8485,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"stormlib": {
|
||||
"baseline": "9.25",
|
||||
"baseline": "9.26",
|
||||
"port-version": 0
|
||||
},
|
||||
"strict-variant": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1f5b1e0a693bea5a8bcdec058ef72972c6104115",
|
||||
"version": "9.26",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a3fc71772572a4bff064f754ef71c6631cb9bca9",
|
||||
"version": "9.25",
|
||||
|
Loading…
Reference in New Issue
Block a user