diff --git a/Formula/ocm.rb b/Formula/ocm.rb index 8822290..d4d341b 100644 --- a/Formula/ocm.rb +++ b/Formula/ocm.rb @@ -5,20 +5,20 @@ class Ocm < Formula desc "The OCM CLI makes it easy to create component versions and embed them in build processes." homepage "https://ocm.software/" - version "0.16.1" + version "0.16.2" on_macos do on_intel do - url "https://github.com/open-component-model/ocm/releases/download/v0.16.1/ocm-0.16.1-darwin-amd64.tar.gz" - sha256 "ad9cfd7023d80ee19bbca2f60ec03f68254c1899cc89c0a767547ed199f02e4d" + url "https://github.com/open-component-model/ocm/releases/download/v0.16.2/ocm-0.16.2-darwin-amd64.tar.gz" + sha256 "363d2f3835ed0a9921dcab1cd21ca201a9166b1d83ccb5d87284739930154268" def install bin.install "ocm" end end on_arm do - url "https://github.com/open-component-model/ocm/releases/download/v0.16.1/ocm-0.16.1-darwin-arm64.tar.gz" - sha256 "7a2f5401984e08359ad89db05ef6d44b222a1f9f29676193cb445f8a49a1ca55" + url "https://github.com/open-component-model/ocm/releases/download/v0.16.2/ocm-0.16.2-darwin-arm64.tar.gz" + sha256 "4c62072a2544a1db9a0f5f7ade4d7c0cc7c4fa7a034f480a56c26359ea1ff1c5" def install bin.install "ocm" @@ -29,8 +29,8 @@ def install on_linux do on_intel do if Hardware::CPU.is_64_bit? - url "https://github.com/open-component-model/ocm/releases/download/v0.16.1/ocm-0.16.1-linux-amd64.tar.gz" - sha256 "28216be704b643b73dbd598a6b226494edc92241013e1827ba832a732b49d80c" + url "https://github.com/open-component-model/ocm/releases/download/v0.16.2/ocm-0.16.2-linux-amd64.tar.gz" + sha256 "42f6f536f8e1956f507022d95d0a165cfde08363ba289bba8849b548e04354e9" def install bin.install "ocm" @@ -39,8 +39,8 @@ def install end on_arm do if Hardware::CPU.is_64_bit? - url "https://github.com/open-component-model/ocm/releases/download/v0.16.1/ocm-0.16.1-linux-arm64.tar.gz" - sha256 "2e1e62a21640914ef8ecd2b857ea51dc15ed75272121c60fc3c007e20a050a46" + url "https://github.com/open-component-model/ocm/releases/download/v0.16.2/ocm-0.16.2-linux-arm64.tar.gz" + sha256 "94f650137eb65c6c664fd64501374224d0f38f66e25940daa65190b2ccfb52eb" def install bin.install "ocm"