summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Meusel2016-07-18 23:53:55 +0200
committerTim Meusel2016-07-18 23:53:55 +0200
commit091eb8f9bc587ec3e48f1ef1bdc800453a833879 (patch)
tree7b01251cd135582a755fe319338066b5102ee9f5
parent9909c71c1fe97386ba45df91c91d6c1a3907a0fd (diff)
downloadaur-091eb8f9bc587ec3e48f1ef1bdc800453a833879.tar.gz
release 0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c3b0ac1c26b..687d2ebea3b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-puppetboard
pkgdesc = Web frontend for PuppetDB which relies on pypuppetdb
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/puppet-community/puppetboard
install = puppetboard.install
@@ -16,8 +16,8 @@ pkgbase = python2-puppetboard
depends = python2-itsdangerous
depends = python2-requests
depends = python2-pypuppetdb
- source = https://github.com/puppet-community/puppetboard/archive/v0.1.0.tar.gz
- sha512sums = 28a9d97e488651455daa1d5b6dc83a1d067dd0f969485f02b89f3382b39cca7d5ff0e21ab7f6ff7b174afecc893f1771b7c4c4de144b8ac14e415eda4db393ea
+ source = https://github.com/puppet-community/puppetboard/archive/v0.1.1.tar.gz
+ sha512sums = 6a2a58ed2ffe991946dc85402faf876b9eb6fddd8238faf0a9dd4277a40b596a962846934bd32a823f5404824616aeff48fc028fed1ab9171d4d31586e418847
pkgname = python2-puppetboard
diff --git a/PKGBUILD b/PKGBUILD
index ac7ae1b605fe..55fb8a757dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor Florian Pritz <bluewind@xinu.at>
pkgname=python2-puppetboard
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc='Web frontend for PuppetDB which relies on pypuppetdb'
arch=(any)
@@ -23,7 +23,7 @@ depends=('python2'
install=puppetboard.install
source=("https://github.com/puppet-community/puppetboard/archive/v${pkgver}.tar.gz")
-sha512sums=('28a9d97e488651455daa1d5b6dc83a1d067dd0f969485f02b89f3382b39cca7d5ff0e21ab7f6ff7b174afecc893f1771b7c4c4de144b8ac14e415eda4db393ea')
+sha512sums=('6a2a58ed2ffe991946dc85402faf876b9eb6fddd8238faf0a9dd4277a40b596a962846934bd32a823f5404824616aeff48fc028fed1ab9171d4d31586e418847')
package() {
cd "${srcdir}/puppetboard-${pkgver}"