Skip to content

Commit

Permalink
Merge pull request #1699 from mariux64/update-firefox-from-72.0.1-to-…
Browse files Browse the repository at this point in the history
…73.0

Update Firefox from 72.0.1 to 73.0
  • Loading branch information
pmenzel authored Feb 13, 2020
2 parents 1a061fe + 1634fcc commit 8c55b5d
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,7 +2,7 @@

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

# BEE_VERSION firefox-72.0.1-0
# BEE_VERSION firefox-73.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"
Expand All @@ -12,7 +12,7 @@ SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/fir

mee_configure() {

. /pkg/rustc-1.37.0-0/profile
. /pkg/rustc-1.41.0-0/profile

cat > ${S}/mozconfig <<-EOF
ac_add_options --prefix=/usr
Expand Down Expand Up @@ -131,7 +131,7 @@ pref("extensions.webservice.discoverURL", "");

// Set default homepage - users can change
// Requires a complex preference
defaultPref("browser.startup.homepage","data:text/plain,browser.startup.homepage=http://twiki.molgen.mpg.de/foswiki/Main/WebHome");
defaultPref("browser.startup.homepage","data:text/plain,browser.startup.homepage=https://intranet.molgen.mpg.de/");

// Don't ask to install the Flash plugin
pref("plugins.notifyMissingFlash", false);
Expand Down

0 comments on commit 8c55b5d

Please sign in to comment.