datomic 0.9.4324
Closes Homebrew/homebrew#24714. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
1654a886e4
commit
e999f15876
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Datomic < Formula
|
||||
homepage 'http://www.datomic.com/'
|
||||
url 'https://my.datomic.com/downloads/free/0.9.4314'
|
||||
sha1 '75826eb2c29ea1c27d09a0f6265d2a837bb33bb1'
|
||||
version '0.9.4314'
|
||||
url 'https://my.datomic.com/downloads/free/0.9.4324'
|
||||
sha1 '8d2948e41e86b1dba9741a9eacdb7c27f4a025d5'
|
||||
version '0.9.4324'
|
||||
|
||||
def write_libexec_alias *script_names
|
||||
script_names.each do |script_name|
|
||||
|
|
Loading…
Reference in a new issue