From 1c7cb575253bcc752da1247d70046a060d973ffd Mon Sep 17 00:00:00 2001 From: 桑畑 英資 Date: Sat, 31 May 2014 13:15:35 +0900 Subject: gitbucket 2.0 Closes #29724. Signed-off-by: Jack Nagel --- Library/Formula/gitbucket.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula/gitbucket.rb') 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 #{opt_libexec}/gitbucket.war --host=127.0.0.1 --port=8080 - --https=true RunAtLoad -- cgit v1.2.3