[libpopt] Remove invalid URL (#11607)

This commit is contained in:
Lily 2020-05-28 07:08:36 +08:00 committed by GitHub
parent 7b0789fceb
commit 1982faa57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -1,3 +1,3 @@
Source: libpopt
Version: 1.16-12
Version: 1.16-13
Description: Library for parsing command line parameters

View File

@ -1,11 +1,8 @@
include(vcpkg_common_functions)
set(LIBPOPT_VERSION 1.16)
set(LIBPOPT_HASH bae2dd4e5d682ef023fdc77ae60c4aad01a3a576d45af9d78d22490c11e410e60edda37ede171920746d4ae0d5de3c060d15cecfd41ba75b727a811be828d694)
vcpkg_download_distfile(ARCHIVE
URLS
"http://rpm5.org/files/popt/popt-${LIBPOPT_VERSION}.tar.gz"
"https://ftp.openbsd.org/pub/OpenBSD/distfiles/popt-${LIBPOPT_VERSION}.tar.gz"
FILENAME "popt-${LIBPOPT_VERSION}.tar.gz"
SHA512 ${LIBPOPT_HASH}
@ -33,5 +30,4 @@ vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libpopt)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/libpopt/COPYING ${CURRENT_PACKAGES_DIR}/share/libpopt/copyright)
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)