diff options
| author | Adam Vandenberg | 2013-12-05 19:32:53 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-12-05 19:32:53 -0800 | 
| commit | 1b6c6b2b531e688de59b412f6be59880918c519b (patch) | |
| tree | 398019381bc6a610fffa79a05851229c00f2312c | |
| parent | 1c6d5583d7c79adba2f5e6f68a65a38fbde6f262 (diff) | |
| download | homebrew-1b6c6b2b531e688de59b412f6be59880918c519b.tar.bz2 | |
Move jsl to homebrew-binary
Closes #24826.
| -rw-r--r-- | Library/Formula/jsl.rb | 11 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 | 
2 files changed, 1 insertions, 11 deletions
diff --git a/Library/Formula/jsl.rb b/Library/Formula/jsl.rb deleted file mode 100644 index f80cdcb2f..000000000 --- a/Library/Formula/jsl.rb +++ /dev/null @@ -1,11 +0,0 @@ -require 'formula' - -class Jsl < Formula -  homepage 'http://www.javascriptlint.com/' -  url 'http://www.javascriptlint.com/download/jsl-0.3.0-mac.tar.gz' -  sha1 'a6dd106a05ee81130a27a49d29233afeb8796ab0' - -  def install -    bin.install 'jsl' -  end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 9235726b1..51646b5c5 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -15,4 +15,5 @@ TAP_MIGRATIONS = {    'cmucl' => 'homebrew/binary',    'lmutil' => 'homebrew/binary',    'jscoverage' => 'homebrew/boneyard', +  'jsl' => 'homebrew/binary',  }  | 
