summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Steel2016-02-09 15:36:14 +0000
committerJonathan Steel2016-02-09 15:36:14 +0000
commit0c4ee47572f174df1c5d43fa860794536d7b7600 (patch)
tree218aa99b0955a84cadccfcc272d6831f19cfbde5
parentf2d6fc5bb92525e47b711fc43e710e924c228c68 (diff)
downloadaur-0c4ee47572f174df1c5d43fa860794536d7b7600.tar.gz
3.8.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0d0d8872360..a5cb3bb9039f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 15:10:10 UTC 2016
+# Tue Feb 9 15:36:03 UTC 2016
pkgbase = puppet3
pkgdesc = Server automation framework and application
- pkgver = 3.8.5
+ pkgver = 3.8.6
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.5
+ provides = puppet=3.8.6
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.5.tar.gz
- md5sums = 53145ac80abadd146ca88b67d488b5c8
+ source = http://downloads.puppetlabs.com/puppet/puppet-3.8.6.tar.gz
+ md5sums = a24db464181b08c44db652cb0fd35313
pkgname = puppet3
diff --git a/PKGBUILD b/PKGBUILD
index 3e0b2a6909a5..d1f4bbb03f5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com>
pkgname=puppet3
-pkgver=3.8.5
+pkgver=3.8.6
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=('53145ac80abadd146ca88b67d488b5c8')
+md5sums=('a24db464181b08c44db652cb0fd35313')
prepare() {
cd puppet-$pkgver