goxel: update to 0.15.1.
This commit is contained in:
parent
4f456736b9
commit
36dd359c0d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'goxel'
|
||||
pkgname=goxel
|
||||
version=0.14.0
|
||||
version=0.15.1
|
||||
revision=1
|
||||
build_style=scons
|
||||
make_build_args="mode=release werror=0"
|
||||
|
@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://goxel.xyz/"
|
||||
distfiles="https://github.com/guillaumechereau/goxel/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=f22aef2cd520f0a13a6fb08c63c6c0f8abc9c9814b6e9ce8978fc834a1824696
|
||||
checksum=01c9601ac9d8d38e29d3adff4b79a26c2b9fea4c2d2cb1d134471e499f8c4a84
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ];then
|
||||
|
|
Loading…
Reference in New Issue