Skip to content

Commit cec7904

Browse files
committed
packages: update libexpat to v2.7.3
Signed-off-by: Piyush Jena <[email protected]>
1 parent 4c950e5 commit cec7904

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/libexpat/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/libexpat/libexpat/releases/"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/libexpat/libexpat/releases/download/R_2_7_2/expat-2.7.2.tar.xz"
16-
sha512 = "da64ae6d1762388873acbad9bc0edc80094c693bccacf89ca90d1626f53866c5e87c2019276e39643963d6479fb8a6d7b1f05f38caa1be84a24ff9d603449e38"
15+
url = "https://github.com/libexpat/libexpat/releases/download/R_2_7_3/expat-2.7.3.tar.xz"
16+
sha512 = "d2e495a9a2b902d38d838ec514da67ff56b76cdefcf89d0c320e2f319a35e439bd697880334d0ee70ca79b4515ac94c0c9b9ff97f899bcaa89308f1c8efaee0d"
1717

1818
[[package.metadata.build-package.external-files]]
19-
url = "https://github.com/libexpat/libexpat/releases/download/R_2_7_2/expat-2.7.2.tar.xz.asc"
20-
sha512 = "4ec8466294b3cfcce7835f6a00ec91127ec1aa830eeb34f24ae6021af0ee6fef88ae3e4c7ad466f9ff537b68c2981c8816245e57bf65ff93001ac02d23b9f57c"
19+
url = "https://github.com/libexpat/libexpat/releases/download/R_2_7_3/expat-2.7.3.tar.xz.asc"
20+
sha512 = "925b560239f507521cfba0cd0aebe82082c356cdc2afcaddd0bb91aada1f935289b2a88f72fe93d71a850372f67e4d427b3497c4069c2a82ea5b5045ae3d0220"
2121

2222
[build-dependencies]
2323
glibc = { path = "../glibc" }

packages/libexpat/libexpat.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%global unversion 2_7_2
1+
%global unversion 2_7_3
22

33
Name: %{_cross_os}libexpat
44
Version: %(echo %{unversion} | sed 's/_/./g')

0 commit comments

Comments
 (0)