|
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.11.1" |
| 8 | + version "0.11.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.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" |
14 | 14 | end |
15 | 15 | 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" |
18 | 18 | end |
19 | 19 | 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" |
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.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" |
26 | 26 | end |
27 | 27 |
|
28 | 28 | def install |
|
0 commit comments