Skip to content

Commit 9fb14d1

Browse files
committed
Brew formula update for glow version v4.1.3
1 parent 1b483b5 commit 9fb14d1

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.2"
5+
version "4.1.3"
66
bottle :unneeded
77

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

0 commit comments

Comments
 (0)