summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Swartz2019-03-25 11:55:43 -0400
committerTom Swartz2019-03-25 11:55:43 -0400
commit358208dc2ffe77ba9f14383bc382597ff6da76f6 (patch)
tree361f4485414700e4fb7e4f03439617ee64b742d8
parent0040e56870c30f39efffe08a02d02eddccd12f11 (diff)
downloadaur-358208dc2ffe77ba9f14383bc382597ff6da76f6.tar.gz
Credhub 2.3.0 release
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6933d2d1b98..cc0a7dda0c59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = credhub-cli
pkgdesc = CredHub CLI provides a command line interface to interact with CredHub servers
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/cloudfoundry-incubator/credhub-cli/releases/
arch = any
license = apache
- source = https://github.com/cloudfoundry-incubator/credhub-cli/releases/download/2.2.0/credhub-linux-2.2.0.tgz
- md5sums = 116a425f760a2ff8cb30a4529de3fcdd
+ source = https://github.com/cloudfoundry-incubator/credhub-cli/releases/download/2.3.0/credhub-linux-2.3.0.tgz
+ sha256sums = 9018881e1e43794243b6618e675f6f5ab3ac1b2c1f303a8558c1b22e1d1f54eb
pkgname = credhub-cli
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..8ebfacab0c9f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 36e959aa223c..ddd02cd96194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Swartz <tom@tswartz.net>
pkgname=credhub-cli
_pkgname=credhub
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="CredHub CLI provides a command line interface to interact with CredHub servers"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/cloudfoundry-incubator/credhub-cli/releases/"
license=('apache')
source=("https://github.com/cloudfoundry-incubator/credhub-cli/releases/download/$pkgver/$_pkgname-linux-$pkgver.tgz")
noextract=()
-md5sums=('116a425f760a2ff8cb30a4529de3fcdd')
+sha256sums=('9018881e1e43794243b6618e675f6f5ab3ac1b2c1f303a8558c1b22e1d1f54eb')
package() {
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"