Update DroidFS to 2.0.0 (30)

This commit is contained in:
F-Droid checkupdates bot 2023-04-19 19:50:08 +00:00
parent 1f8697692e
commit d954f88c2a

View file

@ -336,7 +336,31 @@ Builds:
- ./build.sh $$FFmpeg$$
ndk: r23b
- versionName: 2.0.0
versionCode: 30
commit: 8c9c6a20b98f1102988e97ebc3e8d6d0fa9caa0a
subdir: app
submodules: true
sudo:
- apt-get update
- curl -Lso go.tar.gz https://golang.org/dl/go1.17.3.linux-amd64.tar.gz
- echo "550f9845451c0c94be679faf116291e7807a8d78b43149f9506c1b15eb89008c go.tar.gz"
| sha256sum -c -
- tar xzf go.tar.gz --strip-components=1 -C /usr/local/
gradle:
- yes
srclibs:
- OpenSSL@OpenSSL_1_1_1l
- FFmpeg@n4.4
prebuild: touch fdroid
build:
- cd libgocryptfs
- OPENSSL_PATH="$$OpenSSL$$" ./build.sh
- cd ../ffmpeg
- ./build.sh $$FFmpeg$$
ndk: r23b
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
CurrentVersion: 1.10.1
CurrentVersionCode: 27
CurrentVersion: 2.0.0
CurrentVersionCode: 30