mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Aria to 0.13.7 (373)
This commit is contained in:
parent
9f81df5412
commit
6da50ccbc3
1 changed files with 137 additions and 2 deletions
|
|
@ -1869,6 +1869,141 @@ Builds:
|
|||
- mv /tmp/.cargo $HOME/.cargo
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 0.13.7
|
||||
versionCode: 371
|
||||
commit: fc8324de779b7c14a35276be1061c551db881aff
|
||||
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.13.7
|
||||
versionCode: 372
|
||||
commit: fc8324de779b7c14a35276be1061c551db881aff
|
||||
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.13.7
|
||||
versionCode: 373
|
||||
commit: fc8324de779b7c14a35276be1061c551db881aff
|
||||
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
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -1878,5 +2013,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.13.5
|
||||
CurrentVersionCode: 353
|
||||
CurrentVersion: 0.13.7
|
||||
CurrentVersionCode: 373
|
||||
|
|
|
|||
Loading…
Reference in a new issue