Skip to content

Commit edc9a6a

Browse files
committed
build, refactor: Reuse expat package version in its download path
1 parent 4bb7821 commit edc9a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/expat.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package=expat
22
$(package)_version=2.4.1
3-
$(package)_download_path=https://github.com/libexpat/libexpat/releases/download/R_2_4_1/
3+
$(package)_download_path=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$($(package)_version))/
44
$(package)_file_name=$(package)-$($(package)_version).tar.xz
55
$(package)_sha256_hash=cf032d0dba9b928636548e32b327a2d66b1aab63c4f4a13dd132c2d1d2f2fb6a
66

0 commit comments

Comments
 (0)