puppet: update to 5.3.3 (#9718)

This commit is contained in:
eater 2017-12-03 11:44:14 +01:00 committed by Juan RP
parent 0fe866ef49
commit 977d500b1c

View file

@ -1,7 +1,7 @@
# Template file for 'puppet'
pkgname=puppet
version=4.6.2
revision=2
version=5.3.3
revision=1
noarch=yes
build_style=ruby-module
hostmakedepends="ruby facter hiera"
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Apache-2.0"
homepage="http://puppetlabs.com/facter"
distfiles="http://downloads.puppetlabs.com/$pkgname/$pkgname-$version.tar.gz"
checksum=44bae27962e2e0e7041bd64e711de4a0b7c7ba1dd07966ed6af9a14df73a9e8f
checksum=45360f64fe0375df617571d58e929515e2094daa1d0dc78e2b6718d7cbeaf18e
system_accounts="puppet"
puppet_homedir="/var/lib/puppet"
@ -24,9 +24,4 @@ post_install() {
vlicense LICENSE
vsv puppet
vsv puppetmaster
# vim and emacs
vinstall ext/vim/ftdetect/$pkgname.vim 644 usr/share/vim/vimfiles/ftdetect
vinstall ext/vim/syntax/$pkgname.vim 644 usr/share/vim/vimfiles/syntax
vinstall ext/emacs/$pkgname-mode.el 644 usr/share/emacs/site-lisp
vinstall ext/emacs/$pkgname-mode-init.el 644 usr/share/emacs/site-lisp/site-start.d
}