Update package version to 152.0.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: firefox
|
name: firefox
|
||||||
description: Fast, Private & Safe Web Browser
|
description: Fast, Private & Safe Web Browser
|
||||||
version: 151.0.3
|
version: 152.0.1
|
||||||
revision: 2
|
revision: 1
|
||||||
url: https://www.firefox.com
|
url: https://www.firefox.com
|
||||||
license: MPL-2.0
|
license: MPL-2.0
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -55,4 +55,4 @@ downloads:
|
|||||||
- url: https://archive.mozilla.org/pub/firefox/releases/${BPM_PKG_VERSION}/source/firefox-${BPM_PKG_VERSION}.source.tar.xz
|
- url: https://archive.mozilla.org/pub/firefox/releases/${BPM_PKG_VERSION}/source/firefox-${BPM_PKG_VERSION}.source.tar.xz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 7820284ed489057a3750715ccaa22d87e1965fd54f6525d3565f1e70743bfe66
|
checksum: bff037bd04f0df25a330daa7133bea6eee5a02b7ce39da30581580271502f15e
|
||||||
|
|||||||
@@ -6,9 +6,6 @@
|
|||||||
# This function is used for putting downloaded files to the correct location or applying patches
|
# This function is used for putting downloaded files to the correct location or applying patches
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$BPM_SOURCE"
|
cd "$BPM_SOURCE"
|
||||||
# Fix build with glibc 2.43
|
|
||||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1999625
|
|
||||||
patch -Np1 -i "$BPM_WORKDIR"/0001-Patch-glsl-optimizer-to-build-with-glibc-2.43.patch
|
|
||||||
|
|
||||||
# Generate mozconfig
|
# Generate mozconfig
|
||||||
cat > mozconfig <<-EOF
|
cat > mozconfig <<-EOF
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user