datomic 0.9.5372 (#1602)
This commit is contained in:
parent
49cfb73708
commit
226dc885e0
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
class Datomic < Formula
|
class Datomic < Formula
|
||||||
desc "Database separating transactions, storage and queries"
|
desc "Database separating transactions, storage and queries"
|
||||||
homepage "http://www.datomic.com/"
|
homepage "http://www.datomic.com/"
|
||||||
url "https://my.datomic.com/downloads/free/0.9.5350"
|
url "https://my.datomic.com/downloads/free/0.9.5372"
|
||||||
version "0.9.5350"
|
version "0.9.5372"
|
||||||
sha256 "bb99dede052d66cf195499dc09be3d12162ec8982867bf4fc7d6a0c07a3d5fc7"
|
sha256 "2af4e62525a30ff6fbe969c1cd425bb9db382a822a99cb1a1a0aae1128ea7dc2"
|
||||||
|
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ class Datomic < Formula
|
||||||
|
|
||||||
test do
|
test do
|
||||||
IO.popen("#{bin}/datomic-repl", "r+") do |pipe|
|
IO.popen("#{bin}/datomic-repl", "r+") do |pipe|
|
||||||
assert_equal "Clojure 1.7.0", pipe.gets.chomp
|
assert_equal "Clojure 1.8.0", pipe.gets.chomp
|
||||||
pipe.puts "^C"
|
pipe.puts "^C"
|
||||||
pipe.close_write
|
pipe.close_write
|
||||||
pipe.close
|
pipe.close
|
||||||
|
|
Loading…
Reference in a new issue