Skip to content

Commit

Permalink
jags 4.0.1
Browse files Browse the repository at this point in the history
Version bump jags Formula to 4.0.1

Closes Homebrew/legacy-homebrew#46087.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
jameskyle authored and DomT4 committed Nov 18, 2015
1 parent a2c886b commit ab36481
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Formula/jags.rb
@@ -1,17 +1,15 @@
class Jags < Formula
desc "Just Another Gibbs Sampler for Bayesian MCMC simulation"
homepage "http://mcmc-jags.sourceforge.net"
url "https://downloads.sourceforge.net/project/mcmc-jags/JAGS/3.x/Source/JAGS-3.4.0.tar.gz"
sha256 "2beaa9a2672c2c95efc55ffa4c8b597a872f20232373daebd17ad539d3d7d82b"
url "https://downloads.sourceforge.net/project/mcmc-jags/JAGS/4.x/Source/JAGS-4.0.1.tar.gz"
sha256 "3619312cd9ce8163db4d5a51c961078061f6256382a2e93041ee22f7c09ba00e"
bottle do
cellar :any
sha1 "ea59e194feb354ef474a6bd58d4556d0e68adfb0" => :yosemite
sha1 "e3d0935caaf8a06b11efd1338d5444fdce87dc63" => :mavericks
sha1 "49977edf0dc1571ae846f758c3ba74cf59a2f0f5" => :mountain_lion
end

revision 1

depends_on :fortran

def install
Expand Down

0 comments on commit ab36481

Please sign in to comment.