Update floccus bookmark sync to 5.1.3 (5001003)

This commit is contained in:
F-Droid checkupdates bot 2024-05-19 14:52:44 +00:00
parent 2f3bf4a292
commit 9317eb332f

View file

@ -529,7 +529,28 @@ Builds:
scandelete:
- node_modules
- versionName: 5.1.3
versionCode: 5001003
commit: f3302c6c86d09acbf582a263525f2f2e4e9ee444
subdir: android/app
sudo:
- apt-get update
- curl -Lo node.tar.gz https://nodejs.org/dist/v21.4.0/node-v21.4.0-linux-x64.tar.gz
- echo "d8cd0ec0b78bcbc591e7a4655a92c1c667e64bc434e7a895904dc1fe9442af1d node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
gradle:
- yes
prebuild:
- cd ../..
- npm install
- npx gulp
- cp dist/html/index.html dist/index.html
- npx cap sync
scandelete:
- node_modules
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 5.1.2
CurrentVersionCode: 5001002
CurrentVersion: 5.1.3
CurrentVersionCode: 5001003