mxml: update to 3.2
This commit is contained in:
parent
1a4adb63d0
commit
06d5d05b2d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mxml'
|
# Template file for 'mxml'
|
||||||
pkgname=mxml
|
pkgname=mxml
|
||||||
version=3.1
|
version=3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_args="libmxml.a all"
|
make_build_args="libmxml.a all"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="LGPL-2.0-only"
|
license="LGPL-2.0-only"
|
||||||
homepage="http://www.minixml.org/"
|
homepage="http://www.minixml.org/"
|
||||||
distfiles="https://github.com/michaelrsweet/mxml/releases/download/v${version}/mxml-${version}.tar.gz"
|
distfiles="https://github.com/michaelrsweet/mxml/releases/download/v${version}/mxml-${version}.tar.gz"
|
||||||
checksum=1ac8d252f62f9dc2b2004518c70d2da313bdfcd92b8350e215f46064a34b52fc
|
checksum=b894f6c64964f2e77902564c17ba00f5d077a7a24054e7c1937903b0bd42c974
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DSTROOT="${DESTDIR}" install
|
make DSTROOT="${DESTDIR}" install
|
||||||
|
|
Loading…
Reference in a new issue