From d5c995e214e932305828dd1f55c2162060e47a9e Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 2 Nov 2024 08:03:01 +0000 Subject: [PATCH] Update Caffeinate to 1.6.0 (22) --- metadata/com.hifnawy.caffeinate.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/metadata/com.hifnawy.caffeinate.yml b/metadata/com.hifnawy.caffeinate.yml index ba119a8adb..8caa578e76 100644 --- a/metadata/com.hifnawy.caffeinate.yml +++ b/metadata/com.hifnawy.caffeinate.yml @@ -8,7 +8,7 @@ AutoName: Caffeinate RepoType: git Repo: https://github.com/abdalmoniem/Caffeinate.git -Binaries: https://github.com/abdalmoniem/Caffeinate/releases/download/v%v/com.hifnawy.caffeinate_release_v%v.apk +Binaries: https://github.com/abdalmoniem/Caffeinate/releases/download/v%v/com.hifnawy.caffeinate.release_release_v%v.apk Builds: - versionName: 1.4.0 @@ -17,6 +17,7 @@ Builds: subdir: app gradle: - yes + binary: https://github.com/abdalmoniem/Caffeinate/releases/download/v%v/com.hifnawy.caffeinate_release_v%v.apk prebuild: sed -i -e '/signingConfigs.findByName/d' build.gradle.kts - versionName: 1.4.5 @@ -25,13 +26,18 @@ Builds: subdir: app gradle: - yes + binary: https://github.com/abdalmoniem/Caffeinate/releases/download/v%v/com.hifnawy.caffeinate_release_v%v.apk prebuild: sed -i -e '/signingConfigs.findByName/d' build.gradle.kts - - versionName: 1.5.1 - versionCode: 21 - disable: https://github.com/abdalmoniem/Caffeinate/issues/47 - commit: 1110da7ce7250d7c6191ccd29f68df972595abec + - versionName: 1.6.0 + versionCode: 22 + commit: 95214fec54f6229ab74636e8f5d7a0ccee5f5f8b subdir: app + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java init: sed -i -e '/signingConfigs.findByName/,+1d' build.gradle.kts gradle: - yes @@ -40,5 +46,5 @@ AllowedAPKSigningKeys: 950a5bf98a6c43769d800aac371e83b8a632b55de98349c01dc5419e9 AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.5.1 -CurrentVersionCode: 21 +CurrentVersion: 1.6.0 +CurrentVersionCode: 22