Skip to content

Instantly share code, notes, and snippets.

@craigfurman
Created October 4, 2017 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigfurman/aae2bea7a3ef1c3c6be9390e8ca8b4a4 to your computer and use it in GitHub Desktop.
Save craigfurman/aae2bea7a3ef1c3c6be9390e8ca8b4a4 to your computer and use it in GitHub Desktop.
bump CF CLI version in AUR package
From 5fbff5f152bc032c54dce72623d9a047e0596138 Mon Sep 17 00:00:00 2001
From: Craig Furman <craig.furman89@gmail.com>
Date: Wed, 4 Oct 2017 18:00:13 +0100
Subject: [PATCH] Update to version 6.32.0
---
.SRCINFO | 18 ++++++++----------
PKGBUILD | 10 +++++-----
2 files changed, 13 insertions(+), 15 deletions(-)
diff --git a/.SRCINFO b/.SRCINFO
index 6dbdb56..64e54f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jul 19 15:11:29 UTC 2017
pkgbase = cloudfoundry-cli
pkgdesc = The official command line client for Cloud Foundry
- pkgver = 6.28.0
+ pkgver = 6.32.0
pkgrel = 1
url = https://github.com/cloudfoundry/cli
arch = i686
@@ -10,15 +8,15 @@ pkgbase = cloudfoundry-cli
license = Apache
options = !emptydirs
options = !strip
- source = license.txt::https://raw.githubusercontent.com/cloudfoundry/cli/v6.28.0/LICENSE
+ source = license.txt::https://raw.githubusercontent.com/cloudfoundry/cli/v6.32.0/LICENSE
md5sums = 3b83ef96387f14655fc854ddc3c6bd57
sha256sums = cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30
- source_i686 = cf-cli-6.28.0-i686.tar.gz::https://cli.run.pivotal.io/stable?release=linux32-binary&version=6.28.0&source=github-rel
- md5sums_i686 = a47ecaf778eda037805ddbead54309ae
- sha256sums_i686 = 8cc87122a2bd2bdeb58ae2c5e9e064c20d9c466d41ed3be551d25f4ea97a5cc5
- source_x86_64 = cf-cli-6.28.0-amd64.tar.gz::https://cli.run.pivotal.io/stable?release=linux64-binary&version=6.28.0&source=github-rel
- md5sums_x86_64 = 0e16a33b0f119b28d84c867ad58ff4ab
- sha256sums_x86_64 = 20773a6ab4ab5f7dab70bde8f5d833417313bf860bfb8b10b0aca0ca50c9d8a6
+ source_i686 = cf-cli-6.32.0-i686.tar.gz::https://cli.run.pivotal.io/stable?release=linux32-binary&version=6.32.0&source=github-rel
+ md5sums_i686 = 9eb245189ebd1ca7a37783d9dca6fdc0
+ sha256sums_i686 = e43824ffff9fa753f226bd4326d30119b6d0d6ac3998cadf0cd14ca13b898e1c
+ source_x86_64 = cf-cli-6.32.0-amd64.tar.gz::https://cli.run.pivotal.io/stable?release=linux64-binary&version=6.32.0&source=github-rel
+ md5sums_x86_64 = a2f97bfa7a03794b69d48accce611db6
+ sha256sums_x86_64 = 0a05521b7198dc8b92efbfb02a8fb04c84eeffeded3387aa3c9eb92ce4abef69
pkgname = cloudfoundry-cli
diff --git a/PKGBUILD b/PKGBUILD
index b91822f..deb23df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: AbrarSyed <aur@abrarsyed.com>
pkgname=cloudfoundry-cli
-pkgver=6.28.0
+pkgver=6.32.0
pkgrel=1
pkgdesc="The official command line client for Cloud Foundry"
arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@ source_i686=("cf-cli-${pkgver}-i686.tar.gz::https://cli.run.pivotal.io/stable?re
source_x86_64=("cf-cli-${pkgver}-amd64.tar.gz::https://cli.run.pivotal.io/stable?release=linux64-binary&version=${pkgver}&source=github-rel")
md5sums=('3b83ef96387f14655fc854ddc3c6bd57')
-md5sums_i686=('a47ecaf778eda037805ddbead54309ae')
-md5sums_x86_64=('0e16a33b0f119b28d84c867ad58ff4ab')
+md5sums_i686=('9eb245189ebd1ca7a37783d9dca6fdc0')
+md5sums_x86_64=('a2f97bfa7a03794b69d48accce611db6')
sha256sums=('cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30')
-sha256sums_i686=('8cc87122a2bd2bdeb58ae2c5e9e064c20d9c466d41ed3be551d25f4ea97a5cc5')
-sha256sums_x86_64=('20773a6ab4ab5f7dab70bde8f5d833417313bf860bfb8b10b0aca0ca50c9d8a6')
+sha256sums_i686=('e43824ffff9fa753f226bd4326d30119b6d0d6ac3998cadf0cd14ca13b898e1c')
+sha256sums_x86_64=('0a05521b7198dc8b92efbfb02a8fb04c84eeffeded3387aa3c9eb92ce4abef69')
package() {
# copy binary
--
2.14.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment