goxel: update to 0.10.8.
This commit is contained in:
parent
0f2c50050a
commit
dbf51093a7
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'goxel'
|
# Template file for 'goxel'
|
||||||
pkgname=goxel
|
pkgname=goxel
|
||||||
version=0.10.7
|
version=0.10.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=scons
|
build_style=scons
|
||||||
make_build_args="mode=release werror=0"
|
make_build_args="mode=release werror=0"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://guillaumechereau.github.io/goxel/"
|
homepage="https://guillaumechereau.github.io/goxel/"
|
||||||
distfiles="https://github.com/guillaumechereau/goxel/archive/v${version}.tar.gz"
|
distfiles="https://github.com/guillaumechereau/goxel/archive/v${version}.tar.gz"
|
||||||
checksum=dfb91e62bdd5332e3938923db924bae43f12eaa181040d16e4cc7082316adf1c
|
checksum=98def0a77e90306023951b8171bf93458ef58663f1eca71201ed93b8fcdf332a
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
|
Loading…
Reference in New Issue