aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Holm2014-02-02 12:06:26 +0100
committerAdam Vandenberg2014-02-02 10:13:42 -0800
commit988d3dc3cbd05136eadb047009b13a6e2ff8fc51 (patch)
treeb326471010a455b3d7360dacc1666f4383a540ec /Library/Formula
parent5c1603d058bc9ae73f21556c8c32d16b5703721e (diff)
downloadhomebrew-988d3dc3cbd05136eadb047009b13a6e2ff8fc51.tar.bz2
XULRunner 27.0b9
Closes #26347. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xulrunner.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/xulrunner.rb b/Library/Formula/xulrunner.rb
index 0257879b5..cf39ebbd3 100644
--- a/Library/Formula/xulrunner.rb
+++ b/Library/Formula/xulrunner.rb
@@ -34,12 +34,13 @@ end
class Xulrunner < Formula
homepage "https://developer.mozilla.org/docs/XULRunner"
- url "http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/27.0b4/source/xulrunner-27.0b4.source.tar.bz2"
- sha1 "8dda88378454d9996cd908eeee48fcdfe47bc3ba"
- version "27.0b4"
+ url "http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/27.0b9/source/xulrunner-27.0b9.source.tar.bz2"
+ version "27.0b9"
+ sha1 '462477f819173cf637d1aeaa7f107634a804a455'
head do
- url "http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/mozilla-central.hg|https://hg.mozilla.org/mozilla-central/", :using => HgBundleDownloadStrategy
+ url "http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/mozilla-central.hg|https://hg.mozilla.org/mozilla-central/",
+ :using => HgBundleDownloadStrategy
depends_on "mercurial" => :build
depends_on "gettext" => :build
end