zinc 0.3.5
Closes Homebrew/homebrew#29931. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
4593ae5782
commit
200f7eaa0a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Zinc < Formula
|
||||
homepage 'https://github.com/typesafehub/zinc'
|
||||
url 'http://repo.typesafe.com/typesafe/zinc/com/typesafe/zinc/dist/0.3.0/zinc-0.3.0.tgz'
|
||||
sha1 'ccadd9bd08ad7ce6ad3167d1cf0a6ca47eee14a3'
|
||||
url 'http://downloads.typesafe.com/zinc/0.3.5/zinc-0.3.5.tgz'
|
||||
sha1 '1ae45236fdf0ad91e739889bffb7829d9308cdea'
|
||||
|
||||
def install
|
||||
rm_f Dir["bin/ng/{linux,win}*"]
|
||||
|
|
Loading…
Reference in a new issue