Updated version to 1.4.0

This commit is contained in:
Hunter Wittenborn 2021-09-08 11:01:00 +00:00
parent bea24dfb0a
commit aac6ad23b8
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.3
pkgver = 1.4.0
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.3/drone_linux_amd64.tar.gz
sha256sums_x86_64 = 78f66eb376adadc879c45ffecca4b6e3f7e00cd0488dde6c64452ba2e44a5ef5
source_x86_64 = https://github.com/drone/drone-cli/releases/download/v1.4.0/drone_linux_amd64.tar.gz
sha256sums_x86_64 = cc16d7ea7bf1faff2a15a352acb9f7d9223cd4f888a285c31ed226023f34642c
pkgname = drone-cli-bin

View File

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