From 0e3ad9ee6976d05fdb0d8ea520bc44aacf53ef7e Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 12 Feb 2023 01:57:38 +0100 Subject: build: debian: upgrade releases --- build-aux/build-debian.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'build-aux/build-debian.sh') diff --git a/build-aux/build-debian.sh b/build-aux/build-debian.sh index 67731e8..68193a4 100755 --- a/build-aux/build-debian.sh +++ b/build-aux/build-debian.sh @@ -25,8 +25,11 @@ case ${DIST} in focal) REV="1~11.0focal" ;; - impish) - REV="1~11.3impish" + jammy) + REV="1~12.0jammy" + ;; + kinetic) + REV="1~12.1kinetic" ;; *) echo "error: unsupported dist: ${DIST}" -- cgit v1.2.3-18-g5258