summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Osbäck2020-02-01 09:51:22 +0100
committerPer Osbäck2020-02-01 09:51:22 +0100
commitcc4ef09b3edd705e4886803d75b4224d5f2e8690 (patch)
treef298e802b3ae1da683b46e34297642d02eb3d338
parent51572c29982fc74414b20c93122d386e04095a50 (diff)
downloadaur-cc4ef09b3edd705e4886803d75b4224d5f2e8690.tar.gz
update to 0.8.1
-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)