From ffcf6e927dc9cc5bb2f025856e8719d59cb4c07f Mon Sep 17 00:00:00 2001 From: Sembo Sadur Date: Wed, 5 Jan 2022 20:42:18 +0100 Subject: [PATCH] mgba: update to 0.9.3 --- srcpkgs/mgba/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mgba/template b/srcpkgs/mgba/template index bcaae0e64f36..a9babfe5f8e0 100644 --- a/srcpkgs/mgba/template +++ b/srcpkgs/mgba/template @@ -1,6 +1,6 @@ # Template file for 'mgba' pkgname=mgba -version=0.9.2 +version=0.9.3 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=29ca22ebc56b26a4e7224efbb5fa12c9c006563d41990afb0874d048db76add4 +checksum=692ff0ac50e18380df0ff3ee83071f9926715200d0dceedd9d16a028a59537a0 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel"