mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
encointer.wallet - update, no aum
This commit is contained in:
parent
d064d7e5e7
commit
501a525fb1
1 changed files with 25 additions and 37 deletions
|
|
@ -12,7 +12,7 @@ Bitcoin: 3P2rNo2vgwodoP7D6oesRkqhr1UHmYoJiD
|
|||
AutoName: Encointerwallet
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/encointer/encointer-wallet-flutter
|
||||
Repo: https://github.com/encointer/encointer-wallet-flutter.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.8.2
|
||||
|
|
@ -135,37 +135,6 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
- versionName: 0.9.2
|
||||
versionCode: 807
|
||||
disable: fails to build
|
||||
commit: v0.9.2
|
||||
init:
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.18.2/node-v12.18.2-linux-x64.tar.xz
|
||||
- echo "b8dc634798ee783482c2ae1755bd7dff09d83fa7bb037cdc370b601d0a5e5cbb node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar -vxf node.tar.xz
|
||||
- curl -Lo yarn.tar.gz https://github.com/yarnpkg/yarn/releases/download/v1.22.4/yarn-v1.22.4.tar.gz
|
||||
- echo "bc5316aa110b2f564a71a3d6e235be55b98714660870c5b6b2d2d3f12587fb58 yarn.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar zvxf yarn.tar.gz
|
||||
- export PATH=$PATH:$PWD/node-v12.18.2-linux-x64/bin:$PWD/yarn-v1.22.4/bin
|
||||
- pushd ./lib/js_service_encointer
|
||||
- yarn install
|
||||
- yarn run build
|
||||
- popd
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.2
|
||||
rm:
|
||||
- node-v12.18.2-linux-x64
|
||||
- yarn-v1.22.4
|
||||
- node.tar.xz
|
||||
- yarn.tar.gz
|
||||
- lib/js_service_encointer/node_modules
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
- versionName: 1.0.0
|
||||
versionCode: 808
|
||||
commit: v1.0.0
|
||||
|
|
@ -554,8 +523,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./scripts/fdroid_build.sh
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+-f-droid$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.9.0
|
||||
CurrentVersionCode: 860
|
||||
- versionName: 1.9.2
|
||||
versionCode: 862
|
||||
commit: c5a6db72929709d9bcd97192650a377561f63cc4
|
||||
submodules: true
|
||||
init: ./scripts/fdroid_init.sh
|
||||
output: app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- .flutter/packages/flutter_tools/gradle/flutter.gradle
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./scripts/fdroid_build.sh
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.9.2
|
||||
CurrentVersionCode: 862
|
||||
|
|
|
|||
Loading…
Reference in a new issue