puppet: update to 4.6.2

This commit is contained in:
Juergen Buchmueller 2016-09-07 13:53:24 +02:00
parent 556184e229
commit 4d91a5ced1
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'pupper' # Template file for 'puppet'
pkgname=puppet pkgname=puppet
version=4.2.2 version=4.6.2
revision=1 revision=1
noarch=yes noarch=yes
build_style=ruby-module build_style=ruby-module
hostmakedepends="ruby facter hiera" hostmakedepends="ruby facter hiera"
makedepends="facter-devel" makedepends="facter-devel"
depends="ruby>=2.2<2.3 facter hiera" depends="ruby>=2.2 facter hiera"
short_desc="Server automation framework and application" short_desc="Server automation framework and application"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Apache-2.0" license="Apache-2.0"
homepage="http://puppetlabs.com/facter" homepage="http://puppetlabs.com/facter"
distfiles="http://downloads.puppetlabs.com/$pkgname/$pkgname-$version.tar.gz" distfiles="http://downloads.puppetlabs.com/$pkgname/$pkgname-$version.tar.gz"
checksum=2d34cda2c65c885ba16e6644edd7733d55e6a0e1011a1f0f7fe80b411affc348 checksum=44bae27962e2e0e7041bd64e711de4a0b7c7ba1dd07966ed6af9a14df73a9e8f
system_accounts="puppet" system_accounts="puppet"
puppet_homedir="/var/lib/puppet" puppet_homedir="/var/lib/puppet"