From b93aa4d6e745bc901721f8480574e4b912b6b779 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 4 Jun 2019 20:31:57 +0200 Subject: [PATCH] goxel: update to 0.9.0. --- srcpkgs/goxel/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/goxel/template b/srcpkgs/goxel/template index 4269331402..312aed4826 100644 --- a/srcpkgs/goxel/template +++ b/srcpkgs/goxel/template @@ -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 " 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";;