diff options
| -rw-r--r-- | Library/Formula/gitbucket.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gitbucket.rb b/Library/Formula/gitbucket.rb index a50886d86..a848ff2eb 100644 --- a/Library/Formula/gitbucket.rb +++ b/Library/Formula/gitbucket.rb @@ -2,8 +2,8 @@ require 'formula' class Gitbucket < Formula homepage 'https://github.com/takezoe/gitbucket' - url 'https://github.com/takezoe/gitbucket/releases/download/1.12/gitbucket.war' - sha1 'aee08693cabd18ab23d0060d52b204cc71ccc626' + url 'https://github.com/takezoe/gitbucket/releases/download/1.13/gitbucket.war' + sha256 'a0c47fb42962c7165ac04e688c64153179014ecd8417687b1011737a7d9a9983' head do url 'https://github.com/takezoe/gitbucket.git' |
