aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-09 22:39:58 -0500
committerJack Nagel2014-12-09 22:39:58 -0500
commitdaaf370ad5cc335ef106424ffc4fc569429e139d (patch)
treeca50611be989d59d5ab990e6d60029c3b57ffbd3 /Library/Formula
parent62ee328784af2dfcca1da2ec85cf4be947d2c192 (diff)
downloadhomebrew-daaf370ad5cc335ef106424ffc4fc569429e139d.tar.bz2
Add more general support for passing credentials to curl
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ksh.rb6
-rw-r--r--Library/Formula/vcodex.rb2
-rw-r--r--Library/Formula/vmalloc.rb2
3 files changed, 6 insertions, 4 deletions
diff --git a/Library/Formula/ksh.rb b/Library/Formula/ksh.rb
index 6e1ca653f..400f59a27 100644
--- a/Library/Formula/ksh.rb
+++ b/Library/Formula/ksh.rb
@@ -3,7 +3,8 @@ 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 => AttResearchDownloadStrategy
+ :using => NoUnzipCurlDownloadStrategy,
+ :user => "I accept www.opensource.org/licenses/eclipse:."
sha1 "316428e9937806183a134aa1669dea40c3a73695"
version "93u+" # Versioning scheme: + means "+ patches", - means "beta/alpha".
@@ -17,7 +18,8 @@ class Ksh < Formula
resource "init" do
url "http://www2.research.att.com/~astopen/download/tgz/INIT.2012-08-01.tgz",
- :using => AttResearchDownloadStrategy
+ :using => NoUnzipCurlDownloadStrategy,
+ :user => "I accept www.opensource.org/licenses/eclipse:."
sha1 "0b472a615db384fe707042baaa3347dc1aa1c81e"
end
diff --git a/Library/Formula/vcodex.rb b/Library/Formula/vcodex.rb
index 3b201a78b..2ce4abc76 100644
--- a/Library/Formula/vcodex.rb
+++ b/Library/Formula/vcodex.rb
@@ -3,7 +3,7 @@ require 'formula'
class Vcodex < Formula
homepage 'http://www2.research.att.com/~astopen/download/ref/vcodex/vcodex.html'
url 'http://www2.research.att.com/~astopen/download/tgz/vcodex.2013-05-31.tgz',
- :using => AttResearchDownloadStrategy
+ :user => "I accept www.opensource.org/licenses/eclipse:."
sha1 '0423ee95b13069dd617c5f7625484a92d5068ea0'
version '2013-05-31'
diff --git a/Library/Formula/vmalloc.rb b/Library/Formula/vmalloc.rb
index 1fe0987db..d07c7fe77 100644
--- a/Library/Formula/vmalloc.rb
+++ b/Library/Formula/vmalloc.rb
@@ -3,7 +3,7 @@ require "formula"
class Vmalloc < Formula
homepage "http://www2.research.att.com/sw/download/"
url "http://www2.research.att.com/~astopen/download/tgz/vmalloc.2013-05-31.tgz",
- :using => AttResearchDownloadStrategy
+ :user => "I accept www.opensource.org/licenses/eclipse:."
sha1 "c656a820503c2f6e7ec19d6b42f2fa0fcefc33b0"
version "2013-05-31"