summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2017-07-25 20:08:49 -0400
committerMatthew McGinn2017-07-25 20:08:49 -0400
commit4d3acf676f1401d92ec6bea7da03f2c6aa7fe80a (patch)
treed2f40ec1ee39672c52206e652adc83a442a2b7c6
parenteb8bb4e7ceae706fff6cf5bfd143cffc7d234340 (diff)
downloadaur-4d3acf676f1401d92ec6bea7da03f2c6aa7fe80a.tar.gz
bumping version to 1.3
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9951bf35a9c..ba5d654bac2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat May 6 00:20:51 UTC 2017
+# Wed Jul 26 00:07:41 UTC 2017
pkgbase = snap-telemetry
pkgdesc = An open telemetry framework designed to simplify the collection, processing and publishing of system data through a single API.
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/intelsdi-x/snap
arch = x86_64
license = Apache
provides = snaptel
provides = snapteld
- source = https://github.com/intelsdi-x/snap/releases/download/1.2.0/snap-1.2.0-linux-amd64.tar.gz
- md5sums = 6d5a30bcbdb98b3d8c41264905961bfc
+ source = https://github.com/intelsdi-x/snap/releases/download/1.3.0/snap-1.3.0-linux-amd64.tar.gz
+ md5sums = 8f95080402a95def4d432247ec28d9be
pkgname = snap-telemetry
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f792fbc33375
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/*
+src/*
+*tar.gz
+*tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 62f55d59a87a..bd83d6afa277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matthew McGinn <mamcgi@gmail.com>
pkgname=snap-telemetry
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="An open telemetry framework designed to simplify the collection, processing and publishing of system data through a single API."
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/intelsdi-x/snap"
license=('Apache')
provides=('snaptel' 'snapteld')
source=("https://github.com/intelsdi-x/snap/releases/download/$pkgver/snap-$pkgver-linux-amd64.tar.gz")
-md5sums=('6d5a30bcbdb98b3d8c41264905961bfc')
+md5sums=('8f95080402a95def4d432247ec28d9be')
build() {
tar xf snap-$pkgver-linux-amd64.tar.gz