Skip to content

Commit

Permalink
Merge pull request #3236 from mariux64/update-firefox-from-137.0.2-to…
Browse files Browse the repository at this point in the history
…-138.0

Update Firefox from 137.0.2 to 138.0
  • Loading branch information
pmenzel authored Apr 29, 2025
2 parents f8e3dc9 + be6f4ee commit ed3daa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

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

# BEE_VERSION firefox-137.0.2-0
# BEE_VERSION firefox-138.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/082626fd0cdafd7e562b9e2987062581/firefox-137.0.2.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/75b43fbef1825f945001deda3c55c226/firefox-138.0.source.tar.xz"

#BEE_BUILDTYPE=autotools
#build_in_sourcedir

mee_configure() {

p=/pkg/node-22.14.0-0/profile; [ -e $p ] && . $p
p=/pkg/rustc-1.84.1-0/profile; [ -e $p ] && . $p
p=/pkg/rustc-1.86.0-0/profile; [ -e $p ] && . $p

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

0 comments on commit ed3daa5

Please sign in to comment.