[unrar] Update to 5.8.1 (#8108)

This commit is contained in:
FaultyRAM 2019-09-10 01:59:05 +10:00 committed by Curtis J Bezault
parent 90c3f80fff
commit e87cc3abb7
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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)