Skip to content

Commit fd81a15

Browse files
committed
depends: expat: update to 2.7.4
1 parent a9cd37c commit fd81a15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/depends/packages/expat.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=expat
2-
$(package)_version=2.7.3
2+
$(package)_version=2.7.4
33
$(package)_download_path=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$($(package)_version))/
44
$(package)_file_name=expat-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=821ac9710d2c073eaf13e1b1895a9c9aa66c1157a99635c639fbff65cdbdd732
5+
$(package)_sha256_hash=461ecc8aa98ab1a68c2db788175665d1a4db640dc05bf0e289b6ea17122144ec
66
$(package)_build_subdir=build
77

88
define $(package)_set_vars

contrib/depends/packages/native_expat.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=native_expat
2-
$(package)_version=2.7.3
2+
$(package)_version=2.7.4
33
$(package)_download_path=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$($(package)_version))/
44
$(package)_file_name=expat-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=821ac9710d2c073eaf13e1b1895a9c9aa66c1157a99635c639fbff65cdbdd732
5+
$(package)_sha256_hash=461ecc8aa98ab1a68c2db788175665d1a4db640dc05bf0e289b6ea17122144ec
66
$(package)_build_subdir=build
77

88
define $(package)_set_vars

0 commit comments

Comments
 (0)