libfilezilla: update to 0.12.2 (#3709)

This updates libfilezilla to 0.12.2.
This commit is contained in:
Andrew Sun
2018-05-10 01:25:03 -04:00
committed by Алексей
parent b735185623
commit 0582ff8d37

View File

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