summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Steel2016-04-27 19:23:41 +0100
committerJonathan Steel2016-04-27 19:23:41 +0100
commit667d469c61f3078dc65402b938d1d2cafa6e6209 (patch)
tree45382056544b583bae096df89b936689487021ad
parent0c4ee47572f174df1c5d43fa860794536d7b7600 (diff)
downloadaur-667d469c61f3078dc65402b938d1d2cafa6e6209.tar.gz
3.8.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5cb3bb9039f..331f16beadfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 9 15:36:03 UTC 2016
+# Wed Apr 27 18:22:30 UTC 2016
pkgbase = puppet3
pkgdesc = Server automation framework and application
- pkgver = 3.8.6
+ pkgver = 3.8.7
pkgrel = 1
url = http://puppetlabs.com/puppet/puppet-open-source
install = puppet.install
@@ -12,14 +12,14 @@ pkgbase = puppet3
depends = hiera
optdepends = ruby-shadow: user password management
optdepends = logrotate
- provides = puppet=3.8.6
+ provides = puppet=3.8.7
conflicts = puppet
backup = etc/puppet/auth.conf
backup = etc/puppet/fileserver.conf
backup = etc/puppet/puppet.conf
backup = etc/puppet/tagmail.conf
- source = http://downloads.puppetlabs.com/puppet/puppet-3.8.6.tar.gz
- md5sums = a24db464181b08c44db652cb0fd35313
+ source = http://downloads.puppetlabs.com/puppet/puppet-3.8.7.tar.gz
+ md5sums = 99061eb4f868a03f0d524de2af10855d
pkgname = puppet3
diff --git a/PKGBUILD b/PKGBUILD
index d1f4bbb03f5f..6534ee0ba3b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com>
pkgname=puppet3
-pkgver=3.8.6
+pkgver=3.8.7
pkgrel=1
pkgdesc="Server automation framework and application"
arch=('any')
@@ -24,7 +24,7 @@ backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
install=puppet.install
source=(http://downloads.puppetlabs.com/puppet/puppet-$pkgver.tar.gz)
-md5sums=('a24db464181b08c44db652cb0fd35313')
+md5sums=('99061eb4f868a03f0d524de2af10855d')
prepare() {
cd puppet-$pkgver