summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeff Henson2022-12-23 07:12:46 -0700
committerJeff Henson2022-12-23 07:12:46 -0700
commit742308dfb5dce550d9a4f2a0f1abe0ed630d4088 (patch)
treeb36788a71f621a4c79520d96660fe454ead7311d /PKGBUILD
parent69ca7aad84290d89a1bd8783aa61826aef17a6d6 (diff)
downloadaur-742308dfb5dce550d9a4f2a0f1abe0ed630d4088.tar.gz
Update to v0.10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c14b4657f3a7..46f2f762e93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeff Henson <jeff@henson.io>
pkgname=octopusdeploy-cli
-pkgver=0.10.1
+pkgver=0.10.2
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=('adbb8005bc67fc8b3a1e849064a8bdb169912032a573bdd2c14bef198a1a18ef')
+sha256sums=('3db4b3880fb17eea80255546b368626b5a57692bd6331b15dacde3531cb24ba3')
build() {
cd "cli-${pkgver}"