summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-08-15 15:08:57 -0400
committerAndrew Sun2019-08-15 15:08:57 -0400
commit2c50a499d22e576f347fdb85a71eada685e5cc4f (patch)
tree47e002ac06c78838beb990b19e54137051285866 /PKGBUILD
parent5267c173f16ae29a6b3fc35c75ab0988358b9729 (diff)
downloadaur-2c50a499d22e576f347fdb85a71eada685e5cc4f.tar.gz
lib32-libfilezilla: update to 0.18.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2062a343afaa..6d4c9d006f29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libfilezilla
pkgname=lib32-${_pkgname}
-pkgver=0.18.0
+pkgver=0.18.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=('745039ca0123516bc58a7057117386fdaed8956b7612b331ffd10f3c7b6c739c47c9c90261ccaf5f7862662775f6b0b467891731ae30c5976d36a0cfb0102455')
+sha512sums=('b1077a48575ec6bd99cb01a21171fdec4ea662bb4ecb568cb547c6401164854588801cdc4ae80d62809534d2b04d42dcc3f7325bf57af0e2e737a4ca9f15032e')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"