From 0c53eff8dac611d8f9074b17f7ae61d045d2d5bc Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Tue, 5 Aug 2025 05:26:21 +0000 Subject: [PATCH] Update Thor to 1.7.7 (177) --- metadata/threads.thor.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/metadata/threads.thor.yml b/metadata/threads.thor.yml index e2395cab44..504fa46d0a 100644 --- a/metadata/threads.thor.yml +++ b/metadata/threads.thor.yml @@ -707,7 +707,19 @@ Builds: gradle: - yes + - versionName: 1.7.7 + versionCode: 177 + commit: ec436ec2564a65d9f59bd39cf095af1dac182258 + 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 + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.7.6 -CurrentVersionCode: 176 +CurrentVersion: 1.7.7 +CurrentVersionCode: 177