Skip to content

Commit e30c03e

Browse files
committed
fix macOS build depends
1 parent c1decff commit e30c03e

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

depends/packages/native_ds_store.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package=native_ds_store
2-
$(package)_version=c80c23706eae
3-
$(package)_download_path=https://bitbucket.org/al45tair/ds_store/get
4-
$(package)_download_file=$($(package)_version).tar.bz2
5-
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
6-
$(package)_sha256_hash=ce1aa412211610c63d567bbe3e06213006a2d5ba5d76d89399c151b5472cb0da
2+
$(package)_version=1.1.0
3+
$(package)_download_path=https://github.com/al45tair/ds_store/archive
4+
$(package)_download_file=v$($(package)_version).tar.gz
5+
$(package)_file_name=$(package)-$($(package)_version).tar.gz
6+
$(package)_sha256_hash=a9f4c0755c6be7224ff7029e188dd262e830bb81e801424841db9eb0780ec8ed
77
$(package)_install_libdir=$(build_prefix)/lib/python/dist-packages
88
$(package)_dependencies=native_biplist
99

depends/packages/native_mac_alias.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package=native_mac_alias
22
$(package)_version=1.1.0
3-
$(package)_download_path=https://bitbucket.org/al45tair/mac_alias/get
4-
$(package)_download_file=v$($(package)_version).tar.bz2
5-
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
6-
$(package)_sha256_hash=87ad827e66790028361e43fc754f68ed041a9bdb214cca03c853f079b04fb120
3+
$(package)_download_path=https://github.com/al45tair/mac_alias/archive
4+
$(package)_download_file=v$($(package)_version).tar.gz
5+
$(package)_file_name=$(package)-$($(package)_version).tar.gz
6+
$(package)_sha256_hash=b10cb44ecb64fc25283fae7a9cf365d2829377d84e37b9c21100aca8757509be
77
$(package)_install_libdir=$(build_prefix)/lib/python/dist-packages
88
$(package)_patches=python3.patch
99

0 commit comments

Comments
 (0)