Skip to content

Commit

Permalink
Brew formula update for ok version v5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jan 20, 2025
1 parent dde91cf commit ab65e1c
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,15 +5,15 @@
class Ok < Formula
desc "A CLI called ok"
homepage "https://github.com/oslokommune/ok"
version "5.4.1"
version "5.4.2"

depends_on "fzf"
depends_on "yq"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/oslokommune/ok/releases/download/v5.4.1/ok_5.4.1_darwin_amd64.tar.gz"
sha256 "208ebc5b71d456306ea6c326690540dd03c37d3ceb224490f8713f6de9206afe"
url "https://github.com/oslokommune/ok/releases/download/v5.4.2/ok_5.4.2_darwin_amd64.tar.gz"
sha256 "c0e4d5b91c42ba7cb2f300c7747c65e9836fe885de760de4ffbeeac75563f967"

def install
bin.install "ok"
Expand All @@ -23,8 +23,8 @@ def install
end
end
if Hardware::CPU.arm?
url "https://github.com/oslokommune/ok/releases/download/v5.4.1/ok_5.4.1_darwin_arm64.tar.gz"
sha256 "1dff6e99ff4f671dc28f0aabe98be54735ce3f243b156e68a3fb287a95973fb0"
url "https://github.com/oslokommune/ok/releases/download/v5.4.2/ok_5.4.2_darwin_arm64.tar.gz"
sha256 "417c13ea388ce32bb7f6566f0319ab8c06212ff67250f6ae3dfb4af8dc41c5c4"

def install
bin.install "ok"
Expand All @@ -38,8 +38,8 @@ def install
on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://github.com/oslokommune/ok/releases/download/v5.4.1/ok_5.4.1_linux_amd64.tar.gz"
sha256 "b605721ca0e4573cb3175f5b25b956bdc691ad94844e913dc9917d0e9b35f2dd"
url "https://github.com/oslokommune/ok/releases/download/v5.4.2/ok_5.4.2_linux_amd64.tar.gz"
sha256 "2956cc0ff217e80a893e86c4ceeaca2a97d7b4ce04b9e19328e9408b55c21db7"

def install
bin.install "ok"
Expand All @@ -51,8 +51,8 @@ def install
end
if Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://github.com/oslokommune/ok/releases/download/v5.4.1/ok_5.4.1_linux_arm64.tar.gz"
sha256 "19131fe62eeba4c9cc18276936b66c720de5c2841e0aba7223ed48cc700a73e8"
url "https://github.com/oslokommune/ok/releases/download/v5.4.2/ok_5.4.2_linux_arm64.tar.gz"
sha256 "299d22d58c77030819efe6cd8b4d8181fe04e38ba1b087ff238449a7ba707b74"

def install
bin.install "ok"
Expand Down

0 comments on commit ab65e1c

Please sign in to comment.