diff options
| author | Brett Koonce | 2014-07-20 19:22:28 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-07-20 21:59:15 -0700 |
| commit | 0b1cc7f980f80522b1b6c6fa71d05e767da98588 (patch) | |
| tree | 268223e2dd7e98985485bb9e20e40b3db25bbead /Library/Formula | |
| parent | 62b563a9f9dbee2cf13ee69bef0c912f12a5dba0 (diff) | |
| download | homebrew-0b1cc7f980f80522b1b6c6fa71d05e767da98588.tar.bz2 | |
bup 0.26
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bup.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/bup.rb b/Library/Formula/bup.rb index df4160f1e..2ad85e289 100644 --- a/Library/Formula/bup.rb +++ b/Library/Formula/bup.rb @@ -1,10 +1,10 @@ -require 'formula' +require "formula" class Bup < Formula - homepage 'https://github.com/bup/bup' - head 'https://github.com/bup/bup.git', :branch => 'master' - url 'https://github.com/bup/bup/archive/0.25.tar.gz' - sha1 'f32ba39582d0e8875632f282c54f7377ed2a4df9' + homepage "https://github.com/bup/bup" + head "https://github.com/bup/bup.git", :branch => "master" + url "https://github.com/bup/bup/archive/0.26.tar.gz" + sha1 "86e636818590fe40e1074c67545bb74de6e8306b" option "run-tests", "Run unit tests after compilation" |
