summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2018-10-04 17:49:13 -0400
committerAndrew Sun2018-10-04 17:49:13 -0400
commit262f755630e431636f43970eedbb1f9a7bc2551d (patch)
treed5ec3af2d4d9b28d0008b5cb55a26200b9a28f99 /PKGBUILD
parent16312650b77b90f6a01dfcd1e5a2a0e241cbb4b7 (diff)
downloadaur-262f755630e431636f43970eedbb1f9a7bc2551d.tar.gz
lib32-libfilezilla: update to 0.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5c8d7c02c89..934f43563912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libfilezilla
pkgname=lib32-${_pkgname}
-pkgver=0.13.2
+pkgver=0.14.0
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" "${_pkgname}")
makedepends=("clang")
checkdepends=("lib32-cppunit")
source=("https://download.filezilla-project.org/${_pkgname}/${_pkgname}-${pkgver}.tar.bz2")
-sha512sums=('97fd49fbfbfaabb0354c69f9a26d674e7cda7a085201eb0e3454558e5773404f4c13f87ae4e11cba9bd0737dbd7c65778d02a8de2f07dd39636514134cce5c88')
+sha512sums=('f20932e14ab81df9562e030ce10009b9ab55b6798f7bfff7249e9f472fc8cae4278eb142a655dffb63fec53894783874973eb33444bfdacdb06fa682c2dd66a6')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"