Skip to content

Commit

Permalink
Merge pull request #3150 from mariux64/update-firefox-from-128.0.3-to…
Browse files Browse the repository at this point in the history
…-129.0

Update Firefox from 128.0.3 to 129.0
  • Loading branch information
pmenzel authored Aug 7, 2024
2 parents a2657c1 + cc7f43e commit 360c1fd
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-128.0.3-0
# BEE_VERSION firefox-129.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/082c4e57db840dc7ff41336128ce7913/firefox-128.0.3.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/f37885854b0ced7908825294c2c774b7/firefox-129.0.source.tar.xz"

#BEE_BUILDTYPE=autotools
#build_in_sourcedir

mee_configure() {

. /pkg/rustc-1.77.2-0/profile
. /pkg/rustc-1.80.0-0/profile

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

0 comments on commit 360c1fd

Please sign in to comment.