diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gle.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/sary.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gle.rb b/Library/Formula/gle.rb index 6db5f1761..94b56ed28 100644 --- a/Library/Formula/gle.rb +++ b/Library/Formula/gle.rb @@ -1,6 +1,6 @@ require 'formula' -class Gle <Formula +class Gle < Formula url 'http://downloads.sourceforge.net/glx/gle-graphics-4.2.3bf-src.tar.gz' version '4.2.3b' homepage 'http://glx.sourceforge.net/' diff --git a/Library/Formula/sary.rb b/Library/Formula/sary.rb index 232c896f0..ec7c99579 100644 --- a/Library/Formula/sary.rb +++ b/Library/Formula/sary.rb @@ -1,6 +1,6 @@ require 'formula' -class Sary <Formula +class Sary < Formula url 'http://sary.sourceforge.net/sary-1.2.0.tar.gz' md5 '10b9a803025c5f428014a7f1ff849ecc' homepage 'http://sary.sourceforge.net/' |
