fix download url
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2021-10-23 16:51:18 +02:00
parent 85d65e3b0d
commit 7e7aacb963
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 4 deletions

View File

@ -10,10 +10,8 @@ steps:
- name: build
image: thegeeklab/rpmbuild:7
commands:
- pwd
- ls -la
- source /drone/src/.drone.env
- wget -q https://github.com/OpenPrinting/cups/releases/download/v$CUPS_VERSION/cups-v$CUPS_VERSION-source.tar.gz
- wget -q https://github.com/OpenPrinting/cups/releases/download/$CUPS_VERSION/cups-$CUPS_VERSION-source.tar.gz
- rpmbuild -ta --without libusb1 cups-${CUPS_VERSION##v}-source.tar.gz
- name: checksum
@ -94,6 +92,6 @@ depends_on:
---
kind: signature
hmac: 6a222591b75dd1b22d278467cb82fcac5fbba807607ce61f3335a160a0644515
hmac: acd5875df015c9b10b95c26b65b1f53a7126438b5d71ba519411ce9d9754008f
...