Skip to content

Commit

Permalink
Merge pull request #3118 from mariux64/update-firefox-from-126.0.1-to…
Browse files Browse the repository at this point in the history
…-127.0

Update Pixman from 0.38.4 to 0.43.4 and Firefox from 126.0.1 to 127.0
  • Loading branch information
pmenzel authored Jun 12, 2024
2 parents 6cb8883 + 6e25912 commit 63165f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

# BEE_VERSION firefox-126.0.1-0
# BEE_VERSION firefox-127.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/e96461195e56fe17b22c455e59d085a8/firefox-126.0.1.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/2cf54d60b36def3f6a93d373408d6362/firefox-127.0.source.tar.xz"

#BEE_BUILDTYPE=autotools
#build_in_sourcedir
Expand Down
4 changes: 2 additions & 2 deletions pixman.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION pixman-0.38.4-1
# BEE_VERSION pixman-0.43.4-0

# SRCURL[0]="https://cairographics.org/releases/pixman-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/267a7af290f93f643a1bc74490d9fdd1/pixman-0.38.4.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/21b18058dea39ad48f32d3199b8ffe40/pixman-0.43.4.tar.gz"

# PATCHURL+=()

Expand Down

0 comments on commit 63165f1

Please sign in to comment.