mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Aria to 0.14.4 (423)
This commit is contained in:
parent
0e6fa595e2
commit
828272a53e
1 changed files with 137 additions and 2 deletions
|
|
@ -2139,6 +2139,141 @@ Builds:
|
||||||
- mv /tmp/.cargo $HOME/.cargo
|
- mv /tmp/.cargo $HOME/.cargo
|
||||||
ndk: 23.1.7779620
|
ndk: 23.1.7779620
|
||||||
|
|
||||||
|
- versionName: 0.14.4
|
||||||
|
versionCode: 421
|
||||||
|
commit: 7b20220f00cafb6fc0e89d276166e506f8fb1324
|
||||||
|
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||||
|
binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-x86_64.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
- rustup@1.27.1
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- web
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
|
||||||
|
- pushd $$flutter$$
|
||||||
|
- git checkout -f $version
|
||||||
|
- popd
|
||||||
|
- cd ..
|
||||||
|
- mv com.poppingmoon.aria /tmp/build
|
||||||
|
- pushd /tmp/build/
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
- popd
|
||||||
|
- mv /tmp/build com.poppingmoon.aria
|
||||||
|
- $$rustup$$/rustup-init.sh -y
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- mv $HOME/.cargo /tmp/.cargo
|
||||||
|
- HOME_TMP=$HOME
|
||||||
|
- export HOME=/tmp
|
||||||
|
- cd ..
|
||||||
|
- mv com.poppingmoon.aria /tmp/build
|
||||||
|
- pushd /tmp/build/
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||||
|
- popd
|
||||||
|
- mv /tmp/build com.poppingmoon.aria
|
||||||
|
- export HOME=$HOME_TMP
|
||||||
|
- mv /tmp/.cargo $HOME/.cargo
|
||||||
|
ndk: 23.1.7779620
|
||||||
|
|
||||||
|
- versionName: 0.14.4
|
||||||
|
versionCode: 422
|
||||||
|
commit: 7b20220f00cafb6fc0e89d276166e506f8fb1324
|
||||||
|
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||||
|
binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-armeabi-v7a.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
- rustup@1.27.1
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- web
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
|
||||||
|
- pushd $$flutter$$
|
||||||
|
- git checkout -f $version
|
||||||
|
- popd
|
||||||
|
- cd ..
|
||||||
|
- mv com.poppingmoon.aria /tmp/build
|
||||||
|
- pushd /tmp/build/
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
- popd
|
||||||
|
- mv /tmp/build com.poppingmoon.aria
|
||||||
|
- $$rustup$$/rustup-init.sh -y
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- mv $HOME/.cargo /tmp/.cargo
|
||||||
|
- HOME_TMP=$HOME
|
||||||
|
- export HOME=/tmp
|
||||||
|
- cd ..
|
||||||
|
- mv com.poppingmoon.aria /tmp/build
|
||||||
|
- pushd /tmp/build/
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||||
|
- popd
|
||||||
|
- mv /tmp/build com.poppingmoon.aria
|
||||||
|
- export HOME=$HOME_TMP
|
||||||
|
- mv /tmp/.cargo $HOME/.cargo
|
||||||
|
ndk: 23.1.7779620
|
||||||
|
|
||||||
|
- versionName: 0.14.4
|
||||||
|
versionCode: 423
|
||||||
|
commit: 7b20220f00cafb6fc0e89d276166e506f8fb1324
|
||||||
|
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||||
|
binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-arm64-v8a.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
- rustup@1.27.1
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- web
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
|
||||||
|
- pushd $$flutter$$
|
||||||
|
- git checkout -f $version
|
||||||
|
- popd
|
||||||
|
- cd ..
|
||||||
|
- mv com.poppingmoon.aria /tmp/build
|
||||||
|
- pushd /tmp/build/
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
- popd
|
||||||
|
- mv /tmp/build com.poppingmoon.aria
|
||||||
|
- $$rustup$$/rustup-init.sh -y
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- mv $HOME/.cargo /tmp/.cargo
|
||||||
|
- HOME_TMP=$HOME
|
||||||
|
- export HOME=/tmp
|
||||||
|
- cd ..
|
||||||
|
- mv com.poppingmoon.aria /tmp/build
|
||||||
|
- pushd /tmp/build/
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||||
|
- popd
|
||||||
|
- mv /tmp/build com.poppingmoon.aria
|
||||||
|
- export HOME=$HOME_TMP
|
||||||
|
- mv /tmp/.cargo $HOME/.cargo
|
||||||
|
ndk: 23.1.7779620
|
||||||
|
|
||||||
AllowedAPKSigningKeys: b47f49781b7dcd4df69c6e437999d07defe27421f006b9fb6a13756880928ee2
|
AllowedAPKSigningKeys: b47f49781b7dcd4df69c6e437999d07defe27421f006b9fb6a13756880928ee2
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
|
|
@ -2148,5 +2283,5 @@ VercodeOperation:
|
||||||
- '%c * 10 + 2'
|
- '%c * 10 + 2'
|
||||||
- '%c * 10 + 3'
|
- '%c * 10 + 3'
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 0.14.3
|
CurrentVersion: 0.14.4
|
||||||
CurrentVersionCode: 413
|
CurrentVersionCode: 423
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue