Skip to content

Commit

Permalink
Merge pull request #2886 from mariux64/update-firefox-from-111.0-to-1…
Browse files Browse the repository at this point in the history
…12.0

Update Firefox from 111.0 to 112.0
  • Loading branch information
pmenzel authored Apr 12, 2023
2 parents f453718 + 9da0db5 commit 893bb83
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-111.0-0
# BEE_VERSION firefox-112.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/6e42bf4ee041bb366c92c50cefc91d7e/firefox-111.0.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/b9ee4f7f5fbac81a5373a0c8b626879e/firefox-112.0.source.tar.xz"

#BEE_BUILDTYPE=autotools
#build_in_sourcedir

mee_configure() {

. /pkg/rustc-1.66.1-0/profile
. /pkg/rustc-1.68.2-0/profile

cat > ${S}/mozconfig <<-EOF
ac_add_options --prefix="${PREFIX}"
Expand Down

0 comments on commit 893bb83

Please sign in to comment.