summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Koutsou2021-03-27 22:40:46 +0100
committerAchilleas Koutsou2021-03-27 22:40:46 +0100
commite3125e095d464d71b88c8ec235ab0857df000432 (patch)
treeeee3a044fcefbbb709769223851a2f1677865988
parent1a1d8f95afcfa2c88387ad86c0b028727c049975 (diff)
downloadaur-gin-cli.tar.gz
Version 1.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10d82fceee80..092ac88dc33f 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.10
+ pkgver = 1.12
pkgrel = 1
url = https://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.10/gin-cli-1.10-linux.tar.gz
- sha512sums = 6de3e977f9197d2a7f1b21d72f00012a9e3add8cd5dd50803f188cea925e2c65584e9c988a8034ec41eb86c2c3d870fb1b4086f373283875f5d84c26e4739be1
+ source = https://github.com/G-Node/gin-cli/releases/download/v1.12/gin-cli-1.12-linux.tar.gz
+ sha512sums = af3cdfd304aab1815b88b8e7641b12952ea01372b1b69adb71535fedf786a1a5074cc0ceaacfc6dc0faa99436a530272b8270b8212e359dd8508fc12494f9c9d
pkgname = gin-cli
diff --git a/PKGBUILD b/PKGBUILD
index ddf0e17c2942..331f2a1ba0de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achilleas Koutsou (achilleas.k@gmail.com)
pkgname=gin-cli
-pkgver=1.10
+pkgver=1.12
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/G-Node/Info/wiki/GinCliSetup'
license=('BSD')
depends=('git-annex' 'openssh')
install=${pkgname}.install
-sha512sums=('6de3e977f9197d2a7f1b21d72f00012a9e3add8cd5dd50803f188cea925e2c65584e9c988a8034ec41eb86c2c3d870fb1b4086f373283875f5d84c26e4739be1')
+sha512sums=('4c0d8e2eed94c5ecaa165d78a0c321867178b856c920dfe741c67286c8a49b673b87163c06b8490634e9de4d774111246f8a4e814cb1fc4d43ba1ab724f26743')
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