mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump expat version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
12f7c1c8ad
commit
0e77d58fb6
3 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="2.2.8"
|
VERSION="2.2.9"
|
||||||
SRCDIR="expat-${VERSION}"
|
SRCDIR="expat-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://github.com/libexpat/libexpat/releases/download/R_2_2_8"
|
URL="https://github.com/libexpat/libexpat/releases/download/R_2_2_9"
|
||||||
SHA256SUM="61caa81a49d858afb2031c7b1a25c97174e7f2009aa1ec4e1ffad2316b91779b"
|
SHA256SUM="1ea6965b15c2106b6bbe883397271c80dfa0331cdf821b2c319591b55eadc0a4"
|
||||||
DEPENDS="libbsd-dev toolchain"
|
DEPENDS="libbsd-dev toolchain"
|
||||||
SUBPKG="expat expat-dev"
|
SUBPKG="expat expat-dev"
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,4 @@ file lib/pkgconfig/expat.pc 0644 0 0
|
||||||
file include/expat.h 0644 0 0
|
file include/expat.h 0644 0 0
|
||||||
file include/expat_config.h 0644 0 0
|
file include/expat_config.h 0644 0 0
|
||||||
file include/expat_external.h 0644 0 0
|
file include/expat_external.h 0644 0 0
|
||||||
slink lib/libexpat.so 0777 0 0 libexpat.so.1.6.10
|
slink lib/libexpat.so 0777 0 0 libexpat.so.1.6.11
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
dir lib 0755 0 0
|
dir lib 0755 0 0
|
||||||
file lib/libexpat.so.1.6.10 0755 0 0
|
file lib/libexpat.so.1.6.11 0755 0 0
|
||||||
slink lib/libexpat.so.1 0777 0 0 libexpat.so.1.6.10
|
slink lib/libexpat.so.1 0777 0 0 libexpat.so.1.6.11
|
||||||
|
|
Loading…
Reference in a new issue