Skip to content

Commit 6ee6005

Browse files
committed
Brew formula update for glow version v5.0.3
1 parent 34c9639 commit 6ee6005

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

formula/glow.rb

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,22 @@
55
class Glow < Formula
66
desc "A cli tool to adapt git-flow"
77
homepage "https://github.com/meinto/glow"
8-
version "4.3.16"
8+
version "5.0.3"
9+
10+
depends_on "git"
911

1012
on_macos do
1113
if Hardware::CPU.intel?
12-
url "https://github.com/meinto/glow/releases/download/v4.3.16/glow_4.3.16_darwin_x86_64.tar.gz"
13-
sha256 "3d23b87890668a064206da86554ddf43353997ccab2c9a9b63ecb8f013b97ce8"
14+
url "https://github.com/meinto/glow/releases/download/v5.0.3/glow_ darwin_x86_64.tar.gz"
15+
sha256 "d9b4544d55c04efd7985f1be20431ae1ad21c22aeb34e54e9f1e65199d2c91ac"
1416

1517
def install
1618
bin.install "glow"
1719
end
1820
end
1921
if Hardware::CPU.arm?
20-
url "https://github.com/meinto/glow/releases/download/v4.3.16/glow_4.3.16_darwin_arm64.tar.gz"
21-
sha256 "dc1990505058e7235bea28ed28d7aa4e78e452afec5a810a8a789dc4d83c1610"
22+
url "https://github.com/meinto/glow/releases/download/v5.0.3/glow_ darwin_arm64.tar.gz"
23+
sha256 "e404d3dea308dd23bc6b10033b5469945072918ff18799216abd4963ef3d3817"
2224

2325
def install
2426
bin.install "glow"
@@ -27,23 +29,25 @@ def install
2729
end
2830

2931
on_linux do
30-
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
31-
url "https://github.com/meinto/glow/releases/download/v4.3.16/glow_4.3.16_linux_arm64.tar.gz"
32-
sha256 "ca3b3e51e15f7f5d7322fc17ea26e033ced69202079c9002fb83a47833465048"
32+
if Hardware::CPU.intel?
33+
if Hardware::CPU.is_64_bit?
34+
url "https://github.com/meinto/glow/releases/download/v5.0.3/glow_ linux_x86_64.tar.gz"
35+
sha256 "a8d3cae983866f9813b356ece886602d0ce18dae28c7a3fe1efd0c0d7b6b924c"
3336

34-
def install
35-
bin.install "glow"
37+
def install
38+
bin.install "glow"
39+
end
3640
end
3741
end
38-
if Hardware::CPU.intel?
39-
url "https://github.com/meinto/glow/releases/download/v4.3.16/glow_4.3.16_linux_x86_64.tar.gz"
40-
sha256 "68ccebb7e334f6ca9e6c8634867eac521b093099481a422325e2af3876f906d4"
42+
if Hardware::CPU.arm?
43+
if Hardware::CPU.is_64_bit?
44+
url "https://github.com/meinto/glow/releases/download/v5.0.3/glow_ linux_arm64.tar.gz"
45+
sha256 "e7ca6c36661b02f95bfa4042e9732bfcf028693db2e158070e9969a260dcde73"
4146

42-
def install
43-
bin.install "glow"
47+
def install
48+
bin.install "glow"
49+
end
4450
end
4551
end
4652
end
47-
48-
depends_on "git"
4953
end

0 commit comments

Comments
 (0)