diff options
| author | Lee Hanxue | 2014-04-29 19:31:44 +0800 | 
|---|---|---|
| committer | Jack Nagel | 2014-04-29 16:03:43 -0500 | 
| commit | be20e8085f06374129fdca311ed1227a8effcfe8 (patch) | |
| tree | 316ab8cac3280046d8a1fd48e0ec44c79826739f | |
| parent | cf5ee2c05256179081938d8eba223655f18aad88 (diff) | |
| download | homebrew-be20e8085f06374129fdca311ed1227a8effcfe8.tar.bz2 | |
gitbucket 1.13
Closes #28824.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/gitbucket.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/gitbucket.rb b/Library/Formula/gitbucket.rb index a50886d86..a848ff2eb 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.12/gitbucket.war' -  sha1 'aee08693cabd18ab23d0060d52b204cc71ccc626' +  url 'https://github.com/takezoe/gitbucket/releases/download/1.13/gitbucket.war' +  sha256 'a0c47fb42962c7165ac04e688c64153179014ecd8417687b1011737a7d9a9983'    head do      url 'https://github.com/takezoe/gitbucket.git' | 
