Codebase list rust-libslirp / f3c52e6
Bump to debcargo 2.2.9, add a package.sh symlink Ximin Luo 5 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 update.sh
3434 test -x "$DEBCARGO" || abort 1 "debcargo found but not executable: $DEBCARGO"
3535 dcver=$($DEBCARGO --version | sed -ne 's/debcargo //p')
3636 case $dcver in
37 2.0.*|2.1.*|2.2.[01234567]|2.2.[01234567]-*) abort 1 "unsupported debcargo version $dcver. try reinstalling with \`cargo install debcargo --force\`";;
37 2.0.*|2.1.*|2.2.[012345678]|2.2.[012345678]-*) abort 1 "unsupported debcargo version $dcver. try reinstalling with \`cargo install debcargo --force\`";;
3838 2.2.*) true;;
3939 *) abort 1 "unsupported debcargo version: $dcver";;
4040 esac