We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a64e0e commit f981fe2Copy full SHA for f981fe2
Formula/s/spidermonkey.rb
@@ -1,9 +1,9 @@
1
class Spidermonkey < Formula
2
desc "JavaScript-C Engine"
3
homepage "https://spidermonkey.dev"
4
- url "https://archive.mozilla.org/pub/firefox/releases/128.8.1esr/source/firefox-128.8.1esr.source.tar.xz"
5
- version "128.8.1"
6
- sha256 "7f8ef5bff3d690bb1c1ea1fdeb9525b3bfad75066705b59469349493c9179b0a"
+ url "https://archive.mozilla.org/pub/firefox/releases/128.9.0esr/source/firefox-128.9.0esr.source.tar.xz"
+ version "128.9.0"
+ sha256 "4d04661c6cc0bfdd0f280b62f81d2fb79ab3cbd7f9e8a7b34042db1cf8cc6805"
7
license "MPL-2.0"
8
head "https://hg.mozilla.org/mozilla-central", using: :hg
9
0 commit comments