From 2187d6b3307258456f06976c39575de58d0b2bda Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 2 Feb 2022 21:38:32 +0100 Subject: build: update debian/ubuntu releases --- build-aux/build-debian.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build-aux') diff --git a/build-aux/build-debian.sh b/build-aux/build-debian.sh index 8e857f6..048912a 100755 --- a/build-aux/build-debian.sh +++ b/build-aux/build-debian.sh @@ -12,20 +12,20 @@ ARCH="$(echo "${TARGET}" | cut -d- -f3)" REV= case ${DIST} in - buster) - REV="1~10buster" - ;; bullseye) REV="1~11bullseye" ;; + bookworm) + REV="1~12bookworm" + ;; sid) REV="1~sid" ;; focal) REV="1~11.0focal" ;; - groovy) - REV="1~11.1groovy" + impish) + REV="1~11.3impish" ;; *) echo "error: unsupported dist: ${DIST}" -- cgit v1.2.3-18-g5258