diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2022-02-02 21:38:32 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2022-02-02 21:38:32 +0100 |
commit | 2187d6b3307258456f06976c39575de58d0b2bda (patch) | |
tree | 1aee3a95d277cf0bb0ad812714b8c7f130d67589 /build-aux | |
parent | 12efeb634552cc993f9bacb8174b34214f777283 (diff) | |
download | blogc-2187d6b3307258456f06976c39575de58d0b2bda.tar.gz blogc-2187d6b3307258456f06976c39575de58d0b2bda.tar.bz2 blogc-2187d6b3307258456f06976c39575de58d0b2bda.zip |
build: update debian/ubuntu releases
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/build-debian.sh | 10 |
1 files changed, 5 insertions, 5 deletions
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}" |