From 58b34efb00e4f850b8b42eebc6d2223d501cf70c Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 2 Mar 2022 04:58:40 +0000 Subject: [PATCH] Update CalyxVPN to 1.1.2 (160) --- metadata/org.calyxinstitute.vpn.yml | 41 +++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/metadata/org.calyxinstitute.vpn.yml b/metadata/org.calyxinstitute.vpn.yml index 0b8ddc6f8f..e6cf40b1c7 100644 --- a/metadata/org.calyxinstitute.vpn.yml +++ b/metadata/org.calyxinstitute.vpn.yml @@ -174,10 +174,47 @@ Builds: - gradle main:externalNativeBuildCleanSkeletonRelease main:externalNativeBuildSkeletonRelease ndk: r20b + - versionName: 1.1.2 + versionCode: 160 + commit: 85fd6f640b6bbda3b148cc26af649148bf0909ee + subdir: app + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y -t testing golang-go + gradle: + - customProductionFat + prebuild: + - $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3' > + /dev/null + - sed -i -e "/^task updateSdkLicences/,/^}/d; /commandLine 'git'/d" build.gradle + - sed -i -e '/android {/a ndkVersion = "20.1.5948944"' ../ics-openvpn/main/build.gradle.kts + scandelete: + - bitmask-core + - bitmask-web-core + - go/src + - ics-openvpn/main/src/main/cpp + build: + - cd ../go + - export GOPATH="$PWD" + - export GO_COMPILED="$PWD/bin" + - export PATH="$GO_COMPILED:$PATH" + - go get golang.org/x/mobile/cmd/gomobile + - gomobile init + - mkdir -p ./lib + - gomobile bind -target=android -o ./lib/bitmask-web-core.aar se.leap.bitmaskclient/shapeshifter/ + se.leap.bitmaskclient/pgpverify + - cp lib/bitmask-web-core* ../bitmask-web-core/. + - gomobile bind -target=android -o ./lib/bitmask-core.aar se.leap.bitmaskclient/shapeshifter/ + - cp lib/bitmask-core* ../bitmask-core/. + - cd ../ics-openvpn + - gradle main:externalNativeBuildCleanSkeletonRelease main:externalNativeBuildSkeletonRelease + ndk: r20b + MaintainerNotes: The "build" commands are extracted from build_deps.sh. AutoUpdateMode: Version UpdateCheckMode: Tags ^calyx\/[0-9.]+$ UpdateCheckName: se.leap.bitmaskclient -CurrentVersion: 1.0.9 -CurrentVersionCode: 155 +CurrentVersion: 1.1.2 +CurrentVersionCode: 160