mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Update Tinc Mesh VPN to 0.41 (41)
This commit is contained in:
parent
568d09b5cc
commit
aefb958b61
1 changed files with 15 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ Changelog: https://github.com/pacien/tincapp/blob/HEAD/changelog.md
|
|||
Donate: https://paypal.me/pacien/15
|
||||
Bitcoin: 152t9TEBBhEescQx5gG7T5wHaJVeupAXQm
|
||||
|
||||
AutoName: Tinc App
|
||||
AutoName: Tinc Mesh VPN
|
||||
Description: |-
|
||||
Main features:
|
||||
|
||||
|
|
@ -364,7 +364,19 @@ Builds:
|
|||
prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle
|
||||
ndk: r22b
|
||||
|
||||
- versionName: '0.41'
|
||||
versionCode: 41
|
||||
commit: c2cee114110679b989dd583c690ddb9c76599f2b
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make libtool autoconf automake
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle
|
||||
ndk: r22b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.40'
|
||||
CurrentVersionCode: 40
|
||||
CurrentVersion: '0.41'
|
||||
CurrentVersionCode: 41
|
||||
|
|
|
|||
Loading…
Reference in a new issue