From c536149c62c442c5024bd1ca4fe15a91be3f92b1 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 22 Jan 2025 14:11:19 +0100 Subject: [PATCH] specify JDK 23 also in debian control file References #3641 (cherry picked from commit ca1ae8181b9298925706923aa77833efa5a0c68e) --- dist/linux/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/linux/debian/control b/dist/linux/debian/control index 2a9bbae69..96d29acd4 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-22 (>= 22.0.1+8-0ppa1), libgtk-3-0, libxxf86vm1, libgl1 +Build-Depends: debhelper (>=10), coffeelibs-jdk-23 (>= 23.0.1+11-0ppa1), libgtk-3-0, libxxf86vm1, libgl1 Standards-Version: 4.5.0 Homepage: https://cryptomator.org Vcs-Git: https://github.com/cryptomator/cryptomator.git