Skip to content

Commit 2217d48

Browse files
pinc 0.0.2
1 parent eb6536d commit 2217d48

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

Formula/pinc.rb

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,11 @@ class Pinc < Formula
55

66
depends_on "vips"
77

8-
on_macos do
9-
on_arm do
10-
url "https://github.com/pinc-official/homebrew-tap/releases/download/0.0.1/pinc-0.0.1-aarch64-macos.tar.gz"
11-
sha256 "d84959b4090bbb7dc9a1413cd932732d0c9acd4deb3e15cde19a7d91a409744e"
12-
end
8+
bottle do
9+
root_url "https://github.com/pinc-official/homebrew-tap/releases/download/0.0.2"
1310
end
1411

15-
on_linux do
16-
on_intel do
17-
url "https://github.com/pinc-official/homebrew-tap/releases/download/0.0.1/pinc-0.0.1-x86_64-linux-gnu.tar.gz"
18-
sha256 "e90baf58e8ae907c1c98714a2a2acd094753007210054b7cd3e64ec94e19b1ad"
19-
end
20-
end
12+
depends_on "vips"
2113

2214
def install
2315
bin.install "bin/pinc"
@@ -26,4 +18,4 @@ def install
2618
test do
2719
system "#{bin}/pinc", "--version"
2820
end
29-
end
21+
end

0 commit comments

Comments
 (0)