diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-10-22 13:54:29 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-10-22 13:54:29 +0000 |
| commit | 5e0e3a84b4f9d1ce309252ddaf063ceaf9ad12f9 (patch) | |
| tree | d6951fe943cfc061c106a7d7148cd0c5847f5ee6 /repos/extra/firefox/abuild | |
| parent | 0077a580c3197f9ba274f2868fe9bf924d302a44 (diff) | |
| download | alicelinux-5e0e3a84b4f9d1ce309252ddaf063ceaf9ad12f9.tar.gz alicelinux-5e0e3a84b4f9d1ce309252ddaf063ceaf9ad12f9.zip | |
firefox: updated to 144.0
Diffstat (limited to 'repos/extra/firefox/abuild')
| -rw-r--r-- | repos/extra/firefox/abuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/repos/extra/firefox/abuild b/repos/extra/firefox/abuild index 5f78b262..d18c6e84 100644 --- a/repos/extra/firefox/abuild +++ b/repos/extra/firefox/abuild @@ -1,9 +1,8 @@ name=firefox -version=143.0.4 +version=144.0 release=1 source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-${version}.source.tar.xz - libcxx18.patch - depflags.patch" + libcxx18.patch" build() { cat > .mozconfig << EOF |