mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 20:17:42 +00:00
244 lines
8.1 KiB
YAML
244 lines
8.1 KiB
YAML
Categories:
|
|
- Phone & SMS
|
|
License: GPL-3.0-or-later
|
|
AuthorName: Sanmeet Singh
|
|
AuthorEmail: ssanmeet007@gmail.com
|
|
AuthorWebSite: https://sanmeet007.github.io
|
|
SourceCode: https://github.com/Sanmeet007/logger
|
|
IssueTracker: https://github.com/Sanmeet007/logger/issues
|
|
Donate: https://buymeacoffee.com/sanmeet007
|
|
|
|
AutoName: Logger
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Sanmeet007/logger
|
|
Binaries: https://github.com/Sanmeet007/logger/releases/download/v%v/logger-v%v.apk
|
|
|
|
Builds:
|
|
- versionName: 2.5.7
|
|
versionCode: 21
|
|
disable: non reproducible
|
|
commit: 42eebd20b3325bb705128ef7d61e966f21a4f13d
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
prebuild:
|
|
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\1/p" pubspec.yaml)
|
|
- '[[ $flutterVersion ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 2.6.1
|
|
versionCode: 23
|
|
disable: non reproducible
|
|
commit: fbd74861a040c977fb724c7ba7a1db262c7ec989
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
prebuild:
|
|
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\1/p" pubspec.yaml)
|
|
- '[[ $flutterVersion ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 2.7.1
|
|
versionCode: 30
|
|
disable: non reproducible
|
|
commit: c900f9938b762bd76f587afef72ca3df937249ba
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
prebuild:
|
|
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\1/p" pubspec.yaml)
|
|
- '[[ $flutterVersion ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 2.7.5
|
|
versionCode: 31
|
|
disable: non reproducible
|
|
commit: 4c3f3578be995868ab2ec8ad0bce7d00caec3a01
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
prebuild:
|
|
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\1/p" pubspec.yaml)
|
|
- '[[ $flutterVersion ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 2.8.3
|
|
versionCode: 37
|
|
commit: bc92db15880a280f7bddf84243c6487ea5e05b6a
|
|
sudo:
|
|
- mkdir -p /mnt/d/sanmeet007
|
|
- chown vagrant /mnt/d/sanmeet007
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
prebuild:
|
|
- export repo=/mnt/d/sanmeet007/dart
|
|
- mkdir -p $repo
|
|
- cd ..
|
|
- mv com.logger.app $repo/logger-linux-build
|
|
- pushd $repo/logger-linux-build
|
|
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)\r?/\1/p" pubspec.yaml)
|
|
- '[[ $flutterVersion ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
- popd
|
|
- mv $repo/logger-linux-build com.logger.app
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export repo=/mnt/d/sanmeet007/dart
|
|
- cd ..
|
|
- mv com.logger.app $repo/logger-linux-build
|
|
- pushd $repo/logger-linux-build
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk
|
|
- popd
|
|
- mv $repo/logger-linux-build com.logger.app
|
|
|
|
- versionName: 3.0.8
|
|
versionCode: 47
|
|
commit: e9d5135e0d1b64665e6458bdc70dfd1ad976d2a9
|
|
sudo:
|
|
- mkdir -p /mnt/d/sanmeet007
|
|
- chown vagrant /mnt/d/sanmeet007
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
prebuild:
|
|
- export repo=/mnt/d/sanmeet007/dart
|
|
- mkdir -p $repo
|
|
- cd ..
|
|
- mv com.logger.app $repo/logger-linux-build
|
|
- pushd $repo/logger-linux-build
|
|
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)\r?/\1/p" pubspec.yaml)
|
|
- '[[ $flutterVersion ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
- popd
|
|
- mv $repo/logger-linux-build com.logger.app
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export repo=/mnt/d/sanmeet007/dart
|
|
- cd ..
|
|
- mv com.logger.app $repo/logger-linux-build
|
|
- pushd $repo/logger-linux-build
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk
|
|
- popd
|
|
- mv $repo/logger-linux-build com.logger.app
|
|
|
|
- versionName: 3.1.0
|
|
versionCode: 49
|
|
commit: d0701dc8cc251a4ca6544e4f9d3330180dd3afa7
|
|
sudo:
|
|
- mkdir -p /mnt/d/sanmeet007
|
|
- chown vagrant /mnt/d/sanmeet007
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
prebuild:
|
|
- export repo=/mnt/d/sanmeet007/dart
|
|
- mkdir -p $repo
|
|
- cd ..
|
|
- mv com.logger.app $repo/logger-linux-build
|
|
- pushd $repo/logger-linux-build
|
|
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)\r?/\1/p" pubspec.yaml)
|
|
- '[[ $flutterVersion ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
- popd
|
|
- mv $repo/logger-linux-build com.logger.app
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export repo=/mnt/d/sanmeet007/dart
|
|
- cd ..
|
|
- mv com.logger.app $repo/logger-linux-build
|
|
- pushd $repo/logger-linux-build
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk
|
|
- popd
|
|
- mv $repo/logger-linux-build com.logger.app
|
|
|
|
- versionName: 3.1.2
|
|
versionCode: 50
|
|
commit: 6332c2fd2542ccb9999056551bd2b4b51e225f99
|
|
sudo:
|
|
- mkdir -p /mnt/d/sanmeet007
|
|
- chown vagrant /mnt/d/sanmeet007
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
prebuild:
|
|
- export repo=/mnt/d/sanmeet007/dart
|
|
- mkdir -p $repo
|
|
- cd ..
|
|
- mv com.logger.app $repo/logger-linux-build
|
|
- pushd $repo/logger-linux-build
|
|
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)\r?/\1/p" pubspec.yaml)
|
|
- '[[ $flutterVersion ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
- popd
|
|
- mv $repo/logger-linux-build com.logger.app
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export repo=/mnt/d/sanmeet007/dart
|
|
- cd ..
|
|
- mv com.logger.app $repo/logger-linux-build
|
|
- pushd $repo/logger-linux-build
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk
|
|
- popd
|
|
- mv $repo/logger-linux-build com.logger.app
|
|
|
|
AllowedAPKSigningKeys: 114f6019fb5a6ac74843df902dbeb99e69d5e6099656a3c9f689cf27131400ab
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags v[\d.]+$
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 3.1.2
|
|
CurrentVersionCode: 50
|