datomic 0.9.5344
Closes Homebrew/homebrew#48982. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
d29ec9c766
commit
57339fb58f
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
class Datomic < Formula
|
||||
desc "Database separating transactions, storage and queries"
|
||||
homepage "http://www.datomic.com/"
|
||||
url "https://my.datomic.com/downloads/free/0.9.5302"
|
||||
version "0.9.5302"
|
||||
sha256 "6fc4fa8d6fa290c19405dbc11cf7f20dbe94077bd5dddc65cfd10b8958f42950"
|
||||
url "https://my.datomic.com/downloads/free/0.9.5344"
|
||||
version "0.9.5344"
|
||||
sha256 "7fa7d09b2aeae8f2a189f09a8b09c485cdee202e00aacc80c213d25735030498"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
|
@ -30,7 +30,7 @@ class Datomic < Formula
|
|||
|
||||
test do
|
||||
IO.popen("#{bin}/datomic-repl", "r+") do |pipe|
|
||||
assert_equal "Clojure 1.6.0", pipe.gets.chomp
|
||||
assert_equal "Clojure 1.7.0", pipe.gets.chomp
|
||||
pipe.puts "^C"
|
||||
pipe.close_write
|
||||
pipe.close
|
||||
|
|
Loading…
Reference in a new issue