Skip to content

Commit 8506e8b

Browse files
Updated uaa-cli.rb from new release
1 parent fd60091 commit 8506e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uaa-cli.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
class UaaCli < Formula
44
homepage "https://github.com/cloudfoundry-incubator/uaa-cli"
55

6-
v = "v8.0.12" # CI Managed
6+
v = "v0.0.1" # CI Managed
77
url "https://github.com/starkandwayne/uaa-cli-releases/releases/download/#{v}/uaa-darwin-amd64"
88
version v
9-
sha256 "233e9a2ff69820d0c8fe637ef1a069c3336706225c3bcac77cf3cf47d70cdaed" # CI Managed
9+
sha256 "4171883b97d542e9b603e793cdf9d54d3b12f4dca1218998556b716f069aa47d" # CI Managed
1010

1111
def install
1212
FileUtils.mv("uaa-darwin-amd64", "uaa")

0 commit comments

Comments
 (0)