makedeb
Command Line Tools for Drone CI
Click here to go back to the commit logs for drone-cli-bin.
Hash: 460dea78369233e2b21a8d688101b4e86ffe0cb1
Message: Updated version to 1.3.2
diff --git a/.SRCINFO b/.SRCINFO
index d012a56..4797ee4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,12 @@ generated-by = makedeb-makepkg
pkgbase = drone-cli-bin
pkgdesc = Command Line Tools for Drone CI
- pkgver = 1.3.1
+ pkgver = 1.3.2
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.1/drone_linux_amd64.tar.gz
- sha256sums_x86_64 = 0297695526688ddad7dae1b30c48be3514a03c34b2d72e250ae788c5b3bdcf62
+ source_x86_64 = https://github.com/drone/drone-cli/releases/download/v1.3.2/drone_linux_amd64.tar.gz
+ sha256sums_x86_64 = 015df6c9adc73cb1b7f4582ab4c56b0e2df1661c05131b7088e97a0423b091b2
pkgname = drone-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7981fb0..3b85318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=drone-cli-bin
-pkgver='1.3.1'
+pkgver='1.3.2'
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=('0297695526688ddad7dae1b30c48be3514a03c34b2d72e250ae788c5b3bdcf62')
+sha256sums_x86_64=('015df6c9adc73cb1b7f4582ab4c56b0e2df1661c05131b7088e97a0423b091b2')
package() {
install -Dm 555 "${srcdir}/drone" "${pkgdir}/usr/bin/drone"