Skip to content

Commit f5976bf

Browse files
committed
Brew formula update for go-check-updates version v0.4.5
1 parent 934741d commit f5976bf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Formula/go-check-updates.rb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,45 @@
55
class GoCheckUpdates < Formula
66
desc "go-check-updates upgrades your go.mod dependencies to the latest versions, ignoring specified versions."
77
homepage "https://github.com/fogfish/go-check-updates"
8-
version "0.4.4"
8+
version "0.4.5"
99
license "MIT"
1010

1111
depends_on "go" => :optional
1212

1313
on_macos do
1414
if Hardware::CPU.intel?
15-
url "https://github.com/fogfish/go-check-updates/releases/download/v0.4.4/go-check-updates_0.4.4_darwin_amd64"
16-
sha256 "bcec563fce2728e55144e09b0d3c604ab04d80872f0368af9e291b79f3f5cf5a"
15+
url "https://github.com/fogfish/go-check-updates/releases/download/v0.4.5/go-check-updates_0.4.5_darwin_amd64"
16+
sha256 "c596e2847c87c69ffefd4b4035c97d6850311c3cb6ffd647cd05ddde8f5c0204"
1717

1818
def install
19-
bin.install "go-check-updates_0.4.4_darwin_amd64" => "go-check-updates"
19+
bin.install "go-check-updates_0.4.5_darwin_amd64" => "go-check-updates"
2020
end
2121
end
2222
if Hardware::CPU.arm?
23-
url "https://github.com/fogfish/go-check-updates/releases/download/v0.4.4/go-check-updates_0.4.4_darwin_arm64"
24-
sha256 "30aeb80fae5d3e1f19c2f7745b2947827fbaba6c0f4d678c004f69373b01c952"
23+
url "https://github.com/fogfish/go-check-updates/releases/download/v0.4.5/go-check-updates_0.4.5_darwin_arm64"
24+
sha256 "e70283d7eb7a55439863bbc5a40fcca48189d82e4e64aea0711164a4b1f84717"
2525

2626
def install
27-
bin.install "go-check-updates_0.4.4_darwin_arm64" => "go-check-updates"
27+
bin.install "go-check-updates_0.4.5_darwin_arm64" => "go-check-updates"
2828
end
2929
end
3030
end
3131

3232
on_linux do
3333
if Hardware::CPU.intel?
34-
url "https://github.com/fogfish/go-check-updates/releases/download/v0.4.4/go-check-updates_0.4.4_linux_amd64"
35-
sha256 "31ae9306dc93e6ffca73167744ee3a3a0caf2b3a32f611042e6edb0e25c085aa"
34+
url "https://github.com/fogfish/go-check-updates/releases/download/v0.4.5/go-check-updates_0.4.5_linux_amd64"
35+
sha256 "cbb4835b1e30b86cd4d1c5b339849a8e7cd374a987bdf2ce220decbf8916162a"
3636

3737
def install
38-
bin.install "go-check-updates_0.4.4_linux_amd64" => "go-check-updates"
38+
bin.install "go-check-updates_0.4.5_linux_amd64" => "go-check-updates"
3939
end
4040
end
4141
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
42-
url "https://github.com/fogfish/go-check-updates/releases/download/v0.4.4/go-check-updates_0.4.4_linux_arm64"
43-
sha256 "8ad5ae0218767c28d079dc4f2263bc46347a0522aaf85ff3735a1f17f6627039"
42+
url "https://github.com/fogfish/go-check-updates/releases/download/v0.4.5/go-check-updates_0.4.5_linux_arm64"
43+
sha256 "d36c47dee737ddd726e2500753bf01729a3c181d566d4b845514c2cfc21825bf"
4444

4545
def install
46-
bin.install "go-check-updates_0.4.4_linux_arm64" => "go-check-updates"
46+
bin.install "go-check-updates_0.4.5_linux_arm64" => "go-check-updates"
4747
end
4848
end
4949
end

0 commit comments

Comments
 (0)