mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
seeneva: fix 0.1.1
This commit is contained in:
parent
1522b55a45
commit
6b12bb165f
1 changed files with 7 additions and 3 deletions
|
|
@ -36,16 +36,20 @@ Builds:
|
|||
- seeneva.disableSplitApk
|
||||
- seeneva.noDebSymbols
|
||||
|
||||
- versionName: 0.1.1
|
||||
- versionName: 0.1.1-fdroid
|
||||
versionCode: 3
|
||||
commit: 4dde4eab962a4e7b38d09d2258bca1cb6b03f373
|
||||
timeout: 10800
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y gcc-multilib autoconf autopoint automake m4 libtool pkg-config
|
||||
make cmake
|
||||
gradle:
|
||||
- fdroid
|
||||
srclibs:
|
||||
- rustup@1.23.1
|
||||
- rustup@1.25.1
|
||||
prebuild:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
|
|
@ -56,7 +60,7 @@ Builds:
|
|||
|
||||
MaintainerNotes: Rust toolchain version comes from the rust-toolchain TOML file
|
||||
|
||||
AutoUpdateMode: Version
|
||||
AutoUpdateMode: Version %v-fdroid +-fdroid
|
||||
UpdateCheckMode: Tags ^[\d.]*-fdroid$
|
||||
UpdateCheckData: seeneva.properties|seeneva.versionCode=(\d+)|.|seeneva.versionName=([\d.]+)
|
||||
CurrentVersion: 0.1.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue