summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-06-27 11:15:07 -0800
committerAndrew Sun2019-06-27 11:15:07 -0800
commitce09258c78779eaa91388f08bf8a4f81e863c981 (patch)
tree6e58540292f252158adc80a4a2a8a6872e3b59c0 /PKGBUILD
parent0426d7a0d0b05f4eb7a716a36ef50f047818b86c (diff)
downloadaur-ce09258c78779eaa91388f08bf8a4f81e863c981.tar.gz
lib32-libfilezilla: update to 0.17.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f28276aaf00d..fabd43d8cbf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libfilezilla
pkgname=lib32-${_pkgname}
-pkgver=0.17.0
+pkgver=0.17.1
pkgrel=1
pkgdesc="Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs (32-bit)"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=("lib32-gcc-libs" "lib32-clang" "lib32-nettle" "lib32-gnutls" "${_pkgnam
makedepends=("clang" "gettext")
checkdepends=("lib32-cppunit")
source=("https://download.filezilla-project.org/${_pkgname}/${_pkgname}-${pkgver}.tar.bz2")
-sha512sums=('4bd61a7eacfaf38f6cf0ecf099629febe8a31d7db3fccd3779b73eb9d13823d929b3db09b83e03410867f8bd3e1adf94683ad51c8b4a52fda63e0433d04c6f9f')
+sha512sums=('c9c88bf3cbeb5284c3e55571b40b07f780cb23aeb802284d385a2564bf46396875a34739f9819b0c3f89923950f19a13f6454940434a987bb91b2f23b898f774')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"