mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
build, refactor: Reuse expat package version in its download path
This commit is contained in:
parent
4bb7821ab2
commit
edc9a6afdc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
package=expat
|
||||
$(package)_version=2.4.1
|
||||
$(package)_download_path=https://github.com/libexpat/libexpat/releases/download/R_2_4_1/
|
||||
$(package)_download_path=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$($(package)_version))/
|
||||
$(package)_file_name=$(package)-$($(package)_version).tar.xz
|
||||
$(package)_sha256_hash=cf032d0dba9b928636548e32b327a2d66b1aab63c4f4a13dd132c2d1d2f2fb6a
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue