Skip to content

Commit f1ba3d9

Browse files
committed
Brew formula update for glow version v4.1.4
1 parent bb6f4f2 commit f1ba3d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

formula/glow.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
class Glow < Formula
33
desc ""
44
homepage ""
5-
version "4.1.3"
5+
version "4.1.4"
66
bottle :unneeded
77

88
if OS.mac?
9-
url "https://github.com/meinto/glow/releases/download/v4.1.3/glow_4.1.3_darwin_x86_64.tar.gz"
10-
sha256 "d6289b27b6815c602d76ae4c4ededb7fd00f4dc5bb9c8a04456d522546b56372"
9+
url "https://github.com/meinto/glow/releases/download/v4.1.4/glow_4.1.4_darwin_x86_64.tar.gz"
10+
sha256 "377aa4843bef779178660374ad1f4089dbfea1ef63283223bb01de01529e9a42"
1111
elsif OS.linux?
1212
if Hardware::CPU.intel?
13-
url "https://github.com/meinto/glow/releases/download/v4.1.3/glow_4.1.3_linux_x86_64.tar.gz"
14-
sha256 "08c8a8f65cc38df9e17ec8fd84bb842bca0b5e2dd2a7f2f048b251f6802d92d4"
13+
url "https://github.com/meinto/glow/releases/download/v4.1.4/glow_4.1.4_linux_x86_64.tar.gz"
14+
sha256 "3351a835f5a2efe3f846aeb471004fe8908923abdd2bbb966c44496a771bc109"
1515
end
1616
end
1717

0 commit comments

Comments
 (0)