mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 21:56:58 +00:00
Update Mull to 110.1.0
This commit is contained in:
parent
d2c4fae493
commit
9328a2dfc4
1 changed files with 55 additions and 5 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/fenix
|
||||
Repo: https://github.com/mozilla-mobile/firefox-android
|
||||
|
||||
Builds:
|
||||
- versionName: 89.1.1
|
||||
|
|
@ -1462,6 +1462,56 @@ Builds:
|
|||
build: $$MullBuild$$/build.sh
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 110.1.0
|
||||
versionCode: 21101000
|
||||
commit: fenix-v110.1.0
|
||||
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: fenix/app/build/outputs/apk/fenix/release/app-*-release-unsigned.apk
|
||||
srclibs:
|
||||
- FirefoxAndroidAS@v108.0.8
|
||||
- MozAppServices@v96.2.1
|
||||
- MullBuild@v110.1.0
|
||||
- MozFennec@FIREFOX_110_0_1_RELEASE
|
||||
- MozGlean@v51.8.2
|
||||
- MozGleanAS@v51.8.2
|
||||
- rustup@1.25.2
|
||||
- wasi-sdk@wasi-sdk-16
|
||||
prebuild: $$MullBuild$$/prebuild.sh $$VERSION$$ $$VERCODE$$
|
||||
scanignore:
|
||||
- android-components/components/lib/publicsuffixlist/src/main/assets/publicsuffixes
|
||||
build: $$MullBuild$$/build.sh
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 110.1.0
|
||||
versionCode: 21101020
|
||||
commit: fenix-v110.1.0
|
||||
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: fenix/app/build/outputs/apk/fenix/release/app-*-release-unsigned.apk
|
||||
srclibs:
|
||||
- FirefoxAndroidAS@v108.0.8
|
||||
- MozAppServices@v96.2.1
|
||||
- MullBuild@v110.1.0
|
||||
- MozFennec@FIREFOX_110_0_1_RELEASE
|
||||
- MozGlean@v51.8.2
|
||||
- MozGleanAS@v51.8.2
|
||||
- rustup@1.25.2
|
||||
- wasi-sdk@wasi-sdk-16
|
||||
prebuild: $$MullBuild$$/prebuild.sh $$VERSION$$ $$VERCODE$$
|
||||
scanignore:
|
||||
- android-components/components/lib/publicsuffixlist/src/main/assets/publicsuffixes
|
||||
build: $$MullBuild$$/build.sh
|
||||
ndk: r21d
|
||||
|
||||
MaintainerNotes: |4-
|
||||
|
||||
Version code scheme:
|
||||
|
|
@ -1470,8 +1520,8 @@ MaintainerNotes: |4-
|
|||
* Example: 550021 = Firefox 55.0 for ARMv8, second revision
|
||||
|
||||
Determining versions:
|
||||
* Fenix: https://github.com/mozilla-mobile/fenix/releases
|
||||
* MozAndroidComponents: `VERSION` in https://github.com/mozilla-mobile/fenix/blob/$releaseTag/buildSrc/src/main/java/AndroidComponents.kt
|
||||
* Fenix: https://github.com/mozilla-mobile/firefox-android/releases
|
||||
* MozAndroidComponents: `VERSION` in https://github.com/mozilla-mobile/firefox-android/blob/$releaseTag/fenix/buildSrc/src/main/java/AndroidComponents.kt
|
||||
* 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
|
||||
|
|
@ -1484,5 +1534,5 @@ MaintainerNotes: |4-
|
|||
ArchivePolicy: 4 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 110.0.1
|
||||
CurrentVersionCode: 21100120
|
||||
CurrentVersion: 110.1.0
|
||||
CurrentVersionCode: 21101020
|
||||
|
|
|
|||
Loading…
Reference in a new issue