Skip to content

Commit 1b0b6b3

Browse files
committed
Brew formula update for git-chglog version v0.11.2
1 parent 5620ddf commit 1b0b6b3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

git-chglog.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
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.11.1"
8+
version "0.11.2"
99
bottle :unneeded
1010

1111
if OS.mac? && Hardware::CPU.intel?
12-
url "https://github.com/git-chglog/git-chglog/releases/download/v0.11.1/git-chglog_0.11.1_darwin_amd64.tar.gz"
13-
sha256 "3cc06acbaa105cfceba7a1206cde413bcb3b483ce5428482cf12a9351f3bf7e7"
12+
url "https://github.com/git-chglog/git-chglog/releases/download/v0.11.2/git-chglog_0.11.2_darwin_amd64.tar.gz"
13+
sha256 "b5c73a1a756dcaf5b371fd4139af06d9cad2968f5765d2ba5db935ad076f5b56"
1414
end
1515
if OS.linux? && Hardware::CPU.intel?
16-
url "https://github.com/git-chglog/git-chglog/releases/download/v0.11.1/git-chglog_0.11.1_linux_amd64.tar.gz"
17-
sha256 "4fdd8510ea37cfe1a21b7f0e1cfe940758b488e31d58c64f10caf693e0c3e2f8"
16+
url "https://github.com/git-chglog/git-chglog/releases/download/v0.11.2/git-chglog_0.11.2_linux_amd64.tar.gz"
17+
sha256 "0437c863d7e52ec4d37e764a0fbc6046523c261f6c8dcf4009c7f36c162ba632"
1818
end
1919
if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
20-
url "https://github.com/git-chglog/git-chglog/releases/download/v0.11.1/git-chglog_0.11.1_linux_armv6.tar.gz"
21-
sha256 "38cac3826ff3218bd9eae6ef34e4db417651f17275072ba4d37c4a23d06cbcf1"
20+
url "https://github.com/git-chglog/git-chglog/releases/download/v0.11.2/git-chglog_0.11.2_linux_armv6.tar.gz"
21+
sha256 "f24c36fbe248d74b0581e7bbab30d08c23fc733a975119019805ffb78df31fa7"
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.11.1/git-chglog_0.11.1_linux_arm64.tar.gz"
25-
sha256 "aaf6c0d6df08045ca5fa515cb15267691687e5269594682311070a18380f4fca"
24+
url "https://github.com/git-chglog/git-chglog/releases/download/v0.11.2/git-chglog_0.11.2_linux_arm64.tar.gz"
25+
sha256 "e51ef02d4dc5d5c8826a49f92263cfd1ffb61e50b26fb8452e173e28fe4ed57b"
2626
end
2727

2828
def install

0 commit comments

Comments
 (0)