gitbucket 3.11

Closes Homebrew/homebrew#48667.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dan 2016-01-31 09:45:16 +01:00 committed by Dominyk Tiller
parent 5367224bbd
commit d09574272b

View file

@ -1,8 +1,8 @@
class Gitbucket < Formula
desc "GitHub clone"
homepage "https://github.com/gitbucket/gitbucket"
url "https://github.com/gitbucket/gitbucket/releases/download/3.10.1/gitbucket.war"
sha256 "a689d8fd221db8e0fc437127bf0ce82ccef98c1acc9bc83067496ed286b5326f"
url "https://github.com/gitbucket/gitbucket/releases/download/3.11/gitbucket.war"
sha256 "229e814bb3a316cb74476487f9a3968e21e23c529b95b4c9ae4af9ffe15df750"
head do
url "https://github.com/gitbucket/gitbucket.git"
@ -11,6 +11,8 @@ class Gitbucket < Formula
bottle :unneeded
depends_on :java => "1.8+"
def install
if build.head?
system "ant"