Skip to content

Commit

Permalink
Merge pull request microsoft#2879 from miurahr/freexl_104-1
Browse files Browse the repository at this point in the history
[freexl] fix download url
  • Loading branch information
alexkaratarakis authored Feb 25, 2018
2 parents c935513 + 89da6db commit 5fd8fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/freexl/CONTROL
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion ports/freexl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down

0 comments on commit 5fd8fb2

Please sign in to comment.