From 165112f8feacd5ae179f196d6b0c50b69dafd115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 12 Mar 2024 14:19:39 +0100 Subject: [PATCH] use focal repons --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b93596c..d19acb7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -98,15 +98,15 @@ ram.runtime = "200M" ] [resources.apt.extras.strukturag_libde265] - repo = "deb https://ppa.launchpadcontent.net/strukturag/libde265/ubuntu jammy main" + repo = "deb https://ppa.launchpadcontent.net/strukturag/libde265/ubuntu focal main" key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xc6610628a707a7e5e391d27a9641080a705c2b92" packages = [ "libde265-0", - # "libde265-dev", + "libde265-dev", ] [resources.apt.extras.strukturag_libheif] - repo = "deb https://ppa.launchpadcontent.net/strukturag/libheif/ubuntu jammy main" + repo = "deb https://ppa.launchpadcontent.net/strukturag/libheif/ubuntu focal main" key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xc6610628a707a7e5e391d27a9641080a705c2b92" packages = [ "libheif-dev",