We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d199ed8 commit 36fd587Copy full SHA for 36fd587
git-chglog.rb
@@ -1,12 +1,12 @@
1
require "formula"
2
3
REPOSITORY_URL='https://github.com/git-chglog/git-chglog'
4
-HOMEBREW_GIT_VERSION='0.3.2'
+HOMEBREW_GIT_VERSION='0.3.3'
5
6
class GitChglog < Formula
7
homepage "#{REPOSITORY_URL}"
8
url "#{REPOSITORY_URL}/releases/download/#{HOMEBREW_GIT_VERSION}/git-chglog_darwin_amd64"
9
- sha256 "c4d59c950d3be81cce7bff4bc99eb9f3540b4daf4c1f2dcd209dc08956d2c97c"
+ sha256 "ba4a68b41e6c0e1d208504d1362ace39ceefaa5633881eb4e2dba4933de6054e"
10
head "#{REPOSITORY_URL}.git"
11
version "#{HOMEBREW_GIT_VERSION}"
12
0 commit comments