diff options
Diffstat (limited to 'community/dolphin-emu/APKBUILD')
-rw-r--r-- | community/dolphin-emu/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dolphin-emu/APKBUILD b/community/dolphin-emu/APKBUILD index 531cbb99034..f86ddfb4d33 100644 --- a/community/dolphin-emu/APKBUILD +++ b/community/dolphin-emu/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=dolphin-emu -pkgver=5.0_git20200413 +pkgver=5.0_git20200422 pkgrel=0 -_commit="39f107f360b22e2b3e3757136c80629c44dbfb9f" +_commit="2673280614f8f7727641176a8255a19bf658b1c8" # Upstream doesn't actively support non 64-bit platforms and they're too slow # to emulate any games anyway arch="x86_64 aarch64" @@ -101,4 +101,4 @@ package() { install -Dm 644 Data/51-usb-device.rules -t "$pkgdir"/usr/lib/udev/rules.d/ } -sha512sums="a03c4d9a3f49115ccae764b9b8bf033b8b3257a141b4dbfbc345666b1beb7fc3f684b19811f28dd97a5f8bba4e317e71fbf09f033b84e39905fc4513fe7df62a dolphin-emu-39f107f360b22e2b3e3757136c80629c44dbfb9f.tar.gz" +sha512sums="61c4cece8df87f443588e26c213f40930208a7b486aa778ac436bf03e88f019324f1a996c029380811693699957b3ae5c83fd27245d9defd297d7d0f98415d59 dolphin-emu-2673280614f8f7727641176a8255a19bf658b1c8.tar.gz" |