diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-27 00:39:10 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-27 00:39:10 +0000 |
commit | 0774ccde5d98503aa11ee3542ce19c334210e4e0 (patch) | |
tree | 287e1ab337e88dc96aa0c176f5550bd683c1c9c2 /testing | |
parent | 045b5a3ecd5483b89baa1a363993fbdaaeac3436 (diff) | |
download | aports-0774ccde5d98503aa11ee3542ce19c334210e4e0.tar.bz2 aports-0774ccde5d98503aa11ee3542ce19c334210e4e0.tar.xz |
testing/ffcall: upgrade to 2.0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ffcall/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ffcall/APKBUILD b/testing/ffcall/APKBUILD index 6a8156c4fb..b45b58ada4 100644 --- a/testing/ffcall/APKBUILD +++ b/testing/ffcall/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: pkgname=ffcall -pkgver=1.13 +pkgver=2.0 pkgrel=0 pkgdesc="C library for implementing foreign function calls in embedded interpreters" url="http://www.gnu.org/software/libffcall/" @@ -37,4 +37,4 @@ package() { make DESTDIR="$pkgdir" htmldir=/usr/share/doc/ffcall install } -sha512sums="c059fa89eb3e85bad22d045de074bfc88fae42454821e10905ffd67209b6e6ea44eeab120b869696f77b816aacb9a5af3e4b51c640512e876df1b6da6f296bd4 libffcall-1.13.tar.gz" +sha512sums="d75aa1df97b14692a9137745bae5b24c4d8f739cb1c7f854e7ed47e4a77a49759122abd6b0e445efa56381f47932c13cd21a154b2783649afb9c7a39e73fea04 libffcall-2.0.tar.gz" |