diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-27 17:00:14 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-27 17:00:14 +0000 |
| commit | 42e9b6f16adbad1b4dd239ab804cfbb702cfb5b5 (patch) | |
| tree | a5e9ca21d865744e67b70d36c30a1788110ac0f8 | |
| parent | 6d36f2beb9dba0c6ae02f2ab8b45434b7a7c7548 (diff) | |
| download | alicelinux-42e9b6f16adbad1b4dd239ab804cfbb702cfb5b5.tar.gz alicelinux-42e9b6f16adbad1b4dd239ab804cfbb702cfb5b5.zip | |
firefox: updated to 140.0.1
| -rw-r--r-- | repos/extra/firefox/.checksum | 3 | ||||
| -rw-r--r-- | repos/extra/firefox/abuild | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/repos/extra/firefox/.checksum b/repos/extra/firefox/.checksum index 4ade524c..2ea35d32 100644 --- a/repos/extra/firefox/.checksum +++ b/repos/extra/firefox/.checksum @@ -1,4 +1,3 @@ -4600deb006490ebd6f087158ac1294302f44abb4c19cbad0840cff1a89d28b6f firefox-139.0.4.source.tar.xz -c898b3e5e2547be1201842ac1bff5e9abf89e77ae5aa3f99c22f744e07b21981 fix-sqlite-vec-uint.patch +bdc1280b35c98737d25c5ba403991812bf92201afbcbc7e86ef6d7f151092bff firefox-140.0.1.source.tar.xz 3e4e722acd2ab2e38a16ec23b29296318d77cc54f034d4b21d91bde085e26bc0 fix-target-detection.patch 30889a96df16927cca69826f3ca94b9f751819c2fcae07001a7108847ff25cb6 visibility.patch diff --git a/repos/extra/firefox/abuild b/repos/extra/firefox/abuild index 6459ad2a..e6a228de 100644 --- a/repos/extra/firefox/abuild +++ b/repos/extra/firefox/abuild @@ -1,10 +1,10 @@ name=firefox -version=139.0.4 +version=140.0.1 release=1 source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-${version}.source.tar.xz visibility.patch - fix-target-detection.patch - fix-sqlite-vec-uint.patch" + fix-target-detection.patch" +# fix-sqlite-vec-uint.patch" build() { cat > .mozconfig << EOF |