diff options
| author | Vertian <[email protected]> | 2021-01-07 22:15:40 -0600 |
|---|---|---|
| committer | Vertian <[email protected]> | 2021-01-08 16:46:31 -0600 |
| commit | 9327e1d77985a7009cc4f5d65da929942a8065c9 (patch) | |
| tree | 619dc7ba08e69b6e512882bbf9f8264169c4b2f5 /depends/packages/native_mac_alias.mk | |
| parent | Set next release version to 1.14.2 (diff) | |
| download | discoin-9327e1d77985a7009cc4f5d65da929942a8065c9.tar.xz discoin-9327e1d77985a7009cc4f5d65da929942a8065c9.zip | |
Update package links for OSX cross compilation
Diffstat (limited to 'depends/packages/native_mac_alias.mk')
| -rw-r--r-- | depends/packages/native_mac_alias.mk | 8 |
1 files changed, 4 insertions, 4 deletions
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 |