aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/swi-prolog.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-17 21:37:25 -0700
committerAdam Vandenberg2013-06-17 21:37:25 -0700
commitf393f6da8c34b91910fa2d1fe5ca5931a5004241 (patch)
tree6ce7ae7a81bce387a9c161b5de323e5e1b78f038 /Library/Formula/swi-prolog.rb
parent28670c622349fd207ae665e865ea97132613db01 (diff)
downloadhomebrew-f393f6da8c34b91910fa2d1fe5ca5931a5004241.tar.bz2
swi-prolog --devel 6.3.17
Closes #20549.
Diffstat (limited to 'Library/Formula/swi-prolog.rb')
-rw-r--r--Library/Formula/swi-prolog.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/swi-prolog.rb b/Library/Formula/swi-prolog.rb
index 11f7cc326..2216fbae1 100644
--- a/Library/Formula/swi-prolog.rb
+++ b/Library/Formula/swi-prolog.rb
@@ -5,6 +5,11 @@ class SwiProlog < Formula
url 'http://www.swi-prolog.org/download/stable/src/pl-6.2.6.tar.gz'
sha256 '9412f0753a61c30dbcf1afac01fe7c9168002854709e00e09c21f959e1232146'
+ devel do
+ url 'http://www.swi-prolog.org/download/devel/src/pl-6.3.17.tar.gz'
+ sha1 '93bf9a0f824a3d1ce8a189a37d0c186de6479d42'
+ end
+
head 'git://www.swi-prolog.org/home/pl/git/pl.git'
option 'lite', "Disable all packages"