Skip to content

Commit

Permalink
Brew formula update for kaytu version v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaytu-io committed Jul 11, 2024
1 parent adcdb86 commit 314d909
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions kaytu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
class Kaytu < Formula
desc ""
homepage "https://github.com/kaytu-io/kaytu"
version "0.15.0"
version "0.16.0"

on_macos do
on_intel do
url "https://github.com/kaytu-io/kaytu/releases/download/v0.15.0/kaytu_0.15.0_darwin_amd64.tar.gz"
sha256 "a55261bc06fb4939ddcdef65767222df3c282a17d47cf603bab8849d08d932f4"
url "https://github.com/kaytu-io/kaytu/releases/download/v0.16.0/kaytu_0.16.0_darwin_amd64.tar.gz"
sha256 "0f911d8f1b7ce138e8c83f60d6f3c108d163df1c173e67479ac2ad7bf07b269f"

def install
bin.install "kaytu"
end
end
on_arm do
url "https://github.com/kaytu-io/kaytu/releases/download/v0.15.0/kaytu_0.15.0_darwin_arm64.tar.gz"
sha256 "0c157c4d8ddb234ff5117f7e2a12d6679766a20a2d908eeae3b45392231a224d"
url "https://github.com/kaytu-io/kaytu/releases/download/v0.16.0/kaytu_0.16.0_darwin_arm64.tar.gz"
sha256 "2c30ee03ee8df6330a8044f8fb9e9c8700e16662f7237b445d322c1460a22f5d"

def install
bin.install "kaytu"
Expand All @@ -29,8 +29,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/kaytu-io/kaytu/releases/download/v0.15.0/kaytu_0.15.0_linux_amd64.tar.gz"
sha256 "0e35c931df28a8398ef929e0293ef6f00fe36cec54ee83df62c78c224cf9da4d"
url "https://github.com/kaytu-io/kaytu/releases/download/v0.16.0/kaytu_0.16.0_linux_amd64.tar.gz"
sha256 "41225bb9238ae2b1db4ef5fe7df84a865d3726cad20e5586c120e829e7b7a90b"

def install
bin.install "kaytu"
Expand All @@ -39,8 +39,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/kaytu-io/kaytu/releases/download/v0.15.0/kaytu_0.15.0_linux_arm64.tar.gz"
sha256 "ef13872333682e65ffbd80b167f287ddc6aeb75566a557c9653746229f7e61a5"
url "https://github.com/kaytu-io/kaytu/releases/download/v0.16.0/kaytu_0.16.0_linux_arm64.tar.gz"
sha256 "8d09ada842b32bfefa137698afd1d7d776853dc42be6c8f46c8adf3205c6ed42"

def install
bin.install "kaytu"
Expand Down

0 comments on commit 314d909

Please sign in to comment.