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 1d279a5 commit 8556c15Copy full SHA for 8556c15
bosh-init.rb
@@ -5,7 +5,7 @@ class BoshInit < Formula
5
6
v = "v0.0.100" # CI Managed
7
# remove v from version number
8
- @@verNum = v.sub "v", ""
+ @@verNum = v.sub "v", ""
9
url "https://s3.amazonaws.com/bosh-init-artifacts/bosh-init-#{@@verNum}-darwin-amd64"
10
version v
11
sha256 "" # CI Managed
bosh2.rb
@@ -5,7 +5,7 @@ class Bosh2 < Formula
v = "v4.0.1" # CI Managed
url "https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-#{@@verNum}-darwin-amd64"
0 commit comments