aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/remind.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/remind.rb')
-rw-r--r--Library/Formula/remind.rb12
1 files changed, 4 insertions, 8 deletions
diff --git a/Library/Formula/remind.rb b/Library/Formula/remind.rb
index 3cf191175..414e6245e 100644
--- a/Library/Formula/remind.rb
+++ b/Library/Formula/remind.rb
@@ -1,17 +1,13 @@
require 'formula'
class Remind <Formula
- url 'http://www.roaringpenguin.com/files/download/remind-03.01.07.tar.gz'
+ url 'http://www.roaringpenguin.com/files/download/remind-03.01.09.tar.gz'
homepage 'http://www.roaringpenguin.com/products/remind'
- md5 '9335189e78a11b78d848aeade30058d6'
+ md5 '261a5fb774a1d671cc71e36fd0ea02b3'
def install
- configure_args = [
- "--prefix=#{prefix}",
- "--disable-debug",
- "--disable-dependency-tracking",
- ]
- system "./configure", *configure_args
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end