From 018a1827759023ad95c6b0bb22eb99f98ef15a39 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 7 Sep 2018 05:15:34 +0100 Subject: [PATCH] gitbucket 4.28.0 Closes #31875. Signed-off-by: Dominyk Tiller --- Formula/gitbucket.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gitbucket.rb b/Formula/gitbucket.rb index e5b582d729..f3f254d7f5 100644 --- a/Formula/gitbucket.rb +++ b/Formula/gitbucket.rb @@ -1,8 +1,8 @@ class Gitbucket < Formula desc "Git platform powered by Scala offering" homepage "https://github.com/gitbucket/gitbucket" - url "https://github.com/gitbucket/gitbucket/releases/download/4.27.0/gitbucket.war" - sha256 "394e8d6932c37c17ee12b05af2b9072006f97b2db84ff25e6e58fef8379f4b17" + url "https://github.com/gitbucket/gitbucket/releases/download/4.28.0/gitbucket.war" + sha256 "a92a24a8367e92791eecd4f384bbf28c2fc61b7382d34abf8cc12236ae64766c" head do url "https://github.com/gitbucket/gitbucket.git"