mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[freexl] fix download url
Download fails because original download url has been changed. Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
parent
0eae5c651d
commit
89da6db4a9
@ -1,5 +1,5 @@
|
||||
Source: freexl
|
||||
Version: 1.0.4
|
||||
Version: 1.0.4-1
|
||||
Description: FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet
|
||||
Build-Depends: libiconv
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
include(vcpkg_common_functions)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/freexl-1.0.4)
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "http://www.gaia-gis.it/gaia-sins/freexl-1.0.4.tar.gz"
|
||||
URLS "http://www.gaia-gis.it/gaia-sins/freexl-sources/freexl-1.0.4.tar.gz"
|
||||
FILENAME "freexl-1.0.4.tar.gz"
|
||||
SHA512 d72561f7b82e0281cb211fbf249e5e45411a7cdd009cfb58da3696f0a0341ea7df210883bfde794be28738486aeb4ffc67ec2c98fd2acde5280e246e204ce788
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user