summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Koutsou2019-07-19 15:02:14 +0200
committerAchilleas Koutsou2019-07-19 15:02:14 +0200
commit1a2a8ea99e2d3fd7eb2829e51200acffaa0489ba (patch)
tree7c3afdac6bb6a3eb7675346801f811f5f7d9d67d
parent35e4b736fcff5fbbb49feca59ad7436a756df054 (diff)
downloadaur-1a2a8ea99e2d3fd7eb2829e51200acffaa0489ba.tar.gz
New version: 1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bb66f523367..b5c2a0d9ef2c 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.7
+ pkgver = 1.9
pkgrel = 1
url = https://web.gin.g-node.org/G-Node/Info/wiki/GinCliSetup
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.7/gin-cli-1.7-linux-amd64.tar.gz
- sha512sums = abb03f533e32bca956d07513b8d5eef5831bca85622a5bcfc26bd8b81aa5a6bab7ac60bddef7a959cc07055f9020ab1996b30c6a78bcc67364cf688ffc8e7c30
+ source = https://github.com/G-Node/gin-cli/releases/download/v1.9/gin-cli-1.9-linux-amd64.tar.gz
+ sha512sums = 06772abd55645bca1555a9aeaa6565d122c1e354268ba33e1758d9ff07ea524e7836f146710db0623989e368f9c25aa32b6783c4d5944f03f0cf790fdafaa926
pkgname = gin-cli
diff --git a/PKGBUILD b/PKGBUILD
index 5d105b5ce275..5fefa3f11c1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achilleas Koutsou (achilleas.k@gmail.com)
pkgname=gin-cli
-pkgver=1.7
+pkgver=1.9
pkgrel=1
pkgdesc='Command line client for the G-Node Infrastructure (GIN) services'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://web.gin.g-node.org/G-Node/Info/wiki/GinCliSetup'
license=('BSD')
depends=('git-annex' 'openssh')
install=${pkgname}.install
-sha512sums=('abb03f533e32bca956d07513b8d5eef5831bca85622a5bcfc26bd8b81aa5a6bab7ac60bddef7a959cc07055f9020ab1996b30c6a78bcc67364cf688ffc8e7c30')
+sha512sums=('06772abd55645bca1555a9aeaa6565d122c1e354268ba33e1758d9ff07ea524e7836f146710db0623989e368f9c25aa32b6783c4d5944f03f0cf790fdafaa926')
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