Updated to 3.2.2

This commit is contained in:
L. Bradley LaBoon 2021-05-19 16:26:36 -04:00
parent ce65d736c7
commit 48ae8a1c3b
2 changed files with 5 additions and 6 deletions

View file

@ -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

View file

@ -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')