summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2017-03-05 13:04:13 -0500
committerMario Finelli2017-03-05 13:04:13 -0500
commit2d24a285726156dc5f5469af5c5d8d60a13af393 (patch)
tree22187ad6b1489e7d9487a1a59b80e2072a26fcbe
parentc8bc4ccd475c38f81b1edcde0abf8bd07069bf34 (diff)
downloadaur-2d24a285726156dc5f5469af5c5d8d60a13af393.tar.gz
Bump to 2.1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68ee2522a75f..5dbf21a88fd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 13 01:31:03 UTC 2016
+# Sun Mar 5 18:03:47 UTC 2017
pkgbase = puppet-lint
pkgdesc = Check that your Puppet manifests conform to the style guide.
- pkgver = 2.0.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/rodjek/puppet-lint
arch = i686
@@ -10,9 +10,9 @@ pkgbase = puppet-lint
license = MIT
makedepends = rubygems
depends = ruby
- noextract = puppet-lint-2.0.0.gem
- source = https://rubygems.org/downloads/puppet-lint-2.0.0.gem
- sha256sums = 90f2b3c84cd569aebd9b3f2709bd59c0b92e0357098fb882480d3e52e3a7df2a
+ noextract = puppet-lint-2.1.1.gem
+ source = https://rubygems.org/downloads/puppet-lint-2.1.1.gem
+ sha256sums = e5b8d674f0ecc5049905d561309a6c420688aa74d8e0615d4bdf8c3fa6ebee89
pkgname = puppet-lint
diff --git a/PKGBUILD b/PKGBUILD
index c07f387f7c69..1d027bd35149 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=puppet-lint
-pkgver=2.0.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="Check that your Puppet manifests conform to the style guide."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('ruby')
makedepends=('rubygems')
source=(https://rubygems.org/downloads/$pkgname-$pkgver.gem)
noextract=($pkgname-$pkgver.gem)
-sha256sums=('90f2b3c84cd569aebd9b3f2709bd59c0b92e0357098fb882480d3e52e3a7df2a')
+sha256sums=('e5b8d674f0ecc5049905d561309a6c420688aa74d8e0615d4bdf8c3fa6ebee89')
package() {
cd "$srcdir"