From 9ec786fb48c90e0ca553994e8a80a776abb6734b Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Fri, 19 Apr 2024 14:18:16 +0200 Subject: [PATCH] remove bullseye from manifest --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index eadd054..cd4da40 100644 --- a/manifest.toml +++ b/manifest.toml @@ -25,7 +25,7 @@ code = "https://codeberg.org/flohmarkt/flohmarkt" # fund = "???" [integration] -yunohost = ">= 11.2" +yunohost = ">= 11.2.11" architectures = "all" # https://codeberg.org/ChriChri/flohmarkt_ynh/issues/11 # multi_instance = true @@ -158,7 +158,7 @@ ram.runtime = "100M" # python dependencies shall be installed in a venv using pip. packages = "python3-pip python3-full curl apt-transport-https gnupg" # repo for couchdb - extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ bullseye main" + extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ __YNH_DEBIAN__ main" extras.couchdb.key = "https://couchdb.apache.org/repo/keys.asc" extras.couchdb.packages = ["couchdb"]