diff options
| author | Brett Koonce | 2015-01-10 09:21:20 -0800 |
|---|---|---|
| committer | Brett Koonce | 2015-01-16 09:11:52 -0800 |
| commit | 36b685ab680933197ef92d59c4d09a3951da0581 (patch) | |
| tree | 231c2dad5860a3daeb22e43019423fd7bc84f89f /Library/Formula | |
| parent | 3d186e9e7a14b8c3b67fb2c82dfbf367ac265741 (diff) | |
| download | homebrew-36b685ab680933197ef92d59c4d09a3951da0581.tar.bz2 | |
qwt 6.1.2
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qwt.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/qwt.rb b/Library/Formula/qwt.rb index 47183f838..ff15c1249 100644 --- a/Library/Formula/qwt.rb +++ b/Library/Formula/qwt.rb @@ -1,9 +1,7 @@ -require "formula" - class Qwt < Formula homepage "http://qwt.sourceforge.net/" - url "https://downloads.sourceforge.net/project/qwt/qwt/6.1.1/qwt-6.1.1.tar.bz2" - sha1 "6d142cb9725da7e03fbb507532fc268b5212080a" + url "https://downloads.sourceforge.net/project/qwt/qwt/6.1.2/qwt-6.1.2.tar.bz2" + sha1 "6af82b6ee4132f779d1c8c2db872f01463b0d61c" bottle do revision 1 |
