mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
[libmspack] update to 0.11 (#34592)
* [libmspack] update to 0.11 * [libmspack] update to 0.11
This commit is contained in:
parent
1e0e745cd0
commit
6836a75c4a
@ -1,11 +1,11 @@
|
||||
set(LIB_NAME libmspack)
|
||||
set(LIB_VERSION 0.10.1alpha)
|
||||
set(LIB_VERSION 0.11alpha)
|
||||
set(LIB_FILENAME ${LIB_NAME}-${LIB_VERSION}.tar.gz)
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://www.cabextract.org.uk/libmspack/${LIB_FILENAME}"
|
||||
FILENAME "${LIB_FILENAME}"
|
||||
SHA512 a7b5f7caa49190c5021f3e768b92f2e51cc0ce685c9ab6ed6fb36de885c73231b58d47a8a3b5c5aa5c9ac56c25c500eb683d84dbf11f09f97f6cb4fff5adc245
|
||||
SHA512 40c487e5b4e2f63a6cada26d29db51f605e8c29525a1cb088566d02cf2b1cc9dba263f80e2101d7f8e9d69cf7684a15bcaf791fb4891ad013a56afc7256dfa62
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "libmspack",
|
||||
"version": "0.10.1",
|
||||
"port-version": 6,
|
||||
"version": "0.11",
|
||||
"description": "libmspack is a portable library for some loosely related Microsoft compression formats.",
|
||||
"homepage": "https://www.cabextract.org.uk/libmspack",
|
||||
"dependencies": [
|
||||
|
@ -4457,8 +4457,8 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"libmspack": {
|
||||
"baseline": "0.10.1",
|
||||
"port-version": 6
|
||||
"baseline": "0.11",
|
||||
"port-version": 0
|
||||
},
|
||||
"libmt32emu": {
|
||||
"baseline": "2.7.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "198f4c8a1eac2254110eaed939dc99744c78a58f",
|
||||
"version": "0.11",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b26826abcd6d912b526809624f838431cb470b3d",
|
||||
"version": "0.10.1",
|
||||
|
Loading…
Reference in New Issue
Block a user