summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-05-11 01:29:30 +0200
committerMarcin Wieczorek2017-05-11 01:29:30 +0200
commitd9340dde093497d4ab9dac9eb392280726a8b6ed (patch)
treeafd3f480ec8645622d773504d4a964408ad00a3a
parentde9c38b0f76dce14405c565b25ea4729de2134c2 (diff)
downloadaur-d9340dde093497d4ab9dac9eb392280726a8b6ed.tar.gz
Version 1.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a54d770c7a4..0bf07a2e38eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-ftp
pkgdesc = Git powered FTP client written as shell script
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/git-ftp/git-ftp
arch = any
@@ -8,8 +8,8 @@ pkgbase = git-ftp
makedepends = ruby-ronn
depends = curl
depends = git
- source = https://github.com/git-ftp/git-ftp/archive/1.3.2.tar.gz
- sha256sums = a86e2437e60ab4314874a2da71fe330f0a892ed1c9b038b97f755c4b68d60dd1
+ source = git-ftp-v1.3.3.tar.gz::https://github.com/git-ftp/git-ftp/archive/1.3.3.tar.gz
+ sha256sums = 4e36ef178b498f273dc2e9b7685d28dea69b939dcf3602fdda69d1f525e24f31
pkgname = git-ftp
diff --git a/PKGBUILD b/PKGBUILD
index 1a05fa48a20d..1686ae79f0e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stefan Tatschner <rumpelsepp@sevenbyte.org>
pkgname=git-ftp
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc='Git powered FTP client written as shell script'
url='https://github.com/git-ftp/git-ftp'
@@ -10,8 +10,8 @@ arch=('any')
license=('GPL')
depends=('curl' 'git')
makedepends=('ruby-ronn')
-source=("https://github.com/git-ftp/git-ftp/archive/${pkgver}.tar.gz")
-sha256sums=('a86e2437e60ab4314874a2da71fe330f0a892ed1c9b038b97f755c4b68d60dd1')
+source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/git-ftp/git-ftp/archive/${pkgver}.tar.gz")
+sha256sums=('4e36ef178b498f273dc2e9b7685d28dea69b939dcf3602fdda69d1f525e24f31')
build() {
cd $pkgname-$pkgver/man