diff options
| author | 桑畑 英資 | 2014-05-31 13:15:35 +0900 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-31 09:21:29 -0500 | 
| commit | 1c7cb575253bcc752da1247d70046a060d973ffd (patch) | |
| tree | 0fab0bc2d23e7a3d2f4386f5c219e40b669b2caf /Library/Formula/gitbucket.rb | |
| parent | e4756685fbaea5aa91d6744eb143c3f220849708 (diff) | |
| download | homebrew-1c7cb575253bcc752da1247d70046a060d973ffd.tar.bz2 | |
gitbucket 2.0
Closes #29724.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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/> | 
