diff --git a/ports/mo2-libbsarch/portfile.cmake b/ports/mo2-libbsarch/portfile.cmake index 5e3a759..ed9497c 100644 --- a/ports/mo2-libbsarch/portfile.cmake +++ b/ports/mo2-libbsarch/portfile.cmake @@ -1,9 +1,9 @@ set(VCPKG_POLICY_DLLS_IN_STATIC_LIBRARY enabled) vcpkg_download_distfile(ARCHIVE - URLS "https://github.com/ModOrganizer2/libbsarch/releases/download/${VERSION}/libbsarch.7z" + URLS "https://github.com/ModOrganizer2/libbsarch/releases/download/${VERSION}/libbsarch_${VERSION}.7z" FILENAME "libbsarch-${VERSION}.7z" - SHA512 385155300FE3312412F2CD7F81FFE6A83FC643D9DBCB2D47097432BAA8E08C2D47B638F3797DB4C9EE5FA62177949BD5062FE0E637E978946C353B29D6CC18AC + SHA512 88ACA64F8467234CA7B51031372387F0A0927F962CF44D41D0842BB632A92BECEAD0BFDE4A61C10FB45531F0FD85CB5C59C67749635E0E7905A2BDF75B601B37 ) vcpkg_extract_source_archive_ex( diff --git a/ports/mo2-libbsarch/vcpkg.json b/ports/mo2-libbsarch/vcpkg.json index cde993b..549d300 100644 --- a/ports/mo2-libbsarch/vcpkg.json +++ b/ports/mo2-libbsarch/vcpkg.json @@ -1,6 +1,6 @@ { "name": "mo2-libbsarch", - "version": "0.1.1", + "version": "0.1.2", "description": "BSArchive Dynamic Link Library and C++ bindings.", "homepage": "https://github.com/ModOrganizer2/libbsarch/", "license": "MIT",