55class Om < Formula
66 desc ""
77 homepage ""
8- version "7.15.1 "
8+ version "7.16.0 "
99
1010 on_macos do
1111 if Hardware ::CPU . intel?
12- url "https://github.com/pivotal-cf/om/releases/download/7.15.1 /om-darwin-amd64-7.15.1 .tar.gz"
13- sha256 "4c315633c023d9f0d06cf6604621324f376e46f006dc0d5af3d687917c8d2065 "
12+ url "https://github.com/pivotal-cf/om/releases/download/7.16.0 /om-darwin-amd64-7.16.0 .tar.gz"
13+ sha256 "6d1c98c9f7570d2c2350d22e55b46195a13d6cd67cada7922eff7c65d5c01e6e "
1414
1515 def install
1616 bin . install "om"
1717 end
1818 end
1919 if Hardware ::CPU . arm?
20- url "https://github.com/pivotal-cf/om/releases/download/7.15.1 /om-darwin-arm64-7.15.1 .tar.gz"
21- sha256 "248fe44657749b911136fe264ab2b7a378bbb91752559688d485f7fd51a31886 "
20+ url "https://github.com/pivotal-cf/om/releases/download/7.16.0 /om-darwin-arm64-7.16.0 .tar.gz"
21+ sha256 "324f7150f186aab52d944e2754d5f156f3f3e52dbd24deced7e343be92df0a64 "
2222
2323 def install
2424 bin . install "om"
@@ -27,24 +27,18 @@ def install
2727 end
2828
2929 on_linux do
30- if Hardware ::CPU . intel?
31- if Hardware ::CPU . is_64_bit?
32- url "https://github.com/pivotal-cf/om/releases/download/7.15.1/om-linux-amd64-7.15.1.tar.gz"
33- sha256 "346a470c1929bcf456e90dc4433958668b9a08670269272f17b0a115604d955c"
34-
35- def install
36- bin . install "om"
37- end
30+ if Hardware ::CPU . intel? and Hardware ::CPU . is_64_bit?
31+ url "https://github.com/pivotal-cf/om/releases/download/7.16.0/om-linux-amd64-7.16.0.tar.gz"
32+ sha256 "2d256be4c13a33b12fae165e59238faaaaac04de3383c40e4f82e98a44e56f0c"
33+ def install
34+ bin . install "om"
3835 end
3936 end
40- if Hardware ::CPU . arm?
41- if Hardware ::CPU . is_64_bit?
42- url "https://github.com/pivotal-cf/om/releases/download/7.15.1/om-linux-arm64-7.15.1.tar.gz"
43- sha256 "d5f0e41c805c67d9c1fc1d460d95a5adae254338c7959329e908e7d65252a30c"
44-
45- def install
46- bin . install "om"
47- end
37+ if Hardware ::CPU . arm? and Hardware ::CPU . is_64_bit?
38+ url "https://github.com/pivotal-cf/om/releases/download/7.16.0/om-linux-arm64-7.16.0.tar.gz"
39+ sha256 "02ced3eec8a9642edff8b8d0657a7a1a7d6b84f9b40f5ab268c347be4427d943"
40+ def install
41+ bin . install "om"
4842 end
4943 end
5044 end
0 commit comments