mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Merge branch 'wownerosudofix' into 'master'
Wownero - remove sloppy add, upstreamed See merge request fdroid/fdroiddata!6851
This commit is contained in:
commit
c42b1cba4a
1 changed files with 5 additions and 7 deletions
|
|
@ -69,13 +69,11 @@ Builds:
|
|||
- PATH=$flutter_dir:$PATH ANDROID_NDK_ROOT=$$NDK$$ make wow
|
||||
ndk: r20b
|
||||
|
||||
- versionName: 0.8.0.0
|
||||
versionCode: 26
|
||||
disable: fails to build
|
||||
commit: v0.8.0.0
|
||||
- versionName: 0.8.0.0-a
|
||||
versionCode: 27
|
||||
commit: v0.8.0.0-a
|
||||
subdir: cyberwow
|
||||
sudo:
|
||||
- echo "deb http://deb.debian.org/debian stretch-backports-sloppy main" > /etc/apt/sources.list.d/stretch-backports-sloppy.list
|
||||
- apt-get update || apt-get update
|
||||
- apt install -y build-essential
|
||||
- apt install -y -t stretch-backports-sloppy libarchive13
|
||||
|
|
@ -93,5 +91,5 @@ Builds:
|
|||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckIgnore: (alpha|beta|rc|RC|dev)
|
||||
CurrentVersion: 0.8.0.0
|
||||
CurrentVersionCode: 26
|
||||
CurrentVersion: 0.8.0.0-a
|
||||
CurrentVersionCode: 27
|
||||
|
|
|
|||
Loading…
Reference in a new issue