aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDominyk Tiller2014-10-25 22:58:05 +0100
committerJack Nagel2014-10-28 23:14:57 -0500
commitc1c827c6824ec6f36e5b22597df2c771c4d07d6b (patch)
treeb99c31f73bae2cde7805695376bd135067ac5c3e /Library/Formula
parenta48f800bfd88a068de758f0edf85155c1fc075db (diff)
downloadhomebrew-c1c827c6824ec6f36e5b22597df2c771c4d07d6b.tar.bz2
nss 3.17.2 & xulrunner 33.0
Version bumps for both formulae. It’s usually worth updating them together because of the dependency, so I’ve just wedded them into one single PR here. Xulrunner stable gains a <Yosemite dependency due to #33558. Closes #33591. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nss.rb4
-rw-r--r--Library/Formula/xulrunner.rb16
2 files changed, 9 insertions, 11 deletions
diff --git a/Library/Formula/nss.rb b/Library/Formula/nss.rb
index 1719b5e89..625c6651b 100644
--- a/Library/Formula/nss.rb
+++ b/Library/Formula/nss.rb
@@ -2,8 +2,8 @@ require "formula"
class Nss < Formula
homepage "https://developer.mozilla.org/docs/NSS"
- url "https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_2_2_RTM/src/nss-3.16.2.2.tar.gz"
- sha256 "f579793c60cac106b744a95b2024bc203263edb65a7849a4932a60c7fb7122e0"
+ url "https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_17_2_RTM/src/nss-3.17.2.tar.gz"
+ sha256 "134929e44e44b968a4883f4ee513a71ae45d55b486cee41ee8e26c3cc84dab8b"
bottle do
cellar :any
diff --git a/Library/Formula/xulrunner.rb b/Library/Formula/xulrunner.rb
index 464f8fa5c..996777aba 100644
--- a/Library/Formula/xulrunner.rb
+++ b/Library/Formula/xulrunner.rb
@@ -34,10 +34,14 @@ end
class Xulrunner < Formula
homepage "https://developer.mozilla.org/docs/XULRunner"
- url "https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/30.0/source/xulrunner-30.0.source.tar.bz2"
- sha1 "d987efafc67cb0170c6a5dabb9cede3b98e5c24b"
- revision 1
+ stable do
+ url "https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/latest/source/xulrunner-33.0.source.tar.bz2"
+ sha1 "0fbd6ac263d9c5811a5338252b28e3d08ddfbeb2"
+
+ # https://github.com/Homebrew/homebrew/issues/33558
+ depends_on MaximumMacOSRequirement => :mavericks
+ end
bottle do
cellar :any
@@ -46,12 +50,6 @@ class Xulrunner < Formula
sha1 "909652ee26ca77f03f24101b418f9cc0ca279bce" => :lion
end
- devel do
- url "https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/31.0b1/source/xulrunner-31.0b1.source.tar.bz2"
- sha1 "defcf12f71082ddc167ac5c49fd3a307faa5e8f2"
- version "31.0b1"
- end
-
head do
url "https://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/mozilla-central.hg|https://hg.mozilla.org/mozilla-central/",
:using => HgBundleDownloadStrategy