From 78725df1a423498689787eebf43f91dbd0434816 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 13 Feb 2023 06:31:57 +0000 Subject: [PATCH] Update GraphHopper Maps to 1.0.5 (6) --- metadata/com.graphhopper.maps.yml | 32 +++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/metadata/com.graphhopper.maps.yml b/metadata/com.graphhopper.maps.yml index 2eabc3ed0d..0ef3b2b348 100644 --- a/metadata/com.graphhopper.maps.yml +++ b/metadata/com.graphhopper.maps.yml @@ -151,7 +151,35 @@ Builds: - node_modules/ - graphhopper-maps/node_modules/ + - versionName: 1.0.5 + versionCode: 6 + commit: c03aa0cbd34bcfd25e74d8b8a5555106de1c71a7 + subdir: android/app + submodules: true + sudo: + - sysctl fs.inotify.max_user_watches=524288 + - curl -Lo node.tar.xz https://nodejs.org/dist/v16.2.0/node-v16.2.0-linux-x64.tar.xz + - echo "e134c8738761ab908aac3b62efa4865d8a7c73e40cc7758c6e99244921696216 node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v16.2.0-linux-x64/. /usr/local/ + init: + - cd ../.. + - cp config.js graphhopper-maps/ + - cd graphhopper-maps + - npm install + - npm run build + - cd .. + - npm install + - npm run build + - npx cap sync + gradle: + - yes + scandelete: + - node_modules/ + - graphhopper-maps/node_modules/ + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.0.4 -CurrentVersionCode: 5 +CurrentVersion: 1.0.5 +CurrentVersionCode: 6