diff --git a/.drone.yml b/.drone.yml index dd29c32..e574eec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,8 @@ steps: image: thegeeklab/rpmbuild:7 commands: - source /drone/src/.drone.env - - wget -q https://github.com/OpenPrinting/cups/releases/download/$CUPS_VERSION/cups-${CUPS_VERSION##v}-source.tar.gz + - echo "https://github.com/OpenPrinting/cups/releases/download/$CUPS_VERSION/cups-${CUPS_VERSION##v}-source.tar.gz" + - wget -q "https://github.com/OpenPrinting/cups/releases/download/$CUPS_VERSION/cups-${CUPS_VERSION##v}-source.tar.gz" - rpmbuild -ta --without libusb1 cups-${CUPS_VERSION##v}-source.tar.gz - name: checksum @@ -92,6 +93,6 @@ depends_on: --- kind: signature -hmac: d8089ad4fcdd694f8d760e4eefda3ceda6c2c8a41e349cd83b5cf08bc60a1769 +hmac: 0336217b7833aa79b85a5e88529c558710c15bc48cbc15ba50bd4146d126d28f ...