summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Koutsou2019-02-05 11:15:08 +0100
committerAchilleas Koutsou2019-02-05 11:15:34 +0100
commite6e9c1f566c3356a24732e65dcea269b5b8fbee2 (patch)
tree5f2d6cdfcbe067fa0a39f7a695924d6477d6b1bb
parentead554cc99f14d08fc683018aa2c8017b91361b0 (diff)
downloadaur-e6e9c1f566c3356a24732e65dcea269b5b8fbee2.tar.gz
New version: 1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ba821c3b405..4bccf806dfb3 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.2
+ pkgver = 1.3
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.2/gin-cli-1.2-linux-amd64.tar.gz
- sha512sums = d956d547c8e3192951280dc64a0a37f9ed058f292b8a5fc4a83851a76cbb20bd4d1452fc33ea88aa8d1afe82b9f069e3f881015e7ed1f8b567ab5194feee550b
+ source = https://github.com/G-Node/gin-cli/releases/download/v1.3/gin-cli-1.3-linux-amd64.tar.gz
+ sha512sums = 252c4234fca91f0eff47ce7b79f2909c92b52911528ad44606f0306861fdc84916844b75ef4cb983846608e7ff28c6b87aafe770704db4831ac2945ae3c4577c
pkgname = gin-cli
diff --git a/PKGBUILD b/PKGBUILD
index decbd9aeb587..ad178ebba57a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achilleas Koutsou (achilleas.k@gmail.com)
pkgname=gin-cli
-pkgver=1.2
+pkgver=1.3
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=('d956d547c8e3192951280dc64a0a37f9ed058f292b8a5fc4a83851a76cbb20bd4d1452fc33ea88aa8d1afe82b9f069e3f881015e7ed1f8b567ab5194feee550b')
+sha512sums=('252c4234fca91f0eff47ce7b79f2909c92b52911528ad44606f0306861fdc84916844b75ef4cb983846608e7ff28c6b87aafe770704db4831ac2945ae3c4577c')
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