This commit is contained in:
2023-02-20 10:51:11 -07:00
parent aac6ad23b8
commit 884da2034e
3 changed files with 18 additions and 16 deletions

View File

@@ -1,15 +1,15 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=drone-cli-bin
pkgver='1.4.0'
pkgver='1.7.0'
pkgrel=2
pkgdesc="Command Line Tools for Drone CI"
arch=('x86_64')
arch=('amd64')
license=('Apache-2.0')
url="https://github.com/drone/drone-cli"
source_x86_64=("${url}/releases/download/v${pkgver}/drone_linux_amd64.tar.gz")
sha256sums_x86_64=('cc16d7ea7bf1faff2a15a352acb9f7d9223cd4f888a285c31ed226023f34642c')
source_amd64=("drone_linux_amd64-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/drone_linux_amd64.tar.gz")
sha256sums_amd64=('2bdb4f2af28aebaaba544b2b3bce188836eae74f337d98944b885947713ee797')
package() {
install -Dm 555 "${srcdir}/drone" "${pkgdir}/usr/bin/drone"