|
5 | 5 | class GitChglog < Formula |
6 | 6 | desc "CHANGELOG generator implemented in Go (Golang)." |
7 | 7 | homepage "https://godoc.org/github.com/git-chglog/git-chglog" |
8 | | - version "0.14.1" |
| 8 | + version "0.14.2" |
9 | 9 | bottle :unneeded |
10 | 10 |
|
11 | 11 | 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" |
14 | 14 | end |
15 | 15 | 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" |
18 | 18 | end |
19 | 19 | 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" |
22 | 22 | end |
23 | 23 | 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" |
26 | 26 | end |
27 | 27 | 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" |
30 | 30 | end |
31 | 31 |
|
32 | 32 | def install |
|
0 commit comments