This commit is contained in:
2024-02-01 16:31:43 -07:00
parent 4878f4d5df
commit 0c8ff45ddc
2 changed files with 7 additions and 7 deletions

View File

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