typesafe-activator 1.3.2
Updated to latest version Closes Homebrew/homebrew#37271. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
2c7a784bcf
commit
5b5dd6236a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class TypesafeActivator < Formula
|
||||
homepage 'https://typesafe.com/activator'
|
||||
url 'http://downloads.typesafe.com/typesafe-activator/1.2.12/typesafe-activator-1.2.12.zip'
|
||||
sha1 '31a7ad0ccbbb9308150e9bf5df98e632c3293cb7'
|
||||
url 'http://downloads.typesafe.com/typesafe-activator/1.3.2/typesafe-activator-1.3.2.zip'
|
||||
sha1 'b222c96b082fe6e74e03e455fe3103817391f003'
|
||||
|
||||
def install
|
||||
rm Dir["*.bat"] # Remove Windows .bat files
|
||||
|
|
Loading…
Reference in a new issue