summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmille2022-02-10 10:49:47 +0100
committerkmille2022-02-10 10:49:47 +0100
commit917734406d23967e269ba6f40138347019c4f2e7 (patch)
tree7b9694a6aaa8bbd8e9f2a8f17dccbed97a191f77
parent898c31d95a3bd230533b47295e3aa45b767fab75 (diff)
downloadaur-917734406d23967e269ba6f40138347019c4f2e7.tar.gz
Update to 2.5.2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f9a9b374733..a7dcb8c47b16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = puppet-lint
pkgdesc = Check that your Puppet manifests conform to the style guide.
- pkgver = 2.4.2
+ pkgver = 2.5.2
pkgrel = 1
- url = https://github.com/rodjek/puppet-lint
+ url = https://github.com/puppetlabs/puppet-lint
arch = any
license = MIT
makedepends = rubygems
makedepends = ruby-rdoc
depends = ruby
- noextract = puppet-lint-2.4.2.gem
- source = https://rubygems.org/downloads/puppet-lint-2.4.2.gem
- sha256sums = 334957137b31380d5df352c722fe142767ed46520a4279a80fe7f3917b9797df
+ noextract = puppet-lint-2.5.2.gem
+ source = https://rubygems.org/downloads/puppet-lint-2.5.2.gem
+ sha256sums = 3b41f054b1d7b4bfd041652647df8aef1eebd14d6c40b8b77920396a161b92e5
pkgname = puppet-lint
-
diff --git a/PKGBUILD b/PKGBUILD
index bd2ac26ac27d..2debe9a35ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
+# Maintainer: kmille <github@androidloves.me>
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=puppet-lint
-pkgver=2.4.2
+pkgver=2.5.2
pkgrel=1
pkgdesc="Check that your Puppet manifests conform to the style guide."
arch=(any)
-url="https://github.com/rodjek/puppet-lint"
+url="https://github.com/puppetlabs/puppet-lint"
license=('MIT')
depends=('ruby')
makedepends=('rubygems' 'ruby-rdoc')
source=(https://rubygems.org/downloads/$pkgname-$pkgver.gem)
noextract=($pkgname-$pkgver.gem)
-sha256sums=('334957137b31380d5df352c722fe142767ed46520a4279a80fe7f3917b9797df')
+sha256sums=('3b41f054b1d7b4bfd041652647df8aef1eebd14d6c40b8b77920396a161b92e5')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"