summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Koutsou2019-01-25 19:01:34 +0100
committerAchilleas Koutsou2019-01-25 19:01:34 +0100
commitead554cc99f14d08fc683018aa2c8017b91361b0 (patch)
treec0119efc4514f0cdd4849f0d0b41b74c5179b500
parentcd784af83a31e6bb7a32c42c3a2042fbe0482311 (diff)
downloadaur-ead554cc99f14d08fc683018aa2c8017b91361b0.tar.gz
New version: 1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30bdbe11557e..0ba821c3b405 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.1
+ pkgver = 1.2
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.1/gin-cli-1.1-linux-amd64.tar.gz
- sha512sums = c06eeab7a6883fc2a6f9947784200f97e6f76a006f01828836865ba87410ba3d5da6e1704a3830da0e207cff5ce6feb670a91e5f722e517a08503c691883b2e3
+ source = https://github.com/G-Node/gin-cli/releases/download/v1.2/gin-cli-1.2-linux-amd64.tar.gz
+ sha512sums = d956d547c8e3192951280dc64a0a37f9ed058f292b8a5fc4a83851a76cbb20bd4d1452fc33ea88aa8d1afe82b9f069e3f881015e7ed1f8b567ab5194feee550b
pkgname = gin-cli
diff --git a/PKGBUILD b/PKGBUILD
index 0a4e1aafc9f7..decbd9aeb587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achilleas Koutsou (achilleas.k@gmail.com)
pkgname=gin-cli
-pkgver=1.1
+pkgver=1.2
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=('c06eeab7a6883fc2a6f9947784200f97e6f76a006f01828836865ba87410ba3d5da6e1704a3830da0e207cff5ce6feb670a91e5f722e517a08503c691883b2e3')
+sha512sums=('d956d547c8e3192951280dc64a0a37f9ed058f292b8a5fc4a83851a76cbb20bd4d1452fc33ea88aa8d1afe82b9f069e3f881015e7ed1f8b567ab5194feee550b')
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