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 0f0fa4e23bff..1428726376dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = semaphoreci-cli
pkgdesc = Command line tool for the Semaphore CI service
- pkgver = 0.28.5
+ pkgver = 0.28.6
pkgrel = 1
url = https://github.com/semaphoreci/cli
install = semaphoreci-cli.install
arch = x86_64
license = Apache
makedepends = go
- source = semaphoreci-cli-0.28.5.tar.gz::https://github.com/semaphoreci/cli/archive/v0.28.5.tar.gz
- sha256sums = 5c184650cc88e41a8d092868c9398eefcf94185f4040334016c6729067420015
+ source = semaphoreci-cli-0.28.6.tar.gz::https://github.com/semaphoreci/cli/archive/v0.28.6.tar.gz
+ sha256sums = 99802d33a971a64aaa1b9113242a99e4feb31c6be875c935b74d794fce53d04c
pkgname = semaphoreci-cli
diff --git a/PKGBUILD b/PKGBUILD
index 000668efa637..49aedd402539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Raphael Nestler <raphael.nestler@gmail.com>
pkgdesc='Command line tool for the Semaphore CI service'
pkgname=semaphoreci-cli
-pkgver=0.28.5
+pkgver=0.28.6
pkgrel=1
url=https://github.com/semaphoreci/cli
license=(Apache)
@@ -11,7 +11,7 @@ arch=(x86_64)
depends=()
makedepends=(go)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('5c184650cc88e41a8d092868c9398eefcf94185f4040334016c6729067420015')
+sha256sums=('99802d33a971a64aaa1b9113242a99e4feb31c6be875c935b74d794fce53d04c')
install=semaphoreci-cli.install
build () {