summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Koutsou2019-05-07 10:51:28 +0200
committerAchilleas Koutsou2019-05-07 10:51:28 +0200
commitab1a08a89172cebadfdacd347ab7a01ed0a6cf45 (patch)
tree3cf3ea962827f509a5430cf46c398978ed922138
parentb525d137b5497c9b45eaa91013e63974c336fd13 (diff)
downloadaur-ab1a08a89172cebadfdacd347ab7a01ed0a6cf45.tar.gz
Version 1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d55036c7206..849a68cb715c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gin-cli
pkgdesc = Command line client for the G-Node Infrastructure (GIN) services
- pkgver = 1.6
+ pkgver = 1.7
pkgrel = 1
url = https://gin.g-node.org
install = gin-cli.install
@@ -8,8 +8,8 @@ pkgbase = gin-cli
license = BSD
depends = git-annex
depends = openssh
- source = https://github.com/G-Node/gin-cli/releases/download/v1.6/gin-cli-1.6-linux-amd64.tar.gz
- sha512sums = db99fa104f668b2415f1676e915eb7b8705d41687c6d0fd6f50945f3f7656174a797cec4b01199af4f1320caf8a1e0200de252093924fec17e29d03ceaaf5127
+ source = https://github.com/G-Node/gin-cli/releases/download/v1.7/gin-cli-1.7-linux-amd64.tar.gz
+ sha512sums = abb03f533e32bca956d07513b8d5eef5831bca85622a5bcfc26bd8b81aa5a6bab7ac60bddef7a959cc07055f9020ab1996b30c6a78bcc67364cf688ffc8e7c30
pkgname = gin-cli
diff --git a/PKGBUILD b/PKGBUILD
index c44aa4b382f4..62241e21a302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achilleas Koutsou (achilleas.k@gmail.com)
pkgname=gin-cli
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc='Command line client for the G-Node Infrastructure (GIN) services'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://gin.g-node.org'
license=('BSD')
depends=('git-annex' 'openssh')
install=${pkgname}.install
-sha512sums=('1a601e1a6d365a0dcd112982de2e6a8e5ee9ee0e05e047b8a23079d53989b9d7147584d6eff5b8fa27ea151017f5d58ad8c2b33f6f92686dda103bcf9a255377')
+sha512sums=('abb03f533e32bca956d07513b8d5eef5831bca85622a5bcfc26bd8b81aa5a6bab7ac60bddef7a959cc07055f9020ab1996b30c6a78bcc67364cf688ffc8e7c30')
source=("https://github.com/G-Node/gin-cli/releases/download/v${pkgver}/gin-cli-${pkgver}-linux-amd64.tar.gz")
package() {
install -Dm755 "${srcdir}"/gin "${pkgdir}"/usr/bin/gin