From f81d32b3fcfcd9923c14a05253efb7050da679dc Mon Sep 17 00:00:00 2001 From: Andrew Sun Date: Sun, 8 Apr 2018 09:25:17 -0400 Subject: [PATCH] libfilezilla: update to 0.12.1 (#3569) This updates libfilezilla to 0.12.1. --- 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 66b24ab80b..0c68c89c1d 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.11.1 +pkgver=0.12.1 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=('ecbaa674c0ad0b63df842b8cde17935a497dd58c3749baa281c67cf5878e64f7') +sha256sums=('60efc9455e022785d432f7a76390dd2d1d92101a65aef1f176a382d604a978bd') build() { cd "${srcdir}"/${_realname}-${pkgver}