Updated version to 1.3.1
This commit is contained in:
parent
5b981249e0
commit
7bc7d40dda
8
.SRCINFO
8
.SRCINFO
@ -1,11 +1,13 @@
|
||||
generated-by = makedeb-makepkg
|
||||
|
||||
pkgbase = drone-cli-bin
|
||||
pkgdesc = Command Line Tools for Drone CI
|
||||
pkgver = 1.3.0
|
||||
pkgver = 1.3.1
|
||||
pkgrel = 2
|
||||
url = https://github.com/drone/drone-cli
|
||||
arch = x86_64
|
||||
license = Apache-2.0
|
||||
source_x86_64 = https://github.com/drone/drone-cli/releases/download/v1.3.0/drone_linux_amd64.tar.gz
|
||||
sha256sums_x86_64 = d6953aa963c2c0b25911fb3d659b78b75060cd2acce53b0e9e16336a30c83706
|
||||
source_x86_64 = https://github.com/drone/drone-cli/releases/download/v1.3.1/drone_linux_amd64.tar.gz
|
||||
sha256sums_x86_64 = 0297695526688ddad7dae1b30c48be3514a03c34b2d72e250ae788c5b3bdcf62
|
||||
|
||||
pkgname = drone-cli-bin
|
||||
|
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user