bump default build version to v2.3.3
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
Robert Kaussow 2020-06-05 14:05:16 +02:00
parent db552093f7
commit c0feb53574

View File

@ -10,12 +10,12 @@ steps:
- name: build
image: xoxys/rpmbuild
commands:
- "[ -z \"$CUPSRELEASE\" ] && CUPSRELEASE=2.2.10"
- wget https://github.com/apple/cups/releases/download/v$CUPSRELEASE/cups-$CUPSRELEASE-source.tar.gz
- "[ -z \"$BUILD_VERSION\" ] && BUILD_VERSION=2.3.3"
- wget https://github.com/apple/cups/releases/download/v$BUILD_VERSION/cups-$BUILD_VERSION-source.tar.gz
- mkdir ./rpms
- rpmbuild -ta --define "_rpmdir $(pwd)/rpms" --without libusb1 cups-$CUPSRELEASE-source.tar.gz
- rpmbuild -ta --define "_rpmdir $(pwd)/rpms" --without libusb1 cups-$BUILD_VERSION-source.tar.gz
environment:
CUPSRELEASE: ${DRONE_TAG##v}
BUILD_VERSION: ${DRONE_TAG##v}
- name: checksum
image: alpine