diff options
-rw-r--r-- | community/libx86emu/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libx86emu/APKBUILD b/community/libx86emu/APKBUILD index 6bbd04333f..795351563d 100644 --- a/community/libx86emu/APKBUILD +++ b/community/libx86emu/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=libx86emu -pkgver=2.3 +pkgver=2.4 pkgrel=0 pkgdesc="x86 emulation library" url="https://github.com/wfeldt/libx86emu" @@ -25,4 +25,4 @@ package() { make $_flags DESTDIR="$pkgdir" install } -sha512sums="a8dd46002c1a0680036eaab5c7b10e624235b35ffde0bcfba0238d61ae8e0c8dca9abdc167fbfc84efba64204891c01b99385d9b48e8e9dcbc1269fbd3311d22 libx86emu-2.3.tar.gz" +sha512sums="521b24aee13faa1388a81a586334171fbe614da4efd12b68e7fcb608eb810cab7920776024aace43e7adb236fc9a4d35e08cbe53c5064549c1eb9871334ff683 libx86emu-2.4.tar.gz" |