From 3a153ece7028653af88c4c5a15d9f6079565f35d Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Thu, 14 Jun 2012 02:07:13 -0700 Subject: jags 3.2.0 Upgrade jags to version 3.2.0. Remove the `chmod` command because the binary is already 755. Tested on Lion with clang and llvm from XCode-4.3.3. Closes #12835. Signed-off-by: Jack Nagel --- Library/Formula/jags.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/jags.rb b/Library/Formula/jags.rb index 759920268..014ef0f7a 100644 --- a/Library/Formula/jags.rb +++ b/Library/Formula/jags.rb @@ -1,9 +1,9 @@ require 'formula' class Jags < Formula - url 'http://sourceforge.net/projects/mcmc-jags/files/JAGS/3.x/Source/JAGS-3.1.0.tar.gz' homepage 'http://www-fis.iarc.fr/~martyn/software/jags/' - md5 '1f84163a3e5114d30d7832fc26e54acf' + url 'http://sourceforge.net/projects/mcmc-jags/files/JAGS/3.x/Source/JAGS-3.2.0.tar.gz' + sha1 '020df50df98e066b261db77b061d8d8d354bf72b' def install ENV.fortran @@ -11,6 +11,5 @@ class Jags < Formula system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" - system "chmod +x #{bin}/jags" end end -- cgit v1.2.3