summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Koutsou2020-02-13 17:10:37 +0100
committerAchilleas Koutsou2020-02-13 17:10:37 +0100
commitbb6bf289a3041f179439c6949a7495aec5ae16f0 (patch)
tree32ea42f5da0c5a9166c5d59e88dc267837f2a52d
parent789eb600380a9df0bda5c1b49cc78773ab93e37b (diff)
downloadaur-bb6bf289a3041f179439c6949a7495aec5ae16f0.tar.gz
New version: 1.10
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f655b9801f25..ddf0e17c2942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achilleas Koutsou (achilleas.k@gmail.com)
pkgname=gin-cli
-pkgver=1.9
+pkgver=1.10
pkgrel=1
pkgdesc='Command line client for the G-Node Infrastructure (GIN) services'
arch=('x86_64')
@@ -9,8 +9,8 @@ url='https://gin.g-node.org/G-Node/Info/wiki/GinCliSetup'
license=('BSD')
depends=('git-annex' 'openssh')
install=${pkgname}.install
-sha512sums=('06772abd55645bca1555a9aeaa6565d122c1e354268ba33e1758d9ff07ea524e7836f146710db0623989e368f9c25aa32b6783c4d5944f03f0cf790fdafaa926')
-source=("https://github.com/G-Node/gin-cli/releases/download/v${pkgver}/gin-cli-${pkgver}-linux-amd64.tar.gz")
+sha512sums=('6de3e977f9197d2a7f1b21d72f00012a9e3add8cd5dd50803f188cea925e2c65584e9c988a8034ec41eb86c2c3d870fb1b4086f373283875f5d84c26e4739be1')
+source=("https://github.com/G-Node/gin-cli/releases/download/v${pkgver}/gin-cli-${pkgver}-linux.tar.gz")
package() {
install -Dm755 "${srcdir}"/gin "${pkgdir}"/usr/bin/gin
}