aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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