Skip to content

Commit a9cb22f

Browse files
committed
Brew formula update for git-chglog version v0.14.2
1 parent 009fadc commit a9cb22f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

git-chglog.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@
55
class GitChglog < Formula
66
desc "CHANGELOG generator implemented in Go (Golang)."
77
homepage "https://godoc.org/github.com/git-chglog/git-chglog"
8-
version "0.14.1"
8+
version "0.14.2"
99
bottle :unneeded
1010

1111
if OS.mac? && Hardware::CPU.intel?
12-
url "https://github.com/git-chglog/git-chglog/releases/download/v0.14.1/git-chglog_0.14.1_darwin_amd64.tar.gz"
13-
sha256 "49bdf507135726b435a732d0718d69c492be9db5530b5367b69a304c9ab28d91"
12+
url "https://github.com/git-chglog/git-chglog/releases/download/v0.14.2/git-chglog_0.14.2_darwin_amd64.tar.gz"
13+
sha256 "91f6df91566ba798774e6acaa6de8cd4d55224494d6bd5b7d21c6af5d0890ea3"
1414
end
1515
if OS.mac? && Hardware::CPU.arm?
16-
url "https://github.com/git-chglog/git-chglog/releases/download/v0.14.1/git-chglog_0.14.1_darwin_arm64.tar.gz"
17-
sha256 "d6e1211b7ef89b136f8630b60406599604a99e131712f2c69080f58e4adfe932"
16+
url "https://github.com/git-chglog/git-chglog/releases/download/v0.14.2/git-chglog_0.14.2_darwin_arm64.tar.gz"
17+
sha256 "d53b6babee30bc29a941b13e42fc20363c5f2c51935c1694bbf70bda0a361607"
1818
end
1919
if OS.linux? && Hardware::CPU.intel?
20-
url "https://github.com/git-chglog/git-chglog/releases/download/v0.14.1/git-chglog_0.14.1_linux_amd64.tar.gz"
21-
sha256 "da787394f042603f7baf95183ea3914ac9a840429f5fd5e51caa0ce8848966ce"
20+
url "https://github.com/git-chglog/git-chglog/releases/download/v0.14.2/git-chglog_0.14.2_linux_amd64.tar.gz"
21+
sha256 "90a940f47ae6fedce5b5995f22dcae6159e54b86418e08a9a911705d36dbd52e"
2222
end
2323
if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
24-
url "https://github.com/git-chglog/git-chglog/releases/download/v0.14.1/git-chglog_0.14.1_linux_armv6.tar.gz"
25-
sha256 "d8b5e0d4e490caefbc8879a3f0db631251a9f586a24757d1e0716f79d0cc886d"
24+
url "https://github.com/git-chglog/git-chglog/releases/download/v0.14.2/git-chglog_0.14.2_linux_armv6.tar.gz"
25+
sha256 "941dca673f2c68bd6c086eeabc53514241211090d6c00a92effc1ad7d0dd9813"
2626
end
2727
if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
28-
url "https://github.com/git-chglog/git-chglog/releases/download/v0.14.1/git-chglog_0.14.1_linux_arm64.tar.gz"
29-
sha256 "a03c8d2e0c571d364df2c15f1292d12997544d78c94eef2698895dfb98617f69"
28+
url "https://github.com/git-chglog/git-chglog/releases/download/v0.14.2/git-chglog_0.14.2_linux_arm64.tar.gz"
29+
sha256 "0f06cadda33ffa461af5630c141c35755526c1a00735281d7c66ebebeaf2e366"
3030
end
3131

3232
def install

0 commit comments

Comments
 (0)