diff options
| author | Jack Nagel | 2014-12-16 22:03:43 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-16 22:04:06 -0500 |
| commit | 962c81eb35b4d88d41e37c268571b225775fb0c8 (patch) | |
| tree | 8e0bb410d462d9efed5ed3718d716318a8e83188 /Library | |
| parent | 32fedf8a9360cb0697a699e64b690958f58c7a0f (diff) | |
| download | homebrew-962c81eb35b4d88d41e37c268571b225775fb0c8.tar.bz2 | |
ksh: use :nounzip shorthand
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ksh.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/ksh.rb b/Library/Formula/ksh.rb index 400f59a27..888431262 100644 --- a/Library/Formula/ksh.rb +++ b/Library/Formula/ksh.rb @@ -3,8 +3,7 @@ require "formula" class Ksh < Formula homepage "http://www.kornshell.com" url "http://www2.research.att.com/~astopen/download/tgz/ast-ksh.2012-08-01.tgz", - :using => NoUnzipCurlDownloadStrategy, - :user => "I accept www.opensource.org/licenses/eclipse:." + :using => :nounzip, :user => "I accept www.opensource.org/licenses/eclipse:." sha1 "316428e9937806183a134aa1669dea40c3a73695" version "93u+" # Versioning scheme: + means "+ patches", - means "beta/alpha". @@ -18,8 +17,7 @@ class Ksh < Formula resource "init" do url "http://www2.research.att.com/~astopen/download/tgz/INIT.2012-08-01.tgz", - :using => NoUnzipCurlDownloadStrategy, - :user => "I accept www.opensource.org/licenses/eclipse:." + :using => :nounzip, :user => "I accept www.opensource.org/licenses/eclipse:." sha1 "0b472a615db384fe707042baaa3347dc1aa1c81e" end |
