expat: update to 2.3.0.

This commit is contained in:
Leah Neukirchen 2021-03-25 11:53:58 +01:00
parent d37456f37b
commit b108be3cd1
2 changed files with 6 additions and 4 deletions

View file

@ -1,14 +1,14 @@
# Template file for 'expat'
pkgname=expat
version=2.2.10
version=2.3.0
revision=1
build_style=gnu-configure
short_desc="XML parser library written in C"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://expat.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/expat/${pkgname}-${version}.tar.bz2"
checksum=b2c160f1b60e92da69de8e12333096aeb0c3bf692d41c60794de278af72135a5
homepage="https://libexpat.github.io/"
distfiles="https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz"
checksum=caa34f99b6e3bcea8502507eb6549a0a84510b244a748dfb287271b2d47467a9
post_install() {
vlicense COPYING
@ -21,6 +21,7 @@ expat-devel_package() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
}
}

1
srcpkgs/expat/update Normal file
View file

@ -0,0 +1 @@
site='https://github.com/libexpat/libexpat/releases'