mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 03:29:24 +00:00
depends: zlib: update to 1.3.1
This commit is contained in:
parent
f291649ce2
commit
6f8a3d0e5a
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
package=zlib
|
||||
$(package)_version=1.3
|
||||
$(package)_version=1.3.1
|
||||
$(package)_download_path=https://github.com/madler/zlib/releases/download/v$($(package)_version)/
|
||||
$(package)_file_name=$(package)-$($(package)_version).tar.xz
|
||||
$(package)_sha256_hash=8a9ba2898e1d0d774eca6ba5b4627a11e5588ba85c8851336eb38de4683050a7
|
||||
$(package)_sha256_hash=38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32
|
||||
|
||||
define $(package)_config_cmds
|
||||
CC="$($(package)_cc)" \
|
||||
|
@ -22,4 +22,4 @@ endef
|
|||
|
||||
define $(package)_stage_cmds
|
||||
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
||||
endef
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue