summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Steel2016-04-28 12:41:35 +0100
committerJonathan Steel2016-04-28 12:41:35 +0100
commit16a12350713d623c522ff69157aeb1217f075623 (patch)
tree2aaa515a8d2bfe7b52e651b5309984eb47b36c90
parent276cef2fe7a55c3f9060e2a26207e164c2fa12e7 (diff)
downloadaur-16a12350713d623c522ff69157aeb1217f075623.tar.gz
2.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd81598dea1a..5548a7d77c90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 23 11:17:14 UTC 2016
+# Thu Apr 28 11:41:25 UTC 2016
pkgbase = puppetserver
pkgdesc = Server automation framework and application
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = https://docs.puppetlabs.com/puppetserver/latest/services_master_puppetserver.html
install = puppetserver.install
@@ -25,8 +25,8 @@ pkgbase = puppetserver
backup = etc/puppetlabs/puppetserver/conf.d/webserver.conf
backup = etc/puppetlabs/puppetserver/logback.xml
backup = etc/puppetlabs/puppetserver/request-logging.xml
- source = http://downloads.puppetlabs.com/puppet/puppetserver-2.3.1.tar.gz
- md5sums = 4239bc3142070069d5440df9bff9779d
+ source = http://downloads.puppetlabs.com/puppet/puppetserver-2.3.2.tar.gz
+ md5sums = 1f0cffe45fdcce5909fc310055a84049
pkgname = puppetserver
diff --git a/PKGBUILD b/PKGBUILD
index 28f228c90c04..478658f97eb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com>
pkgname=puppetserver
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc="Server automation framework and application"
arch=('any')
@@ -22,7 +22,7 @@ backup=('etc/default/puppetserver'
'etc/puppetlabs/puppetserver/request-logging.xml')
install=$pkgname.install
source=(http://downloads.puppetlabs.com/puppet/$pkgname-$pkgver.tar.gz)
-md5sums=('4239bc3142070069d5440df9bff9779d')
+md5sums=('1f0cffe45fdcce5909fc310055a84049')
prepare() {
cd $pkgname-$pkgver