Skip to content

Commit ae0fbf0

Browse files
committed
Merge #12417: Upgrade mac_alias to 2.0.7
fc1bfcf Update mac_alias to 2.0.7 (Douglas Roark) deee216 Delete mac_alias patch (Douglas Roark) Pull request description: The patch Bitcoin Core has been maintaining for mac_alias was pulled by the mac_alias maintainer in commit 4f31cb084c1c6a8626128b0b00842020b6db9037. Delete the patch and remove the patch from the depends system. Note that this PR won't be complete until a new version of mac_alias containing the patch has been released, and the depends system is updated to reflect the new version. Tree-SHA512: e13f1b45c0a56e95645b1aff77036c8a24c29c3f18ea0d386fba8d6d0f5fd07c434afc09dcd644d46ca096d6a7a0d5097f1eca3be5b5a5475eb3d54407044fd9
2 parents b2089c5 + fc1bfcf commit ae0fbf0

File tree

2 files changed

+2
-63
lines changed

2 files changed

+2
-63
lines changed

depends/packages/native_mac_alias.mk

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
package=native_mac_alias
2-
$(package)_version=2.0.6
2+
$(package)_version=2.0.7
33
$(package)_download_path=https://github.com/al45tair/mac_alias/archive/
44
$(package)_file_name=v$($(package)_version).tar.gz
5-
$(package)_sha256_hash=78a3332d9a597eebf09ae652d38ad1e263b28db5c2e6dd725fad357b03b77371
5+
$(package)_sha256_hash=6f606d3b6bccd2112aeabf1a063f5b5ece87005a5d7e97c8faca23b916e88838
66
$(package)_install_libdir=$(build_prefix)/lib/python/dist-packages
7-
$(package)_patches=python3.patch
8-
9-
define $(package)_preprocess_cmds
10-
patch -p1 < $($(package)_patch_dir)/python3.patch
11-
endef
127

138
define $(package)_build_cmds
149
python setup.py build

depends/patches/native_mac_alias/python3.patch

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)