summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Swartz2019-04-09 15:55:15 -0400
committerTom Swartz2019-04-09 15:55:15 -0400
commitf65991de199ae5c4933441d21c2c8b367af08e08 (patch)
tree2bfa8b57df27b4d00dd0da7d95e6f5b4b3bff5a5
parent358208dc2ffe77ba9f14383bc382597ff6da76f6 (diff)
downloadaur-f65991de199ae5c4933441d21c2c8b367af08e08.tar.gz
Credhub 2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc0a7dda0c59..4bf230ac37ad 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.3.0
+ pkgver = 2.4.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.3.0/credhub-linux-2.3.0.tgz
- sha256sums = 9018881e1e43794243b6618e675f6f5ab3ac1b2c1f303a8558c1b22e1d1f54eb
+ source = https://github.com/cloudfoundry-incubator/credhub-cli/releases/download/2.4.0/credhub-linux-2.4.0.tgz
+ sha256sums = 73edaf1ee47323c4f0aa455bcc17303a73c0cf2a6d9156542f1f6b7b1b1aa3db
pkgname = credhub-cli
diff --git a/PKGBUILD b/PKGBUILD
index ddd02cd96194..b2be62da3617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Swartz <tom@tswartz.net>
pkgname=credhub-cli
_pkgname=credhub
-pkgver=2.3.0
+pkgver=2.4.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=()
-sha256sums=('9018881e1e43794243b6618e675f6f5ab3ac1b2c1f303a8558c1b22e1d1f54eb')
+sha256sums=('73edaf1ee47323c4f0aa455bcc17303a73c0cf2a6d9156542f1f6b7b1b1aa3db')
package() {
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"