summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmille2023-10-12 11:51:42 +0200
committerkmille2023-10-12 11:51:42 +0200
commit488d0d1c4b5b31ebadb7452d7c78ffa960effcd8 (patch)
treec3f53da77cb6570591e8b13d0158336a766f7fd2
parent0fe5dafada98926052ebf230534c5976903ff7e0 (diff)
downloadaur-488d0d1c4b5b31ebadb7452d7c78ffa960effcd8.tar.gz
Bump to v4.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a9ea2ad84c1..17f6652b7519 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = puppet-lint
pkgdesc = Check that your Puppet manifests conform to the style guide.
- pkgver = 4.2.0
+ pkgver = 4.2.1
pkgrel = 1
url = https://github.com/puppetlabs/puppet-lint
arch = any
@@ -8,8 +8,8 @@ pkgbase = puppet-lint
makedepends = rubygems
makedepends = ruby-rdoc
depends = ruby
- noextract = puppet-lint-4.2.0.gem
- source = https://rubygems.org/downloads/puppet-lint-4.2.0.gem
- sha256sums = 511dad094703a381127789130cfb6e8bc8dc8a80ea45e9046100163084e79bbe
+ noextract = puppet-lint-4.2.1.gem
+ source = https://rubygems.org/downloads/puppet-lint-4.2.1.gem
+ sha256sums = 08b0419274ae44ef91279a950d064daca28407ee47e802fbdc07a778adf1da95
pkgname = puppet-lint
diff --git a/PKGBUILD b/PKGBUILD
index 286c67d4fbe3..3d3c85eb92d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=puppet-lint
-pkgver=4.2.0
+pkgver=4.2.1
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=('511dad094703a381127789130cfb6e8bc8dc8a80ea45e9046100163084e79bbe')
+sha256sums=('08b0419274ae44ef91279a950d064daca28407ee47e802fbdc07a778adf1da95')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"