diff options
| author | Brett Koonce | 2015-01-10 09:21:33 -0800 |
|---|---|---|
| committer | Brett Koonce | 2015-01-16 09:12:21 -0800 |
| commit | d5241b18af5692806da10b7ecf70f529b596340a (patch) | |
| tree | 9a520485a1f4b6658172502c8704bb6c7bfbc0c2 | |
| parent | 0153f85968071f7f470f6f4478778ed32ce3f3e4 (diff) | |
| download | homebrew-d5241b18af5692806da10b7ecf70f529b596340a.tar.bz2 | |
snapraid 7.0
| -rw-r--r-- | Library/Formula/snapraid.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/snapraid.rb b/Library/Formula/snapraid.rb index d9484bf11..39c46d71c 100644 --- a/Library/Formula/snapraid.rb +++ b/Library/Formula/snapraid.rb @@ -1,10 +1,8 @@ -require "formula" - class Snapraid < Formula homepage "http://snapraid.sourceforge.net/" head "git://snapraid.git.sourceforge.net/gitroot/snapraid/snapraid" - url "https://downloads.sourceforge.net/project/snapraid/snapraid-6.3.tar.gz" - sha1 "0a2760913ee16facb9bccf729a980260207e339f" + url "https://downloads.sourceforge.net/project/snapraid/snapraid-7.0.tar.gz" + sha1 "aec231ec0ad006cfc2f73cff01ed0fd3254dc111" def install system "./configure", "--prefix=#{prefix}" |
