aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-04-16 12:39:02 -0700
committerGitHub <noreply@github.com>2020-04-16 12:39:02 -0700
commitdb42b414342572f107b2d193ce55607635beafdb (patch)
treefbdf58ce4b6708103147472f2ec95d6fcb812c03
parent22850feaef82f71c0f992b04dce5aa2e99d19c03 (diff)
parent36bd7c4be30f34836b48b08f892c568e4e0139ba (diff)
downloadvcpkg-db42b414342572f107b2d193ce55607635beafdb.tar.gz
vcpkg-db42b414342572f107b2d193ce55607635beafdb.zip
Merge pull request #10781 from Voskrese/physfs-mirror-url
[physfs] mirror url
-rw-r--r--ports/physfs/CONTROL3
-rw-r--r--ports/physfs/portfile.cmake3
2 files changed, 4 insertions, 2 deletions
diff --git a/ports/physfs/CONTROL b/ports/physfs/CONTROL
index 037db0947..de52b6a4c 100644
--- a/ports/physfs/CONTROL
+++ b/ports/physfs/CONTROL
@@ -1,5 +1,6 @@
Source: physfs
-Version: 3.0.2-1
+Version: 3.0.2-2
Homepage: https://icculus.org/physfs/
Description: a library to provide abstract access to various archives
Build-Depends: zlib
+Supports: !arm64
diff --git a/ports/physfs/portfile.cmake b/ports/physfs/portfile.cmake
index 2e841ac7e..86d56b4fa 100644
--- a/ports/physfs/portfile.cmake
+++ b/ports/physfs/portfile.cmake
@@ -1,8 +1,9 @@
-include(vcpkg_common_functions)
+vcpkg_fail_port_install(ON_ARCH "arm64")
set(PHYSFS_VERSION 3.0.2)
vcpkg_download_distfile(ARCHIVE
URLS "https://icculus.org/physfs/downloads/physfs-${PHYSFS_VERSION}.tar.bz2"
+ "https://hg.icculus.org/icculus/physfs/archive/release-${PHYSFS_VERSION}.tar.bz2"
FILENAME "physfs-${PHYSFS_VERSION}.tar.bz2"
SHA512 4024b6c3348e0b6fc1036aac330192112dfe17de3e3d14773be9f06e9a062df5a1006869f21162b4e0b584989f463788a35e64186b1913225c073fea62754472
)