summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dc5dee03147..081a2c25c235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = perfops-cli
pkgdesc = A simple command line tool to interact with hundreds of servers around the world. Run benchmarks and debug your infrastructure without leaving your console.
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://perfops.net
arch = x86_64
license = APACHE
makedepends = git
makedepends = go
- source = perfops-cli::git+https://github.com/ProspectOne/perfops-cli.git#tag=v0.8.0
+ source = perfops-cli::git+https://github.com/ProspectOne/perfops-cli.git#tag=v0.8.1
sha256sums = SKIP
pkgname = perfops-cli
diff --git a/PKGBUILD b/PKGBUILD
index 2c3dbe237b6a..15db6a1da5b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Per Osbeck <per@osbeck.com>
pkgname=perfops-cli
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="A simple command line tool to interact with hundreds of servers around the world. Run benchmarks and debug your infrastructure without leaving your console."
arch=(x86_64)