From 7e7aacb963a218af14fcde36ca139cbef2a1a9e7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 23 Oct 2021 16:51:18 +0200 Subject: [PATCH] fix download url --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 08fd60b..316f0d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...