Skip to content

Commit

Permalink
Merge pull request #3212 from mariux64/update-firefox-from-136.0-to-1…
Browse files Browse the repository at this point in the history
…36.0.1

Update Firefox from 136.0 to 136.0.1
  • Loading branch information
pmenzel authored Mar 11, 2025
2 parents d3ed69c + 0472773 commit fb64d9f
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,18 +2,18 @@

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

# BEE_VERSION firefox-136.0-0
# BEE_VERSION firefox-136.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/58289b4341fdd2b3ba6299b63469d70d/firefox-136.0.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/4adc7d1e6629d0f7f371cd31c2befe79/firefox-136.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/node-22.14.0-0/profile; [ -e $p ] && . $p
p=/pkg/rustc-1.84.1-0/profile; [ -e $p ] && . $p

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

0 comments on commit fb64d9f

Please sign in to comment.