Skip to content

Commit

Permalink
Brew formula update for gosmee version v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Nov 14, 2023
1 parent 01d763e commit 6667d0b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/gosmee.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
class Gosmee < Formula
desc "gosmee - A webhook and https://smee.io forwarder"
homepage "https://github.com/chmouel/gosmee"
version "0.19.3"
version "0.20.0"

on_macos do
url "https://github.com/chmouel/gosmee/releases/download/v0.19.3/gosmee_0.19.3_darwin_all.tar.gz"
sha256 "b7e6822d4f54d16c3339149147ff3367b1429d1837a37dccca4ed15fc43119f3"
url "https://github.com/chmouel/gosmee/releases/download/v0.20.0/gosmee_0.20.0_darwin_all.tar.gz"
sha256 "620aae88b7496d4afd9d3a621b8c7af844d90984b8f473e46e171c3d6b7a34f7"

def install
bin.install "gosmee" => "gosmee"
Expand All @@ -25,8 +25,8 @@ def install

on_linux do
if Hardware::CPU.intel?
url "https://github.com/chmouel/gosmee/releases/download/v0.19.3/gosmee_0.19.3_linux_x86_64.tar.gz"
sha256 "45fd65f0c73a8120964cd150db6f10796fefe2891d7c73631423a9692d787090"
url "https://github.com/chmouel/gosmee/releases/download/v0.20.0/gosmee_0.20.0_linux_x86_64.tar.gz"
sha256 "d16c6eae2013013599eff95be3f856ff4f408a2ff7a11b59dcdd3b27d24f1f13"

def install
bin.install "gosmee" => "gosmee"
Expand All @@ -40,8 +40,8 @@ def install
end
end
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/chmouel/gosmee/releases/download/v0.19.3/gosmee_0.19.3_linux_arm64.tar.gz"
sha256 "d6c0e3c4423844ecc4ff64d5960fdd33124489c9ae1ddd54efd5ba6c597c1d17"
url "https://github.com/chmouel/gosmee/releases/download/v0.20.0/gosmee_0.20.0_linux_arm64.tar.gz"
sha256 "71d3bc70fa6d8a00c67f7f717b7ff13e8b32702c14e25e7a67ee881bb82f81d2"

def install
bin.install "gosmee" => "gosmee"
Expand Down

0 comments on commit 6667d0b

Please sign in to comment.