summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayao2020-08-28 14:15:33 +0900
committerhayao2020-08-28 14:15:33 +0900
commit98161538ec47ce2081a5c8ffc7f38477065471a4 (patch)
treef55032516a06767af11438c8d53b999ff18d08ae
parenta348e1bd8c8b0a92c2e84fd60396bf84747e3190 (diff)
downloadaur-98161538ec47ce2081a5c8ffc7f38477065471a4.tar.gz
[update] : 3.50.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1c6a922ece8..5e1b3028b947 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = filezilla-bin
pkgdesc = Free, open source FTP, FTPS and SFTP client
- pkgver = 3.49.1
- pkgrel = 2
+ pkgver = 3.50.0
+ pkgrel = 1
url = https://filezilla-project.org
arch = i686
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = filezilla-bin
depends = sqlite
provides = filezilla
conflicts = filezilla
- source = FileZilla_3.49.1_x86_64-linux-gnu.tar.bz2::https://download.filezilla-project.org/client/FileZilla_3.49.1_x86_64-linux-gnu.tar.bz2
- sha512sums = 6de3f2f4f08bb6ec83cf0e40ca67504e0d25302700c5f7b5778a0d54d9741cf7a75ffb9085e8e6bdd648d2e6bbcd6f5cf1104b91fe80757ce1d3fe1aa7f48f83
+ source = FileZilla_3.50.0_x86_64-linux-gnu.tar.bz2::https://download.filezilla-project.org/client/FileZilla_3.50.0_x86_64-linux-gnu.tar.bz2
+ sha512sums = 844683979a4e110819eb247ae46a14b2b2cc945629f8bf28c3061c72f3c367a1a1dea9dc8c6aa34317fc4b542e5c75291b449d16d3fbc9090b258009c57fe6a8
pkgname = filezilla-bin
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"