summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkmille2023-08-30 11:29:04 +0200
committerkmille2023-08-30 11:29:04 +0200
commit0fe5dafada98926052ebf230534c5976903ff7e0 (patch)
tree3d93316ed733467ca4f06f031c57de565676e0db /PKGBUILD
parent79f7ef2a00c7377e9001ba79e771dda405cd4403 (diff)
downloadaur-0fe5dafada98926052ebf230534c5976903ff7e0.tar.gz
Bump to 4.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 498a5cd21999..286c67d4fbe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=puppet-lint
-pkgver=4.0.1
+pkgver=4.2.0
pkgrel=1
pkgdesc="Check that your Puppet manifests conform to the style guide."
arch=(any)
@@ -12,7 +12,7 @@ depends=('ruby')
makedepends=('rubygems' 'ruby-rdoc')
source=(https://rubygems.org/downloads/$pkgname-$pkgver.gem)
noextract=($pkgname-$pkgver.gem)
-sha256sums=('52578b240dea526b8f393d28b797e94a9e6b39baa28fc75c75c7e6ed2878fb6f')
+sha256sums=('511dad094703a381127789130cfb6e8bc8dc8a80ea45e9046100163084e79bbe')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"