Skip to content

Commit

Permalink
[libmspack] update to 0.11 (#34592)
Browse files Browse the repository at this point in the history
* [libmspack] update to 0.11

* [libmspack] update to 0.11
  • Loading branch information
jiayuehua authored Oct 20, 2023
1 parent 1e0e745 commit 6836a75
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/libmspack/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
3 changes: 1 addition & 2 deletions ports/libmspack/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libmspack.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "198f4c8a1eac2254110eaed939dc99744c78a58f",
"version": "0.11",
"port-version": 0
},
{
"git-tree": "b26826abcd6d912b526809624f838431cb470b3d",
"version": "0.10.1",
Expand Down

0 comments on commit 6836a75

Please sign in to comment.