Skip to content

Commit 80e1f7c

Browse files
committed
Brew formula update for fork-sweeper version v0.1.2
1 parent f05986b commit 80e1f7c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

fork-sweeper.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
class ForkSweeper < Formula
66
desc "Remove unused GitHub forks"
77
homepage "https://github.com/rednafi/fork-sweeper"
8-
version "0.1.1"
8+
version "0.1.2"
99

1010
on_macos do
1111
if Hardware::CPU.arm?
12-
url "https://github.com/rednafi/fork-sweeper/releases/download/v0.1.1/fork-sweeper_Darwin_arm64.tar.gz"
13-
sha256 "11020d730f598d59e28dd052190a88036f2f0ff8fa89357d52178298903d9d1f"
12+
url "https://github.com/rednafi/fork-sweeper/releases/download/v0.1.2/fork-sweeper_Darwin_arm64.tar.gz"
13+
sha256 "0d113b20bb8e66353729454ec46482ce60aa2bdde89e0fc71a11dabc60c051b0"
1414

1515
def install
1616
bin.install "fork-sweeper"
1717
end
1818
end
1919
if Hardware::CPU.intel?
20-
url "https://github.com/rednafi/fork-sweeper/releases/download/v0.1.1/fork-sweeper_Darwin_x86_64.tar.gz"
21-
sha256 "08afaa6390cb022aac0abdbb3fbd1189e533ef10e320222485e1d39ed1f62592"
20+
url "https://github.com/rednafi/fork-sweeper/releases/download/v0.1.2/fork-sweeper_Darwin_x86_64.tar.gz"
21+
sha256 "7543673fbe45c147769639c81fee7f0c92146dd05df60bcc18e39c672258f9f0"
2222

2323
def install
2424
bin.install "fork-sweeper"
@@ -27,17 +27,17 @@ def install
2727
end
2828

2929
on_linux do
30-
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
31-
url "https://github.com/rednafi/fork-sweeper/releases/download/v0.1.1/fork-sweeper_Linux_arm64.tar.gz"
32-
sha256 "c047d4f5c387a86d900779232d99c8a944781e6d2e3334b4acc2d649364ed3c7"
30+
if Hardware::CPU.intel?
31+
url "https://github.com/rednafi/fork-sweeper/releases/download/v0.1.2/fork-sweeper_Linux_x86_64.tar.gz"
32+
sha256 "c7afde40810d80d9a267a77d091c3c6279b346a632b4ed0307aa517a4140eb70"
3333

3434
def install
3535
bin.install "fork-sweeper"
3636
end
3737
end
38-
if Hardware::CPU.intel?
39-
url "https://github.com/rednafi/fork-sweeper/releases/download/v0.1.1/fork-sweeper_Linux_x86_64.tar.gz"
40-
sha256 "5e417b0597f8dfa87066b3e806fd4e5b9b238507022d2dc8d68f6246e136a1ad"
38+
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
39+
url "https://github.com/rednafi/fork-sweeper/releases/download/v0.1.2/fork-sweeper_Linux_arm64.tar.gz"
40+
sha256 "934edd28af374f0e185376c955788dc350433511d5b346faab29ca4f7f7e4e7a"
4141

4242
def install
4343
bin.install "fork-sweeper"

0 commit comments

Comments
 (0)