Skip to content

Commit

Permalink
Merge pull request #3206 from mariux64/update-firefox-from-134.0.2-to…
Browse files Browse the repository at this point in the history
…-135.0.1

Update Firefox from 134.0.2 to 135.0.1
  • Loading branch information
pmenzel authored Feb 19, 2025
2 parents 40b90ac + 7a73557 commit 0fffa78
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-134.0.2-0
# BEE_VERSION firefox-135.0.1-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/c68374f55c557ad00fb764cefec27a00/firefox-134.0.2.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/3b28b702245af8ede5be1587205ee967/firefox-135.0.1.source.tar.xz"

#BEE_BUILDTYPE=autotools
#build_in_sourcedir

mee_configure() {

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

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

0 comments on commit 0fffa78

Please sign in to comment.