mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-23 11:19:43 +00:00
[unrar] Update to 5.8.1 (#8108)
This commit is contained in:
parent
90c3f80fff
commit
e87cc3abb7
@ -1,4 +1,4 @@
|
||||
Source: unrar
|
||||
Version: 5.5.8-3
|
||||
Version: 5.8.1
|
||||
Homepage: https://www.rarlab.com
|
||||
Description: rarlab's unrar libary
|
||||
|
@ -1,8 +1,8 @@
|
||||
include(vcpkg_common_functions)
|
||||
set(UNRAR_VERSION "5.5.8")
|
||||
set(UNRAR_SHA512 9eac83707fa47a03925e5f3e8adf47889064d748304b732d12a2d379ab525b441f1aa33216377d4ef445f45c4e8ad73d2cd0b560601ceac344c60571b77fd6aa)
|
||||
set(UNRAR_VERSION "5.8.1")
|
||||
set(UNRAR_SHA512 31303df575e8a5ed9fc03e20d0482306536c3496894a39788052c5c9dfde61eb7f5ca29b8c48354581622a020aa446f108af956ab43024a48731a12233155612)
|
||||
set(UNRAR_FILENAME unrarsrc-${UNRAR_VERSION}.tar.gz)
|
||||
set(UNRAR_URL http://www.rarlab.com/rar/${UNRAR_FILENAME})
|
||||
set(UNRAR_URL https://www.rarlab.com/rar/${UNRAR_FILENAME})
|
||||
|
||||
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user