Updated version to 1.3.1
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
|
||||
|
||||
pkgname=drone-cli-bin
|
||||
pkgver='1.3.0'
|
||||
pkgver='1.3.1'
|
||||
pkgrel=2
|
||||
pkgdesc="Command Line Tools for Drone CI"
|
||||
arch=('x86_64')
|
||||
@@ -9,7 +9,7 @@ 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=('d6953aa963c2c0b25911fb3d659b78b75060cd2acce53b0e9e16336a30c83706')
|
||||
sha256sums_x86_64=('0297695526688ddad7dae1b30c48be3514a03c34b2d72e250ae788c5b3bdcf62')
|
||||
|
||||
package() {
|
||||
install -Dm 555 "${srcdir}/drone" "${pkgdir}/usr/bin/drone"
|
||||
|
||||
Reference in New Issue
Block a user