mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 14:42:48 +08:00
[libmspack] update to 0.10.1. (#5834)
This commit is contained in:
parent
8129b11ea6
commit
bab450fab5
@ -1,4 +1,4 @@
|
||||
Source: libmspack
|
||||
Version: 0.6
|
||||
Version: 0.10.1
|
||||
Build-Depends:
|
||||
Description: libmspack is a portable library for some loosely related Microsoft compression formats.
|
||||
|
@ -1,14 +1,14 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
set(LIB_NAME libmspack)
|
||||
set(LIB_VERSION 0.6alpha)
|
||||
set(LIB_VERSION 0.10.1alpha)
|
||||
set(LIB_FILENAME ${LIB_NAME}-${LIB_VERSION}.tar.gz)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/${LIB_NAME}-${LIB_VERSION})
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://www.cabextract.org.uk/libmspack/${LIB_FILENAME}"
|
||||
FILENAME "${LIB_FILENAME}"
|
||||
SHA512 7ba4a584d335c2d703628a3c179bc0d323574632357cdfe04622f960dcc4ef970b5739799397b6802d44a312f7ed9d589b4be223facf044bbfdbfd76d9c7405d
|
||||
SHA512 a7b5f7caa49190c5021f3e768b92f2e51cc0ce685c9ab6ed6fb36de885c73231b58d47a8a3b5c5aa5c9ac56c25c500eb683d84dbf11f09f97f6cb4fff5adc245
|
||||
)
|
||||
vcpkg_extract_source_archive(${ARCHIVE})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user