From 6d2cdc392d3eb60fcf3f0171173327b13cd59292 Mon Sep 17 00:00:00 2001 From: fanyx Date: Wed, 11 Jan 2023 10:39:13 +0100 Subject: [PATCH] mgba: update to 0.10.1 --- srcpkgs/mgba/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mgba/template b/srcpkgs/mgba/template index 7b7a0a27c886..05bca15c1750 100644 --- a/srcpkgs/mgba/template +++ b/srcpkgs/mgba/template @@ -1,6 +1,6 @@ # Template file for 'mgba' pkgname=mgba -version=0.10.0 +version=0.10.1 revision=1 build_style=cmake hostmakedepends="pkg-config qt5-host-tools qt5-qmake desktop-file-utils" @@ -12,7 +12,7 @@ license="MPL-2.0" homepage="https://www.mgba.io/" changelog="https://raw.githubusercontent.com/mgba-emu/mgba/master/CHANGES" distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz" -checksum=e2d66d9ce7c51b1ef3b339b04e871287bf166f6a1d7125ef112dbf53ab8bbd48 +checksum="5fc1d7ac139fe51ef71782d5de12d11246563cdebd685354b6188fdc82a84bdf" if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel"