summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Steel2015-06-08 23:02:58 +0100
committerJonathan Steel2015-06-08 23:02:58 +0100
commit37cf989205076c9589a1010121cc29a0a4e148d8 (patch)
tree33f53ff2bccc80531c6208c3d892690d1b68e026 /PKGBUILD
parent7e90fbad904fb4b2afbda840e059c6534fc254ea (diff)
downloadaur-37cf989205076c9589a1010121cc29a0a4e148d8.tar.gz
upgpkg: puppet3 3.8.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de041e270a51..9f9fccb90a35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com>
pkgname=puppet3
-pkgver=3.8.0
+pkgver=3.8.1
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=(puppet-$pkgver.tar.gz::http://github.com/puppetlabs/puppet/archive/$pkgver.tar.gz)
-md5sums=('8aa3fa694feb4aa27448e1e3e0749de6')
+md5sums=('687954e043f7b26d5733b7e31f4d1a79')
prepare() {
cd puppet-$pkgver