]> git.proxmox.com Git - debcargo-conf.git/commitdiff
support debcargo 2.5
authorXimin Luo <infinity0@debian.org>
Thu, 11 Nov 2021 13:16:50 +0000 (13:16 +0000)
committerXimin Luo <infinity0@debian.org>
Thu, 11 Nov 2021 13:16:50 +0000 (13:16 +0000)
vars.sh.frag

index 0f66267ae384091c0c9b92107cebbc1ccc2809df..46f0d4c3c4500206b594f428583404dff2283756 100644 (file)
@@ -42,6 +42,7 @@ dcver=$($DEBCARGO --version | sed -ne 's/debcargo //p')
 case $dcver in
 2.0.*|2.1.*|2.2.*|2.3.*)       abort 1 "unsupported debcargo version $dcver. try reinstalling with \`cargo install debcargo --force\`";;
 2.4.*) true;;
+2.5.*) true;;
 *)     abort 1 "unsupported debcargo version: $dcver";;
 esac