summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Osbäck2018-07-29 11:26:14 +0200
committerPer Osbäck2018-07-29 11:26:14 +0200
commit7f058a197d4c50942b193407638c5251b480f2fe (patch)
tree40d647282e9757f70b31e374e5eddb74e87b9824
parent0be8858ce8f37017b5ba741c15c7ae81272d3597 (diff)
downloadaur-7f058a197d4c50942b193407638c5251b480f2fe.tar.gz
bump 0.7.6
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84314a1183e5..fbacd89aa5ba 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.7.5
- pkgrel = 2
+ pkgver = 0.7.6
+ 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.5
+ source = perfops-cli::git+https://github.com/ProspectOne/perfops-cli.git#tag=v0.7.6
md5sums = SKIP
pkgname = perfops-cli
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..02ef4e09cff4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+build.sh
+perfops-cli/*
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 86095d660c90..c92407d293e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Per Osbeck <per@osbeck.com>
pkgname=perfops-cli
-pkgver=0.7.5
-pkgrel=2
+pkgver=0.7.6
+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)
url="https://perfops.net"