From d8be1d31153ade2ff98e92331bb8e0699bb3364f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=91=E7=95=91=20=E8=8B=B1=E8=B3=87?= Date: Sat, 31 May 2014 13:15:35 +0900 Subject: [PATCH] gitbucket 2.0 Closes Homebrew/homebrew#29724. Signed-off-by: Jack Nagel --- Formula/gitbucket.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/gitbucket.rb b/Formula/gitbucket.rb index 9ca92ea03e..bed743e551 100644 --- a/Formula/gitbucket.rb +++ b/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 #{opt_libexec}/gitbucket.war --host=127.0.0.1 --port=8080 - --https=true RunAtLoad