Skip to content

Commit

Permalink
Brew formula update for ok version v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Oct 25, 2024
1 parent d0988fa commit afc7fa4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/ok.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
class Ok < Formula
desc "A CLI called ok"
homepage "https://github.com/oslokommune/ok"
version "4.2.0"
version "4.3.0"

on_macos do
on_intel do
url "https://github.com/oslokommune/ok/releases/download/v4.2.0/ok_4.2.0_darwin_amd64.tar.gz"
sha256 "dad7e41d05bfbbe8b561ef52c29ad0223647b2782d0340356864a85e5ef9875c"
url "https://github.com/oslokommune/ok/releases/download/v4.3.0/ok_4.3.0_darwin_amd64.tar.gz"
sha256 "861808f19c2ad11ab9c1694aa57d26264b52f0529bbf2b77ff7e726c0cdede74"

def install
bin.install "ok"
Expand All @@ -20,8 +20,8 @@ def install
end
end
on_arm do
url "https://github.com/oslokommune/ok/releases/download/v4.2.0/ok_4.2.0_darwin_arm64.tar.gz"
sha256 "559b0cebf13e2ca95c168204c66d885798d7f1abdd4fe6c57972ce99384dfec9"
url "https://github.com/oslokommune/ok/releases/download/v4.3.0/ok_4.3.0_darwin_arm64.tar.gz"
sha256 "facf7e83c8f0bdccdc3b8f715f0da92d7090472196b18e4ad0f5407e5da86bd9"

def install
bin.install "ok"
Expand All @@ -35,8 +35,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/oslokommune/ok/releases/download/v4.2.0/ok_4.2.0_linux_amd64.tar.gz"
sha256 "73366f66065c592d6c217715a8d5e0002b253b23cbc6b13f8326d7a8e74d6195"
url "https://github.com/oslokommune/ok/releases/download/v4.3.0/ok_4.3.0_linux_amd64.tar.gz"
sha256 "21e5937b02c2d1224758c80225d6153b62342a4c83e9f491b98dd9331a714d5f"

def install
bin.install "ok"
Expand All @@ -48,8 +48,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/oslokommune/ok/releases/download/v4.2.0/ok_4.2.0_linux_arm64.tar.gz"
sha256 "cf849156a238c1933f02c9bbcde5f10e15d7f4c0f29d4382137fa541985b50c9"
url "https://github.com/oslokommune/ok/releases/download/v4.3.0/ok_4.3.0_linux_arm64.tar.gz"
sha256 "c71546304423ca1b40bd8ca8df58c965f270c4fc25a92d7dd5b3a9da8b5c44e2"

def install
bin.install "ok"
Expand Down

0 comments on commit afc7fa4

Please sign in to comment.