diff options
| author | Misty De Meo | 2015-01-19 14:12:59 -0800 |
|---|---|---|
| committer | Misty De Meo | 2015-01-19 14:32:44 -0800 |
| commit | 21fe0154998e45eb777b31ab781b0a77ade5b2ae (patch) | |
| tree | 7c897fab9d29df0d9b91ac905357590e5a5f1645 /Library | |
| parent | 0d5d45b848d9557dae11f885fe8b2bccb584fa2d (diff) | |
| download | homebrew-21fe0154998e45eb777b31ab781b0a77ade5b2ae.tar.bz2 | |
raptor: update style
Closes #36038.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/raptor.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/raptor.rb b/Library/Formula/raptor.rb index 05fef41f8..bfae2d489 100644 --- a/Library/Formula/raptor.rb +++ b/Library/Formula/raptor.rb @@ -1,9 +1,7 @@ -require 'formula' - class Raptor < Formula - homepage 'http://librdf.org/raptor/' - url 'http://download.librdf.org/source/raptor2-2.0.15.tar.gz' - sha1 '504231f87024df9aceb90eb957196b557b4b8e38' + homepage "http://librdf.org/raptor/" + url "http://download.librdf.org/source/raptor2-2.0.15.tar.gz" + sha1 "504231f87024df9aceb90eb957196b557b4b8e38" bottle do cellar :any |
