diff options
author | fanquake <fanquake@gmail.com> | 2017-10-07 13:47:30 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2017-10-07 14:50:18 +0800 |
commit | 46b752ab5783a4689ed64b38b3a79429ad77217b (patch) | |
tree | 11f44bdaed14b7787e603ac78bef47db0d262aff /depends/packages | |
parent | 17f2acedbe078f179556f4550eca547726f087e1 (diff) |
[depends] native_mac_alias 2.0.6
Diffstat (limited to 'depends/packages')
-rw-r--r-- | depends/packages/native_mac_alias.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/depends/packages/native_mac_alias.mk b/depends/packages/native_mac_alias.mk index 85a8a402bf..488ec8b59c 100644 --- a/depends/packages/native_mac_alias.mk +++ b/depends/packages/native_mac_alias.mk @@ -1,14 +1,13 @@ 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)_version=2.0.6 +$(package)_download_path=https://github.com/al45tair/mac_alias/archive/ +$(package)_file_name=v$($(package)_version).tar.gz +$(package)_sha256_hash=78a3332d9a597eebf09ae652d38ad1e263b28db5c2e6dd725fad357b03b77371 $(package)_install_libdir=$(build_prefix)/lib/python/dist-packages $(package)_patches=python3.patch define $(package)_preprocess_cmds - patch -p1 < $($(package)_patch_dir)/python3.patch + patch -p1 < $($(package)_patch_dir)/python3.patch endef define $(package)_build_cmds |