We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd60091 commit 8506e8bCopy full SHA for 8506e8b
uaa-cli.rb
@@ -3,10 +3,10 @@
3
class UaaCli < Formula
4
homepage "https://github.com/cloudfoundry-incubator/uaa-cli"
5
6
- v = "v8.0.12" # CI Managed
+ v = "v0.0.1" # CI Managed
7
url "https://github.com/starkandwayne/uaa-cli-releases/releases/download/#{v}/uaa-darwin-amd64"
8
version v
9
- sha256 "233e9a2ff69820d0c8fe637ef1a069c3336706225c3bcac77cf3cf47d70cdaed" # CI Managed
+ sha256 "4171883b97d542e9b603e793cdf9d54d3b12f4dca1218998556b716f069aa47d" # CI Managed
10
11
def install
12
FileUtils.mv("uaa-darwin-amd64", "uaa")
0 commit comments