Skip to content

Update Firefox from 118.0.2 to 119.0 #3014

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

#export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80'

# BEE_VERSION firefox-118.0.2-0
# BEE_VERSION firefox-119.0-0

#https://ftp.mozilla.org/pub/firefox/releases/$pkgversion/SOURCE to find the right download link
#SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/firefox-${PKGVERSION}.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/09a832ffb15af2f82035a76aabbcf6ba/firefox-118.0.2.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/8946a4bb17ce1f10da9adb512ff1bd99/firefox-119.0.source.tar.xz"

#BEE_BUILDTYPE=autotools
#build_in_sourcedir

mee_configure() {

. /pkg/rustc-1.70.0-0/profile
. /pkg/rustc-1.73.0-0/profile

if [[ ${BEE_MAKEFLAGS:: 2} == "-j" ]]; then
BEE_MAKEFLAGS=${BEE_MAKEFLAGS: 2}
Expand Down