From 6494ff6dd775003404294c6a563a92bf8f24a9bf Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 19 Jun 2024 05:39:37 +0000 Subject: [PATCH] Update Suntimes to 0.15.16 (113) --- metadata/com.forrestguice.suntimeswidget.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/metadata/com.forrestguice.suntimeswidget.yml b/metadata/com.forrestguice.suntimeswidget.yml index dc91e42e78..8a544b5013 100644 --- a/metadata/com.forrestguice.suntimeswidget.yml +++ b/metadata/com.forrestguice.suntimeswidget.yml @@ -881,9 +881,23 @@ Builds: scanignore: - app/src/main/artwork/map/ne_10m_land.zip + - versionName: 0.15.16 + versionCode: 113 + commit: b93dbca7716d38fd30f44f3a59127d6873f23c12 + subdir: app + sudo: + - echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list + - apt-get update + - apt-get install -y -t bullseye openjdk-11-jdk-headless + - update-java-alternatives --set java-1.11.0-openjdk-amd64 + gradle: + - yes + scanignore: + - app/src/main/artwork/map/ne_10m_land.zip + MaintainerNotes: ne_10m_land.zip is from naturalearthdata.com under Public Domain AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 0.15.15 -CurrentVersionCode: 112 +CurrentVersion: 0.15.16 +CurrentVersionCode: 113