Renovator Bot
5c2befe23d
Reviewed-on: #10 Co-authored-by: Renovator Bot <renovator@rknet.org> Co-committed-by: Renovator Bot <renovator@rknet.org>
4 lines
191 B
Bash
4 lines
191 B
Bash
# renovate: datasource=github-releases depName=OpenPrinting/cups versioning=loose
|
|
export CUPS_VERSION="${CUPS_VERSION:-v2.4.3}"
|
|
export CUPS_RELEASE="$(awk -F"-" '{print $2}' <<< $DRONE_TAG)"
|