diff options
| author | Brett Koonce | 2014-09-22 22:53:29 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-09-23 18:46:00 -0700 | 
| commit | 62310575273518e74790274e0e8b8a9eb4260ccb (patch) | |
| tree | 9be19515319e24434aaa683c4dde2477550edb93 /Library/Formula/gitbucket.rb | |
| parent | 11a4d87dead03087e8a57ea6334218b28c25581f (diff) | |
| download | homebrew-62310575273518e74790274e0e8b8a9eb4260ccb.tar.bz2 | |
gitbucket 2.3
Diffstat (limited to 'Library/Formula/gitbucket.rb')
| -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 7d830b744..6eb917e0f 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/2.2.1/gitbucket.war" -  sha256 "a60b2dacc7351c02a198fdcc121c3e1fd4adf4b9529df06cc5976c58824b381e" +  url "https://github.com/takezoe/gitbucket/releases/download/2.3/gitbucket.war" +  sha256 "5457b9a35ae33c339050114f9b7f19fe60b052a4181a29abccb952abbdb65ff3"    head do      url "https://github.com/takezoe/gitbucket.git" | 
