summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9e56d9e675d..6f2b429045b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = octopusdeploy-cli
pkgdesc = Next Generation Command Line Interface for Octopus Deploy
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/OctopusDeploy/cli
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = octopusdeploy-cli
license = Apache
makedepends = go
depends = glibc
- source = cli-1.2.1.tar.gz::https://github.com/OctopusDeploy/cli/archive/v1.2.1.tar.gz
- sha256sums = 9ce99c3471c330eaec86372d74f0de894fc29cb38e8ae513598475c8e35292f4
+ source = cli-1.2.2.tar.gz::https://github.com/OctopusDeploy/cli/archive/v1.2.2.tar.gz
+ sha256sums = 9c2d105945f17d22208735d5cbe3bee4c02fb2ecb2dcce1e605b89dd44e0ea07
pkgname = octopusdeploy-cli
diff --git a/PKGBUILD b/PKGBUILD
index 00e4aa73a6db..044f77d3f2eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeff Henson <jeff@henson.io>
pkgname=octopusdeploy-cli
-pkgver=1.2.1
+pkgver=1.2.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=('9ce99c3471c330eaec86372d74f0de894fc29cb38e8ae513598475c8e35292f4')
+sha256sums=('9c2d105945f17d22208735d5cbe3bee4c02fb2ecb2dcce1e605b89dd44e0ea07')
build() {
cd "cli-${pkgver}"