diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-31 00:52:54 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-31 00:55:40 +0100 |
commit | 291694f42c2e319d5cd3c6aa58ffeae520ebb06d (patch) | |
tree | b212525009e9de6adcd87b3d125d1646485906a5 | |
parent | e48bd602a02af88fe3983229f5049a62dcdd291e (diff) | |
download | aports-291694f42c2e319d5cd3c6aa58ffeae520ebb06d.tar.bz2 aports-291694f42c2e319d5cd3c6aa58ffeae520ebb06d.tar.xz |
community/libx86emu: upgrade to 3.1
-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 4d74ce249e..481139d48b 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=3.0 +pkgver=3.1 pkgrel=0 pkgdesc="x86 emulation library" url="https://github.com/wfeldt/libx86emu" @@ -25,4 +25,4 @@ package() { make $_flags DESTDIR="$pkgdir" install } -sha512sums="844a95efe99cf70ae4c14aea01075144699acd326576c8e9d03d56668d52976613add65cea8c15128cf989cd48148a6037acd043da986a965049af796b88b8bc libx86emu-3.0.tar.gz" +sha512sums="3667796f65519950c4a7b92eea510bf74cfb0bfda810c8442fc691fcff9da22621315423d82b5b0e854638e0658ef0d68b4db4597c0c2bcd6c2c80ec33cc5d3f libx86emu-3.1.tar.gz" |