summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Bradley LaBoon2021-05-19 16:26:36 -0400
committerL. Bradley LaBoon2021-05-19 16:26:36 -0400
commit48ae8a1c3bf8a71df80ccabaf6b431ad83bcc09c (patch)
tree818fe23cb3acdecf26d58c641edbefa20d59505a
parentce65d736c70a87a7e86b4e685982e08a21def47b (diff)
downloadaur-48ae8a1c3bf8a71df80ccabaf6b431ad83bcc09c.tar.gz
Updated to 3.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8e80c3d5098..e07a5c0e516c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-hiera-eyaml
pkgdesc = OpenSSL Encryption backend for Hiera
- pkgver = 3.2.1
+ pkgver = 3.2.2
pkgrel = 1
url = https://github.com/voxpupuli/hiera-eyaml
arch = any
@@ -10,9 +10,9 @@ pkgbase = ruby-hiera-eyaml
depends = ruby
depends = ruby-optimist
depends = ruby-highline
- noextract = hiera-eyaml-3.2.1.gem
+ noextract = hiera-eyaml-3.2.2.gem
options = !emptydirs
- source = hiera-eyaml-3.2.1::git+https://github.com/voxpupuli/hiera-eyaml?signed#commit=d4c3e16bf678a70a38d657ecca5239872958558c
+ source = hiera-eyaml-3.2.2::git+https://github.com/voxpupuli/hiera-eyaml?signed#tag=v3.2.2
validpgpkeys = C10B6298A584A5632E254DA304D659E6BF1C4CC0
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3a6d9f9f9d40..30355b508f38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,8 @@
# Maintainer: Justin Dray <justin@dray.be>
_gemname=hiera-eyaml
-_commit='d4c3e16bf678a70a38d657ecca5239872958558c'
pkgname=ruby-$_gemname
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
pkgdesc='OpenSSL Encryption backend for Hiera'
arch=(any)
@@ -13,7 +12,7 @@ license=(MIT)
depends=(ruby ruby-optimist ruby-highline)
makedepends=(git ruby-rdoc)
options=(!emptydirs)
-source=(${_gemname}-${pkgver}::git+https://github.com/voxpupuli/hiera-eyaml?signed#commit=${_commit})
+source=(${_gemname}-${pkgver}::git+https://github.com/voxpupuli/hiera-eyaml?signed#tag=v${pkgver})
noextract=($_gemname-$pkgver.gem)
validpgpkeys=('C10B6298A584A5632E254DA304D659E6BF1C4CC0')
sha256sums=('SKIP')