libfilezilla: update to 0.12.1 (#3569)

This updates libfilezilla to 0.12.1.
This commit is contained in:
Andrew Sun
2018-04-08 09:25:17 -04:00
committed by Алексей
parent b0085e38c4
commit f81d32b3fc

View File

@@ -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}