Skip to content

Commit

Permalink
libfilezilla: Update to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed May 6, 2020
1 parent b858ac9 commit e92cf7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-libfilezilla/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=libfilezilla
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.19.3
pkgver=0.21.0
pkgrel=1
pkgdesc="Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs (mingw-w64)"
arch=('any')
Expand All @@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gettext")
checkdepends=("${MINGW_PACKAGE_PREFIX}-cppunit")
license=('GPL')
source=("${_realname}-${pkgver}.tar.bz2"::"https://download.filezilla-project.org/${_realname}/${_realname}-${pkgver}.tar.bz2")
sha256sums=('a43d49f86d5550e9a81aee2394bac066333d5bb47943e92c629cb9d52037b43a')
sha256sums=('5b8d9f66a244db8309def8b0892949d6a12874d10ba4e21545e5ceab47ec5bf2')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
Expand Down

0 comments on commit e92cf7b

Please sign in to comment.