diff options
Diffstat (limited to 'Library/Formula/gitbucket.rb')
| -rw-r--r-- | Library/Formula/gitbucket.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/gitbucket.rb b/Library/Formula/gitbucket.rb index 9ca92ea03..bed743e55 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.13/gitbucket.war' - sha256 'a0c47fb42962c7165ac04e688c64153179014ecd8417687b1011737a7d9a9983' + url 'https://github.com/takezoe/gitbucket/releases/download/2.0/gitbucket.war' + sha256 '95060786c0ec898593c21995dc95ffbb89d43c2501c83ed4631b8201fa53219e' head do url 'https://github.com/takezoe/gitbucket.git' @@ -36,7 +36,6 @@ class Gitbucket < Formula <string>#{opt_libexec}/gitbucket.war</string> <string>--host=127.0.0.1</string> <string>--port=8080</string> - <string>--https=true</string> </array> <key>RunAtLoad</key> <true/> |
