diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-04 00:03:27 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-04 00:03:27 +0000 |
commit | 9816f9fe1bd592530a554a7c2b6db496855a551f (patch) | |
tree | 6662985a87df149940a47e2ab2ab3c83af639e8e /testing/libfilezilla | |
parent | 786d1467a9958878cf109dceda63a885a491b89a (diff) | |
download | aports-9816f9fe1bd592530a554a7c2b6db496855a551f.tar.bz2 aports-9816f9fe1bd592530a554a7c2b6db496855a551f.tar.xz |
testing/libfilezilla: upgrade to 0.11
Diffstat (limited to 'testing/libfilezilla')
-rw-r--r-- | testing/libfilezilla/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libfilezilla/APKBUILD b/testing/libfilezilla/APKBUILD index 6762ee7371..bcdedc914d 100644 --- a/testing/libfilezilla/APKBUILD +++ b/testing/libfilezilla/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=libfilezilla -pkgver=0.10.0 +pkgver=0.11.0 pkgrel=0 pkgdesc="C++ library, offering some basic functionality to build high-performing, platform-independent programs" url="http://filezilla-project.org" @@ -30,4 +30,4 @@ check() { make check } -sha512sums="b21efe77e7555fbed29ff798a19c922d12446295467af38683009770d6db753518fb5b2d8f14a77803e2559bc4038e5794c1750544527351f9526170ff591800 libfilezilla-0.10.0.tar.bz2" +sha512sums="aa5356a8fbb9488072c9d32c7ab2de51de426a97cb30ec8b07c9e55bca351f82d8c4879f413aae05d5a2602bb153c0832f6bd7a71b8510a4957bafe9926d1d19 libfilezilla-0.11.0.tar.bz2" |