Skip to content

Commit

Permalink
gitbucket 2.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#29724.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
妗戠晳 鑻辫硣 authored and jacknagel committed May 31, 2014
1 parent 84bafc8 commit d8be1d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/gitbucket.rb
Expand Up @@ -2,8 +2,8 @@

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'
Expand Down Expand Up @@ -36,7 +36,6 @@ def plist; <<-EOS.undent
<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/>
Expand Down

0 comments on commit d8be1d3

Please sign in to comment.