diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-22 00:32:25 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-22 14:47:14 -0300 |
commit | 15a7e25a54d20fea11311808980b2bb00f1a1079 (patch) | |
tree | c752847b7d73e51e35648520ab38bb83975c7d64 /community/libx86emu | |
parent | e045f9d22a84a30551c8d49834f0f1e5c52504ff (diff) | |
download | aports-15a7e25a54d20fea11311808980b2bb00f1a1079.tar.bz2 aports-15a7e25a54d20fea11311808980b2bb00f1a1079.tar.xz |
community/libx86emu: upgrade to 2.4
Diffstat (limited to 'community/libx86emu')
-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" |