Skip to content

Commit

Permalink
manually fix uaa-cli sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Jul 10, 2018
1 parent 1b8a34a commit eaadaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uaa-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class UaaCli < Formula
v = "v0.0.1" # CI Managed
url "https://github.com/starkandwayne/uaa-cli-releases/releases/download/#{v}/uaa-darwin-amd64"
version v
sha256 "4171883b97d542e9b603e793cdf9d54d3b12f4dca1218998556b716f069aa47d" # CI Managed
sha256 "9774626b69bf58a09266e0aeb5f8036d4bdf8b5a4fff02d63e953aff4b0eacf0" # CI Managed

def install
FileUtils.mv("uaa-darwin-amd64", "uaa")
Expand Down

0 comments on commit eaadaf9

Please sign in to comment.