mirror of
https://github.com/pygos/build.git
synced 2024-11-10 13:47:11 +01:00
Bump expat version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
c221f20a5c
commit
4fbce21d64
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="R_2_2_6"
|
||||
VERSION="R_2_2_7"
|
||||
SRCDIR="libexpat-${VERSION}/expat"
|
||||
TARBALL="${VERSION}.tar.gz"
|
||||
URL="https://github.com/libexpat/libexpat/archive"
|
||||
SHA256SUM="574499cba22a599393e28d99ecfa1e7fc85be7d6651d543045244d5b561cb7ff"
|
||||
SHA256SUM="4efe89dfd8c2f9b971bf9089efa4cc163ac997a75da92c08be14d80a091474e6"
|
||||
DEPENDS="libbsd-dev toolchain"
|
||||
SUBPKG="expat expat-dev"
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
file lib/libexpat.so.1.6.8 0755 0 0
|
||||
slink lib/libexpat.so.1 0777 0 0 libexpat.so.1.6.8
|
||||
file lib/libexpat.so.1.6.9 0755 0 0
|
||||
slink lib/libexpat.so.1 0777 0 0 libexpat.so.1.6.9
|
||||
|
|
Loading…
Reference in a new issue