diff options
author | Raphaël Doursenaud | 2018-01-29 10:51:00 +0100 |
---|---|---|
committer | Raphaël Doursenaud | 2018-01-29 10:51:00 +0100 |
commit | 815631648d4de8074f5be9fdf0081c579628d6cb (patch) | |
tree | d6af442a915d43a90531785aabd899175c84a80a | |
parent | 721e273fa5bec6d6284909d246c9b9144cf062e5 (diff) | |
download | aur-815631648d4de8074f5be9fdf0081c579628d6cb.tar.gz |
Update to v1.2
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Mon Oct 9 11:31:25 UTC 2017 +# Mon Jan 29 09:51:00 UTC 2018 pkgbase = gandi.cli pkgdesc = Gandi command line interface - pkgver = 1.0 + pkgver = 1.2 pkgrel = 1 url = http://cli.gandi.net arch = any @@ -23,8 +23,8 @@ pkgbase = gandi.cli depends = git optdepends = docker: gandi docker support options = !emptydirs - source = https://github.com/Gandi/gandi.cli/archive/1.0.tar.gz - sha256sums = 5b0da1b31cf7414c0c165dcf7e51704f3b4cbe37bbf659f6bdd479bc14922469 + source = https://github.com/Gandi/gandi.cli/archive/1.2.tar.gz + sha256sums = 36af7e3cb5d4735f9d31837cbcc241024558b13de25daec3ede3712230d962a8 pkgname = gandi.cli @@ -1,6 +1,6 @@ # Maintainer: Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr> pkgname=gandi.cli -pkgver=1.0 +pkgver=1.2 pkgrel=1 pkgdesc="Gandi command line interface" arch=('any') @@ -19,7 +19,7 @@ backup=() options=(!emptydirs) install= source=("https://github.com/Gandi/$pkgname/archive/$pkgver.tar.gz") -sha256sums=('5b0da1b31cf7414c0c165dcf7e51704f3b4cbe37bbf659f6bdd479bc14922469') +sha256sums=('36af7e3cb5d4735f9d31837cbcc241024558b13de25daec3ede3712230d962a8') build() { # Building the manpage |