Skip to content

Commit

Permalink
Merge pull request #130 from vyaghras/libexpat_update
Browse files Browse the repository at this point in the history
Update libexpat package to 2.6.3
  • Loading branch information
vyaghras authored Sep 6, 2024
2 parents afea4c9 + c166fac commit f7abe7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/libexpat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "../packages.rs"
releases-url = "https://github.com/libexpat/libexpat/releases/"

[[package.metadata.build-package.external-files]]
url = "https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.xz"
sha512 = "47b60967d6346d330dded87ea1a2957aa7d34dd825043386a89aa131054714f618ede57bfe97cf6caa40582a4bc67e198d2a915e7d8dbe8ee4f581857c2e3c2e"
url = "https://github.com/libexpat/libexpat/releases/download/R_2_6_3/expat-2.6.3.tar.xz"
sha512 = "e02c4ad88f9d539258aa1c1db71ded7770a8f12c77b5535e5b34f040ae5b1361ef23132f16d96bdb7c096a83acd637a7c907916bdfcc6d5cfb9e35d04020ca0b"

[build-dependencies]
glibc = { path = "../glibc" }
3 changes: 1 addition & 2 deletions packages/libexpat/libexpat.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%global unversion 2_6_2
%global unversion 2_6_3

Name: %{_cross_os}libexpat
Version: %(echo %{unversion} | sed 's/_/./g')
Expand Down Expand Up @@ -43,7 +43,6 @@ Requires: %{name}
%{_cross_libdir}/*.so
%{_cross_includedir}/*.h
%{_cross_pkgconfigdir}/*.pc
%exclude %{_cross_libdir}/*.la
%exclude %{_cross_libdir}/cmake

%changelog

0 comments on commit f7abe7b

Please sign in to comment.