summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Koutsou2018-03-12 21:26:27 +0100
committerAchilleas Koutsou2018-03-12 21:26:27 +0100
commit9703bbf2e4503f85a8a8bfac8d788de6d01efdc2 (patch)
tree37573a6d3ed842e8a15dad8e5ecefd2be8ee6299
parentca3362cc28218b81704d67aa2e11a4fa3c40c300 (diff)
downloadaur-9703bbf2e4503f85a8a8bfac8d788de6d01efdc2.tar.gz
New version: 0.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71ceeb3f103f..4e957aba6470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gin-cli
pkgdesc = Command line client for the G-Node Infrastructure (GIN) services
- pkgver = 0.15
- pkgrel = 2
+ pkgver = 0.16
+ pkgrel = 1
url = https://gin.g-node.org
install = gin-cli.install
arch = x86_64
license = BSD
depends = git-annex
depends = openssh
- source = https://github.com/G-Node/gin-cli/releases/download/v0.15/gin-cli-0.15-linux-amd64.tar.gz
- sha512sums = 0f9f8b488366ee203d271d3ba95aa58f175b30c615ac078117ff92949301d1ee9e4f4439032c376ea77a25932dd41db588c9643e87cf45505cab4b598417c963
+ source = https://github.com/G-Node/gin-cli/releases/download/v0.16/gin-cli-0.16-linux-amd64.tar.gz
+ sha512sums = 42254d17cd66857b1c9b576091197ffc957682e202cc3fd3d5e3f82c83275cf49b7e2036f0b6317e383ca61254cf10d730767a2996709741b5e1e5b5372a7b99
pkgname = gin-cli
diff --git a/PKGBUILD b/PKGBUILD
index 3b5fd7032ad5..f40d9d7264be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Achilleas Koutsou (achilleas.k@gmail.com)
pkgname=gin-cli
-pkgver=0.15
-pkgrel=2
+pkgver=0.16
+pkgrel=1
pkgdesc='Command line client for the G-Node Infrastructure (GIN) services'
arch=('x86_64')
url='https://gin.g-node.org'
license=('BSD')
depends=('git-annex' 'openssh')
install=${pkgname}.install
-sha512sums=('0f9f8b488366ee203d271d3ba95aa58f175b30c615ac078117ff92949301d1ee9e4f4439032c376ea77a25932dd41db588c9643e87cf45505cab4b598417c963')
+sha512sums=('42254d17cd66857b1c9b576091197ffc957682e202cc3fd3d5e3f82c83275cf49b7e2036f0b6317e383ca61254cf10d730767a2996709741b5e1e5b5372a7b99')
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