summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2021-09-10 12:30:23 +0200
committerÓscar García Amor2021-09-10 12:30:23 +0200
commit6ccec3bff70ea73e132febab2805832ead467b9b (patch)
treea517cad359b386d1d485e549043aca331c05718a /PKGBUILD
parent207598f3cf2059c90a0ea8c221fb46667ce76123 (diff)
downloadaur-drone-cli.tar.gz
upgpkg: drone-cli 1.4.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d77457e3d54..2f0ecb08dc98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Christian Höppner <chris@mkaito.com>
pkgname=drone-cli
-pkgver=1.3.3
+pkgver=1.4.0
pkgrel=1
pkgdesc='Drone CLI'
arch=('any')
@@ -13,7 +13,7 @@ license=('Apache')
depends=('glibc')
makedepends=('go')
source=("https://github.com/drone/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('0ecab87bc9d923e7a1e89d89289f33f7b0fc49c991793e8c1ebbfae168e20cbe')
+sha256sums=('6b19378c923f71303dc753f2d39e7126285c23a504d20e3ce35fa8ee5605db03')
build() {
cd "${pkgname}-${pkgver}"