Skip to content

Commit

Permalink
Brew formula update for om version 7.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Sep 4, 2024
1 parent 1c331a1 commit 1509dd0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions om.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
class Om < Formula
desc ""
homepage ""
version "7.13.0"
version "7.14.0"

on_macos do
on_intel do
url "https://github.com/pivotal-cf/om/releases/download/7.13.0/om-darwin-amd64-7.13.0.tar.gz"
sha256 "6d6a0a87dace49c25cadb1fe17b257dd6639d3f2bc41aa140d36e4828abe3320"
url "https://github.com/pivotal-cf/om/releases/download/7.14.0/om-darwin-amd64-7.14.0.tar.gz"
sha256 "bfb90cf72e67f4be7248744d4c145ca46f2c97ad2c877afd4e3cde1d700f7be2"

def install
bin.install "om"
end
end
on_arm do
url "https://github.com/pivotal-cf/om/releases/download/7.13.0/om-darwin-arm64-7.13.0.tar.gz"
sha256 "bdf2f55c3719afc7e199046cd7cda42b6bacafad6df4bb6066818eeb9d9249ed"
url "https://github.com/pivotal-cf/om/releases/download/7.14.0/om-darwin-arm64-7.14.0.tar.gz"
sha256 "1cbf8956a0549c390de093d6d7843b003bf7d6f9eca0fabbbc152ba693c8c7ad"

def install
bin.install "om"
Expand All @@ -29,8 +29,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/pivotal-cf/om/releases/download/7.13.0/om-linux-amd64-7.13.0.tar.gz"
sha256 "eb3c8528aa84d5499db5d5e9c65d16d3c9fee09afd63abd3518c60ef5f03d952"
url "https://github.com/pivotal-cf/om/releases/download/7.14.0/om-linux-amd64-7.14.0.tar.gz"
sha256 "6869a731d82df0ad9aa3038d6d955921decd4231293ceca32a87652123918ae2"

def install
bin.install "om"
Expand All @@ -39,8 +39,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/pivotal-cf/om/releases/download/7.13.0/om-linux-arm64-7.13.0.tar.gz"
sha256 "66d1deb29c01a2861bf0f95e73a7f6c49b096815dc80b57a89780c9031cfa590"
url "https://github.com/pivotal-cf/om/releases/download/7.14.0/om-linux-arm64-7.14.0.tar.gz"
sha256 "c5ea37c592785e94fd254b5f1f9c0e50b9b4f7d1a8b8b0822db55444a9d01d82"

def install
bin.install "om"
Expand Down

0 comments on commit 1509dd0

Please sign in to comment.