summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Koutsou2018-02-16 16:47:56 +0100
committerAchilleas Koutsou2018-02-16 16:47:56 +0100
commitbb36eb5b8e02daddd4fc296f09338a01089db582 (patch)
treef120b24779084849a7b6c5bd11adacf104daf5d2
parent3e88ac2e27d9d5a89bf39af6e1277538ce029da2 (diff)
downloadaur-bb36eb5b8e02daddd4fc296f09338a01089db582.tar.gz
Version 0.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2dadef23331..825891e09f9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gin-cli
pkgdesc = Command line client for the G-Node Infrastructure (GIN) services
- pkgver = 0.13
+ pkgver = 0.14
pkgrel = 2
url = https://github.com/G-Node/gin-cli
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/v0.13/gin-cli-0.13-linux-amd64.tar.gz
- sha512sums = 354a6c929f1ac042e1d16d90b87208cc8bcc24df24882c1c9a72ba3ac4e49db19e842112badd20eed2c2b047893546ddd54029222e235f6027661e06bcad82ee
+ source = https://github.com/G-Node/gin-cli/releases/download/v0.14/gin-cli-0.14-linux-amd64.tar.gz
+ sha512sums = 3ef3ae78ab9bfc0c22720497e042b1b3da05805c435c6d4acb5ec7d7687cae6e56881a12766b1b884a02c43e0316524dc7870fa029d75cacb57a8e420ddec16e
pkgname = gin-cli
diff --git a/PKGBUILD b/PKGBUILD
index a7fee199d6e8..85ec2a1d13b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achilleas Koutsou (achilleas.k@gmail.com)
pkgname=gin-cli
-pkgver=0.13
+pkgver=0.14
pkgrel=2
pkgdesc='Command line client for the G-Node Infrastructure (GIN) services'
arch=('x86_64')
@@ -9,8 +9,8 @@ url='https://github.com/G-Node/gin-cli'
license=('BSD')
depends=('git-annex' 'openssh')
install=${pkgname}.install
-sha512sums=('354a6c929f1ac042e1d16d90b87208cc8bcc24df24882c1c9a72ba3ac4e49db19e842112badd20eed2c2b047893546ddd54029222e235f6027661e06bcad82ee')
- source=("https://github.com/G-Node/gin-cli/releases/download/v${pkgver}/gin-cli-${pkgver}-linux-amd64.tar.gz")
+sha512sums=('3ef3ae78ab9bfc0c22720497e042b1b3da05805c435c6d4acb5ec7d7687cae6e56881a12766b1b884a02c43e0316524dc7870fa029d75cacb57a8e420ddec16e')
+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
}