goxel: update to 0.9.0.

This commit is contained in:
John 2019-06-04 20:31:57 +02:00
parent 3ba9ec44ee
commit b93aa4d6e7

View file

@ -1,6 +1,6 @@
# Template file for 'goxel'
pkgname=goxel
version=0.8.3
version=0.9.0
revision=1
build_style=scons
make_build_args="debug=0 werror=0"
@ -11,7 +11,7 @@ maintainer="John <johnz@posteo.net>"
license="GPL-3.0-or-later"
homepage="https://guillaumechereau.github.io/goxel/"
distfiles="https://github.com/guillaumechereau/goxel/archive/v${version}.tar.gz"
checksum=a99e92ae4812a57450ef853626c95bcdb9abfe68885ae68f5541c77f4952991c
checksum=950f1f130f54eacb0de4a97b195e8b02dcf3cb3a9f97356005c26055dece4018
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone";;