summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhayao2020-08-28 14:15:33 +0900
committerhayao2020-08-28 14:15:33 +0900
commit98161538ec47ce2081a5c8ffc7f38477065471a4 (patch)
treef55032516a06767af11438c8d53b999ff18d08ae /PKGBUILD
parenta348e1bd8c8b0a92c2e84fd60396bf84747e3190 (diff)
downloadaur-98161538ec47ce2081a5c8ffc7f38477065471a4.tar.gz
[update] : 3.50.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f663b4fc590..8fd315a1d3aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=filezilla
pkgname="$_pkgname-bin"
-pkgver=3.49.1
-pkgrel=2
+pkgver=3.50.0
+pkgrel=1
pkgdesc='Free, open source FTP, FTPS and SFTP client'
arch=('i686' 'x86_64')
url='https://filezilla-project.org'
@@ -21,7 +21,7 @@ source=(
sha512sums=(
"$(
- _url='https://download.filezilla-project.org/client/FileZilla_3.49.1.sha512'
+ _url="https://download.filezilla-project.org/client/FileZilla_${pkgver}.sha512"
_sum=$(curl -L "${_url}" | grep "FileZilla_${pkgver}_${machine_arch}-linux-gnu.tar.bz2" | awk '{print $1}')
if [[ ! "${?}" = 0 ]] || [[ ! -v "_sum" ]]; then
echo -n "SKIP"