|
5 | 5 | class GoCheckUpdates < Formula
|
6 | 6 | desc "go-check-updates upgrades your go.mod dependencies to the latest versions, ignoring specified versions."
|
7 | 7 | homepage "https://github.com/fogfish/go-check-updates"
|
8 |
| - version "0.4.4" |
| 8 | + version "0.4.5" |
9 | 9 | license "MIT"
|
10 | 10 |
|
11 | 11 | depends_on "go" => :optional
|
12 | 12 |
|
13 | 13 | on_macos do
|
14 | 14 | 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" |
17 | 17 |
|
18 | 18 | 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" |
20 | 20 | end
|
21 | 21 | end
|
22 | 22 | 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" |
25 | 25 |
|
26 | 26 | 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" |
28 | 28 | end
|
29 | 29 | end
|
30 | 30 | end
|
31 | 31 |
|
32 | 32 | on_linux do
|
33 | 33 | 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" |
36 | 36 |
|
37 | 37 | 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" |
39 | 39 | end
|
40 | 40 | end
|
41 | 41 | 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" |
44 | 44 |
|
45 | 45 | 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" |
47 | 47 | end
|
48 | 48 | end
|
49 | 49 | end
|
|
0 commit comments