summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Koutsou2019-04-02 13:35:40 +0200
committerAchilleas Koutsou2019-04-02 13:39:00 +0200
commitb525d137b5497c9b45eaa91013e63974c336fd13 (patch)
tree9aabca13ec3a1336817d8e4a5422ba33a0a48737
parent09fb55a78a980cd7101fdfa075fc34db32f9362f (diff)
downloadaur-b525d137b5497c9b45eaa91013e63974c336fd13.tar.gz
New version 1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40074dabde33..9d55036c7206 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.5
+ pkgver = 1.6
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.5/gin-cli-1.5-linux-amd64.tar.gz
- sha512sums = 476bb5dbd39257ba3464d9e51b3c883fe5cb7fb94bc7bce993ff708c2ed836976b10ea7b6a19cb579798ae8161aa2ca2f79ad7b40ef2a9d88af1cf06256ffab1
+ source = https://github.com/G-Node/gin-cli/releases/download/v1.6/gin-cli-1.6-linux-amd64.tar.gz
+ sha512sums = db99fa104f668b2415f1676e915eb7b8705d41687c6d0fd6f50945f3f7656174a797cec4b01199af4f1320caf8a1e0200de252093924fec17e29d03ceaaf5127
pkgname = gin-cli
diff --git a/PKGBUILD b/PKGBUILD
index 735b7451cb26..c44aa4b382f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achilleas Koutsou (achilleas.k@gmail.com)
pkgname=gin-cli
-pkgver=1.5
+pkgver=1.6
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=('476bb5dbd39257ba3464d9e51b3c883fe5cb7fb94bc7bce993ff708c2ed836976b10ea7b6a19cb579798ae8161aa2ca2f79ad7b40ef2a9d88af1cf06256ffab1')
+sha512sums=('1a601e1a6d365a0dcd112982de2e6a8e5ee9ee0e05e047b8a23079d53989b9d7147584d6eff5b8fa27ea151017f5d58ad8c2b33f6f92686dda103bcf9a255377')
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