diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-14 09:42:37 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-14 09:42:37 +0000 |
| commit | 205c528216d26eb1c251404e875adad90a447bb5 (patch) | |
| tree | 0d8d5e98cd8135d66a0188733bb0584628b475c3 | |
| parent | 0c3f5a8bf2fddc0bb9957e679f419ea3ad1fb4f8 (diff) | |
| download | alicelinux-205c528216d26eb1c251404e875adad90a447bb5.tar.gz alicelinux-205c528216d26eb1c251404e875adad90a447bb5.zip | |
firefox: updated to 138.0.3
| -rw-r--r-- | repos/extra/firefox/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/firefox/abuild | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/repos/extra/firefox/.checksum b/repos/extra/firefox/.checksum index 4615a6e1..66394a70 100644 --- a/repos/extra/firefox/.checksum +++ b/repos/extra/firefox/.checksum @@ -1,3 +1,3 @@ -57250f533c3ca8958015b9e9f6cd90383868ffce399d4984adcbe1dbd5220acc firefox-138.0.source.tar.xz +a8b8d9c90071b289986c070dc836f9e0404ec7757954c5461dc30d5a6adb6201 firefox-138.0.3.source.tar.xz 3e4e722acd2ab2e38a16ec23b29296318d77cc54f034d4b21d91bde085e26bc0 fix-target-detection.patch 30889a96df16927cca69826f3ca94b9f751819c2fcae07001a7108847ff25cb6 visibility.patch diff --git a/repos/extra/firefox/abuild b/repos/extra/firefox/abuild index 523ebc91..874fc6e2 100644 --- a/repos/extra/firefox/abuild +++ b/repos/extra/firefox/abuild @@ -1,5 +1,5 @@ name=firefox -version=138.0 +version=138.0.3 release=1 source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-${version}.source.tar.xz visibility.patch @@ -43,6 +43,9 @@ ac_add_options --disable-debug ac_add_options --disable-debug-symbols ac_add_options --disable-parental-controls ac_add_options --disable-system-extension-dirs +ac_add_options --disable-default-browser-agent +ac_add_options --disable-backgroundtasks +ac_add_options --disable-webspeech EOF if [ -f $SPM_PKGDB/libx11 ] && [ ! -f $SPM_PKGDB/wayland ]; then |