Skip to content

Commit 718d29a

Browse files
committed
depends: update urls for dmg tools
These repos have migrated from https://github.com/al45tair/ to https://github.com/dmgbuild/, so update our URLs to point to the new location. Note that GitHub is also already performing the redirect automatically.
1 parent 1d89fc6 commit 718d29a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depends/packages/native_ds_store.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package=native_ds_store
22
$(package)_version=1.3.0
3-
$(package)_download_path=https://github.com/al45tair/ds_store/archive/
3+
$(package)_download_path=https://github.com/dmgbuild/ds_store/archive/
44
$(package)_file_name=v$($(package)_version).tar.gz
55
$(package)_sha256_hash=76b3280cd4e19e5179defa23fb594a9dd32643b0c80d774bd3108361d94fb46d
66
$(package)_install_libdir=$(build_prefix)/lib/python3/dist-packages

depends/packages/native_mac_alias.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package=native_mac_alias
22
$(package)_version=2.2.0
3-
$(package)_download_path=https://github.com/al45tair/mac_alias/archive/
3+
$(package)_download_path=https://github.com/dmgbuild/mac_alias/archive/
44
$(package)_file_name=v$($(package)_version).tar.gz
55
$(package)_sha256_hash=421e6d7586d1f155c7db3e7da01ca0dacc9649a509a253ad7077b70174426499
66
$(package)_install_libdir=$(build_prefix)/lib/python3/dist-packages

0 commit comments

Comments
 (0)