mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
Update Mull to 126.0.0
This commit is contained in:
parent
2d24d783a6
commit
a3d8b30421
1 changed files with 51 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ Description: This is a privacy oriented and deblobbed web browser based on Mozil
|
|||
project</a>. It is recommended to install 'uBlock Origin'.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mozilla-mobile/firefox-android.git
|
||||
Repo: https://codeberg.org/divested-mobile/mull-fenix.git
|
||||
|
||||
Builds:
|
||||
- versionName: 89.1.1
|
||||
|
|
@ -3650,6 +3650,52 @@ Builds:
|
|||
build: $$MullBuild$$/build.sh
|
||||
ndk: r26c
|
||||
|
||||
- versionName: 126.0.0
|
||||
versionCode: 21260000
|
||||
commit: 6a931836e7e1b4e207e86d4f0bb74bee7fa0948e
|
||||
timeout: 18000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y cmake make m4 g++ pkg-config libssl-dev python-is-python3
|
||||
python3-distutils python3-venv tcl gyp ninja-build bzip2 libz-dev libffi-dev
|
||||
libsqlite3-dev
|
||||
output: ../srclib/MozFennec/mobile/android/fenix/app/build/outputs/apk/fenix/release/app-*-release-unsigned.apk
|
||||
srclibs:
|
||||
- MozFennec@FIREFOX-ANDROID_126_0_RELEASE
|
||||
- FirefoxAndroidAS@components-v124.1.0
|
||||
- MozAppServices@v126.0
|
||||
- MozGlean@v59.0.0
|
||||
- MozGleanAS@v57.0.0
|
||||
- gmscore@v0.3.0.233515
|
||||
- rustup@1.27.0
|
||||
- wasi-sdk@wasi-sdk-20
|
||||
prebuild: ./prebuild.sh $$VERSION$$ $$VERCODE$$
|
||||
build: ./build.sh
|
||||
ndk: r26c
|
||||
|
||||
- versionName: 126.0.0
|
||||
versionCode: 21260020
|
||||
commit: 6a931836e7e1b4e207e86d4f0bb74bee7fa0948e
|
||||
timeout: 18000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y cmake make m4 g++ pkg-config libssl-dev python-is-python3
|
||||
python3-distutils python3-venv tcl gyp ninja-build bzip2 libz-dev libffi-dev
|
||||
libsqlite3-dev
|
||||
output: ../srclib/MozFennec/mobile/android/fenix/app/build/outputs/apk/fenix/release/app-*-release-unsigned.apk
|
||||
srclibs:
|
||||
- MozFennec@FIREFOX-ANDROID_126_0_RELEASE
|
||||
- FirefoxAndroidAS@components-v124.1.0
|
||||
- MozAppServices@v126.0
|
||||
- MozGlean@v59.0.0
|
||||
- MozGleanAS@v57.0.0
|
||||
- gmscore@v0.3.0.233515
|
||||
- rustup@1.27.0
|
||||
- wasi-sdk@wasi-sdk-20
|
||||
prebuild: ./prebuild.sh $$VERSION$$ $$VERCODE$$
|
||||
build: ./build.sh
|
||||
ndk: r26c
|
||||
|
||||
MaintainerNotes: |-
|
||||
Version code scheme:
|
||||
XYZAR, where X.Y.Z is upstream version, A is architecture (0 = ARMv7, 1 = x86, 2 = ARMv8), R is revision (if we need to re-release).
|
||||
|
|
@ -3657,11 +3703,9 @@ MaintainerNotes: |-
|
|||
* Example: 550021 = Firefox 55.0 for ARMv8, second revision
|
||||
|
||||
Determining versions:
|
||||
* Fenix: https://github.com/mozilla-mobile/firefox-android/releases
|
||||
* MozAppServices: `mozilla_appservices` in https://github.com/mozilla-mobile/firefox-android/blob/$MozAndroidComponents/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
|
||||
* MozGlean: `mozilla_glean` in https://github.com/mozilla-mobile/firefox-android/blob/$MozAndroidComponents/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
|
||||
* MozFennec: `version` in https://github.com/mozilla-mobile/firefox-android/blob/$MozAndroidComponents/android-components/plugins/dependencies/src/main/java/Gecko.kt
|
||||
* MozFennec: https://hg.mozilla.org/releases/mozilla-release/tags
|
||||
* MozAppServices: `mozilla_appservices` in https://hg.mozilla.org/releases/mozilla-release/file/$tag/mobile/android/android-components/plugins/dependencies/src/main/java/ApplicationServices.kt
|
||||
* MozGlean: `mozilla_glean` in https://hg.mozilla.org/releases/mozilla-release/file/$tag/mobile/android/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
|
||||
* FirefoxAndroidAS: `android-components` in https://github.com/mozilla/application-services/blob/$MozAppServices/gradle/libs.versions.toml
|
||||
* MozGleanAS: `mozilla_glean` in https://github.com/mozilla-mobile/firefox-android/blob/$MozAndroidComponentsAS/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
|
||||
* rustup: https://github.com/rust-lang/rustup/tags
|
||||
|
|
@ -3672,5 +3716,5 @@ MaintainerNotes: |-
|
|||
ArchivePolicy: 6
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 125.3.0
|
||||
CurrentVersionCode: 21253020
|
||||
CurrentVersion: 126.0.0
|
||||
CurrentVersionCode: 21260020
|
||||
|
|
|
|||
Loading…
Reference in a new issue