diff options
author | fanquake <fanquake@gmail.com> | 2021-04-29 09:11:58 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-04-29 09:12:15 +0800 |
commit | 2cbb4ab7a92a281d7d7b4821654515dd59383ff3 (patch) | |
tree | b8c37a1ba5d37885b86fdb2a508d4515e9d5adee /depends | |
parent | 4cfe6c37d956be58e6228f50833d25b84aafe55a (diff) | |
parent | b353633bf488fbd89b66f6c534d5f0f676c9cf6d (diff) |
Merge bitcoin/bitcoin#21658: build: fix make deploy for arm64-darwin
b353633bf488fbd89b66f6c534d5f0f676c9cf6d build: mac_alias 2.2.0 (sgulls)
Pull request description:
Fix make deploy for arm64-darwin
Accidentally [closed](https://github.com/bitcoin/bitcoin/pull/21555) the PR
ACKs for top commit:
promag:
Tested ACK b353633bf488fbd89b66f6c534d5f0f676c9cf6d.
Tree-SHA512: 08043792d63894b6738ea93d076cecace1d8b30a623b944170a34492c3838269da87e09878164c760cf321663fb72641a7295070a847ad67d91fc9970ebe5c6a
Diffstat (limited to 'depends')
-rw-r--r-- | depends/packages/native_mac_alias.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/depends/packages/native_mac_alias.mk b/depends/packages/native_mac_alias.mk index 5fe027fb8a..783f87ca7c 100644 --- a/depends/packages/native_mac_alias.mk +++ b/depends/packages/native_mac_alias.mk @@ -1,8 +1,8 @@ package=native_mac_alias -$(package)_version=2.1.1 +$(package)_version=2.2.0 $(package)_download_path=https://github.com/al45tair/mac_alias/archive/ $(package)_file_name=v$($(package)_version).tar.gz -$(package)_sha256_hash=c0ffceee14f7d04a6eb323fb7b8217dc3f373b346198d2ca42300a8362db7efa +$(package)_sha256_hash=421e6d7586d1f155c7db3e7da01ca0dacc9649a509a253ad7077b70174426499 $(package)_install_libdir=$(build_prefix)/lib/python3/dist-packages define $(package)_build_cmds |