Update DroidFS to 1.7.0 (20)

This commit is contained in:
F-Droid checkupdates bot 2021-11-12 04:47:27 +00:00
parent f42cebdeb8
commit 01560a4bd6

View file

@ -153,7 +153,31 @@ Builds:
- cd libgocryptfs
- OPENSSL_PATH="$$OpenSSL$$" ./build.sh
- versionName: 1.7.0
versionCode: 20
commit: 4f8bf860e0eaf72ea7b65294918013bef1df1ce5
subdir: app
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
- curl -Lso go.tar.gz https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
- echo "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go.tar.gz"
| sha256sum -c -
- tar xzf go.tar.gz --strip-components=1 -C /usr/local/
gradle:
- yes
output: build/outputs/apk/release/app-universal-release-unsigned.apk
srclibs:
- OpenSSL@OpenSSL_1_1_1
prebuild: go get golang.org/x/sys/unix golang.org/x/sys/cpu golang.org/x/crypto/hkdf
github.com/jacobsa/crypto/siv github.com/rfjakob/eme
build:
- cd libgocryptfs
- OPENSSL_PATH="$$OpenSSL$$" ./build.sh
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.6.0
CurrentVersionCode: 19
CurrentVersion: 1.7.0
CurrentVersionCode: 20