diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-27 11:31:53 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-27 11:31:53 -0300 |
commit | b4550825b2c84c9015cee44380a793c1904347f7 (patch) | |
tree | 9de247824777bbb0c90000b5bea4aae6dce444f9 /testing | |
parent | 810a3d5e042c600eb9d9070d439ce25e611da4ac (diff) | |
download | aports-b4550825b2c84c9015cee44380a793c1904347f7.tar.bz2 aports-b4550825b2c84c9015cee44380a793c1904347f7.tar.xz |
testing/cloudfoundry-cli: upgrade to 6.46.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/cloudfoundry-cli/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/cloudfoundry-cli/APKBUILD b/testing/cloudfoundry-cli/APKBUILD index 2fbd536849..9bf54ceff8 100644 --- a/testing/cloudfoundry-cli/APKBUILD +++ b/testing/cloudfoundry-cli/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Thomas Boerger <thomas@webhippie.de> # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=cloudfoundry-cli -pkgver=6.46.0 -pkgrel=1 +pkgver=6.46.1 +pkgrel=0 pkgdesc="A CLI for Cloud Foundry written in Go" url="https://github.com/cloudfoundry/cli" arch="all !s390x !armv7" @@ -25,4 +25,4 @@ package() { "$pkgdir"/usr/bin } -sha512sums="c5511f7d2a5e055ec5db6119dd3a5235c9f8c4272e4955b6c9a904faa67d16ff35d6e3f11025afdcead417bffe91d48c6caf8b8b684498a4bfd5c9325d527b96 cloudfoundry-cli-6.46.0.tar.gz" +sha512sums="006c97fbf5ac4d694b5c6ee799cd3de127e26002931452fe2985ebc99a809b572226843adbc5f56ceb78a67441a54262944e72b7c96ac6dab30454276c63cb49 cloudfoundry-cli-6.46.1.tar.gz" |