mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
keep latest
This commit is contained in:
parent
2b87653a47
commit
5fd2afdc42
4 changed files with 5 additions and 242 deletions
|
|
@ -834,40 +834,6 @@ Builds:
|
|||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||
$$OUT$$ 'assets/stu.json'
|
||||
|
||||
- versionName: 4.17.1
|
||||
versionCode: 2012
|
||||
commit: 670e55ef9f9d8f0151d97e1c6cb52b66e863eeaf
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/Chiu-xaH/HFUT-Schedule/releases/download/v%v/%v-arm64-v8a.apk
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
prebuild:
|
||||
- sed -i -e "s/include 'arm64-v8a'.*/include 'arm64-v8a'/" -e '/universalApk/s/true/false/'
|
||||
build.gradle
|
||||
- sed -i -e '/aliyun/d' ../build.gradle
|
||||
- sed -i -e '/nexus/,+1d' ../settings.gradle
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||
$$OUT$$ 'assets/stu.json'
|
||||
|
||||
- versionName: 4.17.1
|
||||
versionCode: 2014
|
||||
commit: 670e55ef9f9d8f0151d97e1c6cb52b66e863eeaf
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/Chiu-xaH/HFUT-Schedule/releases/download/v%v/%v-x86_64.apk
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
prebuild:
|
||||
- sed -i -e "s/include 'arm64-v8a'.*/include 'x86_64'/" -e '/universalApk/s/true/false/'
|
||||
build.gradle
|
||||
- sed -i -e '/aliyun/d' ../build.gradle
|
||||
- sed -i -e '/nexus/,+1d' ../settings.gradle
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||
$$OUT$$ 'assets/stu.json'
|
||||
|
||||
- versionName: 4.17.2
|
||||
versionCode: 2022
|
||||
commit: 3d743eb1dc0bb1c6dc62082731f1407afa502f43
|
||||
|
|
|
|||
|
|
@ -3637,141 +3637,6 @@ Builds:
|
|||
- mv /tmp/.cargo $HOME/.cargo
|
||||
ndk: r28b
|
||||
|
||||
- versionName: 1.3.4
|
||||
versionCode: 731
|
||||
commit: afe124f18e0530b1e3346380df3610cb04d0d323
|
||||
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:
|
||||
- sed -i -e "s/'stable'/'1.88.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart
|
||||
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
|
||||
- '[[ $version ]]'
|
||||
- git -C $$flutter$$ checkout -f $version
|
||||
- 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 --default-toolchain none
|
||||
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: r28b
|
||||
|
||||
- versionName: 1.3.4
|
||||
versionCode: 732
|
||||
commit: afe124f18e0530b1e3346380df3610cb04d0d323
|
||||
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:
|
||||
- sed -i -e "s/'stable'/'1.88.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart
|
||||
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
|
||||
- '[[ $version ]]'
|
||||
- git -C $$flutter$$ checkout -f $version
|
||||
- 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 --default-toolchain none
|
||||
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: r28b
|
||||
|
||||
- versionName: 1.3.4
|
||||
versionCode: 733
|
||||
commit: afe124f18e0530b1e3346380df3610cb04d0d323
|
||||
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:
|
||||
- sed -i -e "s/'stable'/'1.88.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart
|
||||
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
|
||||
- '[[ $version ]]'
|
||||
- git -C $$flutter$$ checkout -f $version
|
||||
- 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 --default-toolchain none
|
||||
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: r28b
|
||||
|
||||
- versionName: 1.3.5
|
||||
versionCode: 741
|
||||
commit: 9f9dc3427671771c9be58c5aae0c6a53fcac41f7
|
||||
|
|
|
|||
|
|
@ -1342,62 +1342,6 @@ Builds:
|
|||
gradleprops:
|
||||
- splitApk
|
||||
|
||||
- versionName: 1.0.7
|
||||
versionCode: 631
|
||||
commit: cf27df104b0837e73ad5cba7aa48958b8c61c1a1
|
||||
subdir: wallet
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
- donau-verificator
|
||||
- merchant-terminal
|
||||
prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include
|
||||
"armeabi-v7a"/' build.gradle
|
||||
gradleprops:
|
||||
- splitApk
|
||||
|
||||
- versionName: 1.0.7
|
||||
versionCode: 632
|
||||
commit: cf27df104b0837e73ad5cba7aa48958b8c61c1a1
|
||||
subdir: wallet
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
- donau-verificator
|
||||
- merchant-terminal
|
||||
prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include
|
||||
"arm64-v8a"/' build.gradle
|
||||
gradleprops:
|
||||
- splitApk
|
||||
|
||||
- versionName: 1.0.7
|
||||
versionCode: 633
|
||||
commit: cf27df104b0837e73ad5cba7aa48958b8c61c1a1
|
||||
subdir: wallet
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
- donau-verificator
|
||||
- merchant-terminal
|
||||
prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include
|
||||
"x86"/' build.gradle
|
||||
gradleprops:
|
||||
- splitApk
|
||||
|
||||
- versionName: 1.0.7
|
||||
versionCode: 634
|
||||
commit: cf27df104b0837e73ad5cba7aa48958b8c61c1a1
|
||||
subdir: wallet
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
- donau-verificator
|
||||
- merchant-terminal
|
||||
prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include
|
||||
"x86_64"/' build.gradle
|
||||
gradleprops:
|
||||
- splitApk
|
||||
|
||||
- versionName: 1.0.8
|
||||
versionCode: 641
|
||||
commit: 674d4e67c3e912e8b2ab5796b5d26ef7339fca1e
|
||||
|
|
|
|||
|
|
@ -707,21 +707,9 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.7.7
|
||||
versionCode: 177
|
||||
commit: ec436ec2564a65d9f59bd39cf095af1dac182258
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.7.8
|
||||
versionCode: 178
|
||||
commit: 44534dabdb5589df1e64d5376e2f0a7d7510a99c
|
||||
- versionName: 1.7.9
|
||||
versionCode: 179
|
||||
commit: 97c81a7d0b1ab3f2b91a33359d8825b7b8a26992
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
|
|
@ -733,5 +721,5 @@ Builds:
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.7.8
|
||||
CurrentVersionCode: 178
|
||||
CurrentVersion: 1.7.9
|
||||
CurrentVersionCode: 179
|
||||
|
|
|
|||
Loading…
Reference in a new issue