diff options
Diffstat (limited to 'firefox/abuild')
| -rw-r--r-- | firefox/abuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/firefox/abuild b/firefox/abuild index 1ae0b12d..b257b884 100644 --- a/firefox/abuild +++ b/firefox/abuild @@ -1,5 +1,5 @@ name=firefox -version=150.0.2 +version=151.0.3 release=1 source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-${version}.source.tar.xz fix-webrtc-pid_t.patch @@ -15,8 +15,7 @@ source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-$ musl-sandbox-sched.patch musl-siginfo.patch musl-single-threaded.patch - no-build-id.patch - rust-1.95-iwyu.patch" + no-build-id.patch" build() { # musl: allow select() syscall in all sandbox policies |