diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-01 12:56:56 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-01 12:56:56 +0100 |
commit | d17e68c6cdcbf123dbb7a8d6550baf33f15e0cb8 (patch) | |
tree | e961d64bf8fc3add77370798a1d664e6af066820 /community/filezilla | |
parent | e32b53a53481758f6d75a48797ad9b1cba71f07a (diff) | |
parent | c31ace4c6175db330d7e4aac1e7388fe5ca5d4f3 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/ed/PKGBUILD
extra/qt/PKGBUILD
Diffstat (limited to 'community/filezilla')
-rw-r--r-- | community/filezilla/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD index 646d92373..dbafcc916 100644 --- a/community/filezilla/PKGBUILD +++ b/community/filezilla/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80261 2012-11-18 19:11:09Z jelle $ +# $Id: PKGBUILD 80712 2012-11-30 12:16:29Z bluewind $ # Contributor: Alexander Fehr <pizzapunk gmail com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=filezilla -pkgver=3.6.0.1 +pkgver=3.6.0.2 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('i686' 'x86_64' 'mips64el') @@ -31,4 +31,4 @@ package() { make DESTDIR="${pkgdir}" install } -md5sums=('90839d05bf52e27e8f4a33adceb3ae5c') +md5sums=('d56773feafb85c216813bbda87838db0') |