Skip to content

Commit c505d9c

Browse files
committed
Brew formula update for om version 7.18.1
1 parent e469d38 commit c505d9c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

om.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
class Om < Formula
66
desc ""
77
homepage ""
8-
version "7.18.0"
8+
version "7.18.1"
99

1010
on_macos do
1111
if Hardware::CPU.intel?
12-
url "https://github.com/pivotal-cf/om/releases/download/7.18.0/om-darwin-amd64-7.18.0.tar.gz"
13-
sha256 "e78ef55a21a106ec45ae8faea5c34c9e200334a544d852a099597095a58b57b5"
12+
url "https://github.com/pivotal-cf/om/releases/download/7.18.1/om-darwin-amd64-7.18.1.tar.gz"
13+
sha256 "599546d37657b91ee97ef44ae01f4cf7b7c5b6327b75f44d800a555aa72c4490"
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.18.0/om-darwin-arm64-7.18.0.tar.gz"
21-
sha256 "df4691ff569f645c7771636798faed19c56076a63815b7748fbaa01bfd554dfe"
20+
url "https://github.com/pivotal-cf/om/releases/download/7.18.1/om-darwin-arm64-7.18.1.tar.gz"
21+
sha256 "9d3431c686673019dcb43d3be978d6aa342d076481946c0c0cdd2ddc2e538917"
2222

2323
def install
2424
bin.install "om"
@@ -28,15 +28,15 @@ def install
2828

2929
on_linux do
3030
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
31-
url "https://github.com/pivotal-cf/om/releases/download/7.18.0/om-linux-amd64-7.18.0.tar.gz"
32-
sha256 "65a09dc12414133aa895356b66ade43a2696b3d2f98ec617c97da85a06f756a8"
31+
url "https://github.com/pivotal-cf/om/releases/download/7.18.1/om-linux-amd64-7.18.1.tar.gz"
32+
sha256 "dd60ce9fe58aae35eeff8d8be32d0746f44ea67ce6a476ce68510ce2b7d7155c"
3333
def install
3434
bin.install "om"
3535
end
3636
end
3737
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
38-
url "https://github.com/pivotal-cf/om/releases/download/7.18.0/om-linux-arm64-7.18.0.tar.gz"
39-
sha256 "83d0293f61473e08bf6fcdf6a4f201f854e95df1b78acd77a8d6a80eafa064de"
38+
url "https://github.com/pivotal-cf/om/releases/download/7.18.1/om-linux-arm64-7.18.1.tar.gz"
39+
sha256 "8e3c484ecabdafc64b5b6a63230069e7fde79772ac4f78ca06a5083828a3e2a8"
4040
def install
4141
bin.install "om"
4242
end

0 commit comments

Comments
 (0)