summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2020-02-17 13:44:58 -0500
committerMario Finelli2020-02-17 13:44:58 -0500
commit898c31d95a3bd230533b47295e3aa45b767fab75 (patch)
tree228163e0c835f7af407e33ae6a45d5a96dd774da
parent00f5aee510603b0c49849187e714a452eadeb6c0 (diff)
downloadaur-898c31d95a3bd230533b47295e3aa45b767fab75.tar.gz
Bump to 2.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e82ca4e008d..4f9a9b374733 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = puppet-lint
pkgdesc = Check that your Puppet manifests conform to the style guide.
- pkgver = 2.3.6
+ pkgver = 2.4.2
pkgrel = 1
url = https://github.com/rodjek/puppet-lint
arch = any
@@ -8,9 +8,9 @@ pkgbase = puppet-lint
makedepends = rubygems
makedepends = ruby-rdoc
depends = ruby
- noextract = puppet-lint-2.3.6.gem
- source = https://rubygems.org/downloads/puppet-lint-2.3.6.gem
- sha256sums = 3a4e0bb19eca582cd2a37dac6f45c417cf50ac28f988d087be2635400815d3f3
+ noextract = puppet-lint-2.4.2.gem
+ source = https://rubygems.org/downloads/puppet-lint-2.4.2.gem
+ sha256sums = 334957137b31380d5df352c722fe142767ed46520a4279a80fe7f3917b9797df
pkgname = puppet-lint
diff --git a/PKGBUILD b/PKGBUILD
index 62d8c1306341..bd2ac26ac27d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=puppet-lint
-pkgver=2.3.6
+pkgver=2.4.2
pkgrel=1
pkgdesc="Check that your Puppet manifests conform to the style guide."
arch=(any)
@@ -11,7 +11,7 @@ depends=('ruby')
makedepends=('rubygems' 'ruby-rdoc')
source=(https://rubygems.org/downloads/$pkgname-$pkgver.gem)
noextract=($pkgname-$pkgver.gem)
-sha256sums=('3a4e0bb19eca582cd2a37dac6f45c417cf50ac28f988d087be2635400815d3f3')
+sha256sums=('334957137b31380d5df352c722fe142767ed46520a4279a80fe7f3917b9797df')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"