From 0582ff8d3710132cc98b212ca28aefa3255cb549 Mon Sep 17 00:00:00 2001 From: Andrew Sun Date: Thu, 10 May 2018 01:25:03 -0400 Subject: [PATCH] libfilezilla: update to 0.12.2 (#3709) This updates libfilezilla to 0.12.2. --- mingw-w64-libfilezilla/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-libfilezilla/PKGBUILD b/mingw-w64-libfilezilla/PKGBUILD index 0c68c89c1d..d7cdc34a68 100644 --- a/mingw-w64-libfilezilla/PKGBUILD +++ b/mingw-w64-libfilezilla/PKGBUILD @@ -3,7 +3,7 @@ _realname=libfilezilla pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=0.12.1 +pkgver=0.12.2 pkgrel=1 pkgdesc="Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs (mingw-w64)" arch=('any') @@ -12,7 +12,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") checkdepends=("${MINGW_PACKAGE_PREFIX}-cppunit") license=('GPL') source=("${_realname}-${pkgver}.tar.bz2"::"http://download.filezilla-project.org/${_realname}/${_realname}-${pkgver}.tar.bz2") -sha256sums=('60efc9455e022785d432f7a76390dd2d1d92101a65aef1f176a382d604a978bd') +sha256sums=('778c166fde3a87e04a0524a4bf92c3eea1f0836c20119dd0859c9cd9380c86ec') build() { cd "${srcdir}"/${_realname}-${pkgver}