summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Osbäck2019-11-01 07:47:44 +0100
committerPer Osbäck2019-11-01 07:47:44 +0100
commit51572c29982fc74414b20c93122d386e04095a50 (patch)
treed35eb79a848e1429c6dcdf8f286203810517d60a
parentcad2c63a8a09b01f8eab17205cd2b743f661a478 (diff)
downloadaur-51572c29982fc74414b20c93122d386e04095a50.tar.gz
0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33e8146e9222..8dc5dee03147 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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.7.10
+ pkgver = 0.8.0
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.7.10
- md5sums = SKIP
+ source = perfops-cli::git+https://github.com/ProspectOne/perfops-cli.git#tag=v0.8.0
+ sha256sums = SKIP
pkgname = perfops-cli
diff --git a/PKGBUILD b/PKGBUILD
index a2ac337c5a62..2c3dbe237b6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Per Osbeck <per@osbeck.com>
pkgname=perfops-cli
-pkgver=0.7.10
+pkgver=0.8.0
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)
@@ -8,7 +8,7 @@ url="https://perfops.net"
license=('APACHE')
makedepends=('git' 'go')
source=("$pkgname::git+https://github.com/ProspectOne/$pkgname.git#tag=v$pkgver")
-md5sums=(SKIP)
+sha256sums=(SKIP)
build() {
cd "$pkgname"