roswell 17.4.8.76

Closes #12925.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2017-04-26 22:56:38 -07:00
parent 8937ec2d71
commit 13d3b89674

View file

@ -1,8 +1,8 @@
class Roswell < Formula
desc "Lisp installer and launcher for major environments"
homepage "https://github.com/roswell/roswell"
url "https://github.com/roswell/roswell/archive/v17.3.8.75.tar.gz"
sha256 "ac65fd78b01dc46937bcf77f585e4a770acfa269d0a907c04db6636ced71f619"
url "https://github.com/roswell/roswell/archive/v17.4.8.76.tar.gz"
sha256 "c6a0715e962094801279cf5fb2c8efe71c6f9c134022a168198862d39a6193d1"
head "https://github.com/roswell/roswell.git"
bottle do
@ -27,6 +27,6 @@ class Roswell < Formula
test do
ENV["ROSWELL_HOME"] = testpath
system bin/"ros", "init"
File.exist? testpath/".roswell/config"
assert_predicate testpath/"config", :exist?
end
end