From f1a63a1679fa1b8e0a645f2d8f0c7f5e82db7c8e Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 15 Apr 2025 13:42:49 +0200 Subject: [PATCH] update debian workflow to use JDK 23.0.2 --- .github/workflows/debian.yml | 2 +- dist/linux/debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 2cfe8adb4..5f23418e3 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -19,11 +19,11 @@ env: JAVA_DIST: 'temurin' JAVA_VERSION: '23.0.2+7' COFFEELIBS_JDK: 23 - COFFEELIBS_JDK_VERSION: '23.0.1+11-0ppa1' OPENJFX_JMODS_AMD64: 'https://download2.gluonhq.com/openjfx/23.0.1/openjfx-23.0.1_linux-x64_bin-jmods.zip' OPENJFX_JMODS_AMD64_HASH: '2164bca470bf70a5e2764645e2078ba7f787b274e5be3d7df30d87c5bb62bba6' OPENJFX_JMODS_AARCH64: 'https://download2.gluonhq.com/openjfx/23.0.1/openjfx-23.0.1_linux-aarch64_bin-jmods.zip' OPENJFX_JMODS_AARCH64_HASH: '09c92fa9fa0b82adefd88640a14ebb2a49e5f3f733a57d1542f5590d060ffe1b' + COFFEELIBS_JDK_VERSION: '23.0.2+7-0ppa1' jobs: build: diff --git a/dist/linux/debian/control b/dist/linux/debian/control index 96d29acd4..15626ba26 100644 --- a/dist/linux/debian/control +++ b/dist/linux/debian/control @@ -2,7 +2,7 @@ Source: cryptomator Maintainer: Cryptobot Section: utils Priority: optional -Build-Depends: debhelper (>=10), coffeelibs-jdk-23 (>= 23.0.1+11-0ppa1), libgtk-3-0, libxxf86vm1, libgl1 +Build-Depends: debhelper (>=10), coffeelibs-jdk-23 (>= 23.0.2+7-0ppa1), libgtk-3-0, libxxf86vm1, libgl1 Standards-Version: 4.5.0 Homepage: https://cryptomator.org Vcs-Git: https://github.com/cryptomator/cryptomator.git