diff options
| author | Patrick Lodder <[email protected]> | 2021-01-15 20:31:18 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-15 20:31:18 +0100 |
| commit | f6e7d736d376601212600fb0c746d72aedea2004 (patch) | |
| tree | cefaba8e6c8200bdd92e4de3e3ec19192d80f74e | |
| parent | [tests] fix rpc ban test: set test time far into the future (diff) | |
| parent | Update package links for OSX cross compilation (diff) | |
| download | discoin-f6e7d736d376601212600fb0c746d72aedea2004.tar.xz discoin-f6e7d736d376601212600fb0c746d72aedea2004.zip | |
Merge pull request #1661 from Vertian/1.14.3-dev-osx
Update package links for OSX cross compilation
| -rw-r--r-- | depends/packages/native_ds_store.mk | 7 | ||||
| -rw-r--r-- | depends/packages/native_mac_alias.mk | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/depends/packages/native_ds_store.mk b/depends/packages/native_ds_store.mk index 49f5829ac..1053a0cd3 100644 --- a/depends/packages/native_ds_store.mk +++ b/depends/packages/native_ds_store.mk @@ -1,9 +1,8 @@ package=native_ds_store $(package)_version=1.1.0 -$(package)_download_path=https://bitbucket.org/al45tair/ds_store/get -$(package)_download_file=v$($(package)_version).tar.bz2 -$(package)_file_name=$(package)-$($(package)_version).tar.bz2 -$(package)_sha256_hash=921596764d71d1bbd3297a90ef6d286f718794d667e4f81d91d14053525d64c1 +$(package)_download_path=https://github.com/al45tair/ds_store/archive/ +$(package)_file_name=v$($(package)_version).tar.gz +$(package)_sha256_hash=a9f4c0755c6be7224ff7029e188dd262e830bb81e801424841db9eb0780ec8ed $(package)_install_libdir=$(build_prefix)/lib/python/dist-packages $(package)_dependencies=native_biplist diff --git a/depends/packages/native_mac_alias.mk b/depends/packages/native_mac_alias.mk index 85a8a402b..8dc283143 100644 --- a/depends/packages/native_mac_alias.mk +++ b/depends/packages/native_mac_alias.mk @@ -1,9 +1,9 @@ package=native_mac_alias $(package)_version=1.1.0 -$(package)_download_path=https://bitbucket.org/al45tair/mac_alias/get -$(package)_download_file=v$($(package)_version).tar.bz2 -$(package)_file_name=$(package)-$($(package)_version).tar.bz2 -$(package)_sha256_hash=87ad827e66790028361e43fc754f68ed041a9bdb214cca03c853f079b04fb120 +$(package)_download_path=https://github.com/al45tair/mac_alias/archive/ +$(package)_download_file=v$($(package)_version).tar.gz +$(package)_file_name=mac_alias-$($(package)_version).tar.gz +$(package)_sha256_hash=b10cb44ecb64fc25283fae7a9cf365d2829377d84e37b9c21100aca8757509be $(package)_install_libdir=$(build_prefix)/lib/python/dist-packages $(package)_patches=python3.patch |