aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2014-05-18 11:00:40 -0700
committerBrett Koonce2014-05-18 11:19:41 -0700
commit2f5f47703366dc9b8cf8b68f0b13d099a826ab25 (patch)
tree67542140531fcbb8f15e7e945181d8ca3d26aa8d
parent88d3a9961acf77dcbd9256967535fb444f988f6e (diff)
downloadhomebrew-2f5f47703366dc9b8cf8b68f0b13d099a826ab25.tar.bz2
polyml 5.5.2
-rw-r--r--Library/Formula/polyml.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/polyml.rb b/Library/Formula/polyml.rb
index 964882b3d..527131698 100644
--- a/Library/Formula/polyml.rb
+++ b/Library/Formula/polyml.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class Polyml < Formula
- homepage 'http://www.polyml.org'
- url 'https://downloads.sourceforge.net/project/polyml/polyml/5.5.1/polyml.5.5.1.tar.gz'
- sha1 'f5a0d289eb0a891af5ac6e897ccc7718ccf32d89'
+ homepage "http://www.polyml.org"
+ url "https://downloads.sourceforge.net/project/polyml/polyml/5.5.2/polyml.5.5.2.tar.gz"
+ sha1 "8926046162c073d01c1b3bcfc744c63adfafc0d2"
def install
system "./configure", "--disable-dependency-tracking", "--disable-debug",