Updated version to 1.3.3

This commit is contained in:
Hunter Wittenborn 2021-08-26 16:00:59 +00:00
parent 460dea7836
commit bea24dfb0a
2 changed files with 5 additions and 5 deletions

View File

@ -2,12 +2,12 @@ generated-by = makedeb-makepkg
pkgbase = drone-cli-bin
pkgdesc = Command Line Tools for Drone CI
pkgver = 1.3.2
pkgver = 1.3.3
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.2/drone_linux_amd64.tar.gz
sha256sums_x86_64 = 015df6c9adc73cb1b7f4582ab4c56b0e2df1661c05131b7088e97a0423b091b2
source_x86_64 = https://github.com/drone/drone-cli/releases/download/v1.3.3/drone_linux_amd64.tar.gz
sha256sums_x86_64 = 78f66eb376adadc879c45ffecca4b6e3f7e00cd0488dde6c64452ba2e44a5ef5
pkgname = drone-cli-bin

View File

@ -1,7 +1,7 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=drone-cli-bin
pkgver='1.3.2'
pkgver='1.3.3'
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=('015df6c9adc73cb1b7f4582ab4c56b0e2df1661c05131b7088e97a0423b091b2')
sha256sums_x86_64=('78f66eb376adadc879c45ffecca4b6e3f7e00cd0488dde6c64452ba2e44a5ef5')
package() {
install -Dm 555 "${srcdir}/drone" "${pkgdir}/usr/bin/drone"