summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74c4d18d5e43..9193124c40a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeff Henson <jeff@henson.io>
pkgname=octopusdeploy-cli
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Next Generation Command Line Interface for Octopus Deploy"
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ license=('Apache')
depends=('glibc')
makedepends=('go')
source=("cli-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('0baf26fb2a04e9ecc5703426b2dd7241ac50f2973b1266a4e5a488cd4c6b5a01')
+sha256sums=('18a4e258e67cf053cdd8a8838242a922ecf345f62689fae08d1eb1834992e0da')
build() {
cd "cli-${pkgver}"