expat: update to 2.4.0.
This commit is contained in:
parent
cc397e17dc
commit
b2d5d69057
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'expat'
|
# Template file for 'expat'
|
||||||
pkgname=expat
|
pkgname=expat
|
||||||
version=2.3.0
|
version=2.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="XML parser library written in C"
|
short_desc="XML parser library written in C"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://libexpat.github.io/"
|
homepage="https://libexpat.github.io/"
|
||||||
distfiles="https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz"
|
distfiles="https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz"
|
||||||
checksum=caa34f99b6e3bcea8502507eb6549a0a84510b244a748dfb287271b2d47467a9
|
checksum=63c548501ea0bb9265b64b5492da49bb487d94009b599596549ec5e709d81e12
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue