diff options
| author | Adam Vandenberg | 2013-03-28 21:03:08 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-28 21:03:08 -0700 |
| commit | be66f352c99ff11c5729034d7ee3a90a8d85c4e9 (patch) | |
| tree | 648ff9d3a30bca498812f70f2830323da45cfd26 /Library/Formula/bup.rb | |
| parent | 174acd649c19dbc83f34a6a9e95bdc137b1a2a1b (diff) | |
| download | homebrew-be66f352c99ff11c5729034d7ee3a90a8d85c4e9.tar.bz2 | |
bup: fix audit warning
Diffstat (limited to 'Library/Formula/bup.rb')
| -rw-r--r-- | Library/Formula/bup.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/bup.rb b/Library/Formula/bup.rb index 0695cd80c..3fe5f39b3 100644 --- a/Library/Formula/bup.rb +++ b/Library/Formula/bup.rb @@ -3,7 +3,6 @@ require 'formula' class Bup < Formula homepage 'https://github.com/apenwarr/bup' url 'https://github.com/apenwarr/bup/archive/bup-0.25-rc1.tar.gz' - version '0.25-rc1' sha1 'b88bd38d6f00a646faf0bd1f561595ebc0e55b30' head 'https://github.com/apenwarr/bup.git', :branch => 'master' |
