diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libewf.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/libewf.rb b/Library/Formula/libewf.rb index af43c7828..62dfc5ea5 100644 --- a/Library/Formula/libewf.rb +++ b/Library/Formula/libewf.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Libewf < Formula - homepage 'http://code.google.com/p/libewf/' - url 'https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-20140427.tar.gz' - sha1 '86af91b3357d0cb78cfbe0c2356ccb3e1c8236e9' + homepage "http://code.google.com/p/libewf/" + url "https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-20140608.tar.gz" + sha1 "c17384a3d2c1d63bd5b1aaa2aead6ee3c82a2368" bottle do cellar :any |
