Updated to 4.1.0

This commit is contained in:
L. Bradley LaBoon 2024-06-21 15:48:30 -04:00
parent 13f30409b4
commit bae6ce65e5
No known key found for this signature in database
GPG key ID: 3D21FA839D9A229F
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ruby-hiera-eyaml
pkgdesc = OpenSSL Encryption backend for Hiera
pkgver = 3.4.0
pkgver = 4.1.0
pkgrel = 1
url = https://github.com/voxpupuli/hiera-eyaml
arch = any
@ -10,10 +10,10 @@ pkgbase = ruby-hiera-eyaml
depends = ruby
depends = ruby-optimist
depends = ruby-highline
noextract = hiera-eyaml-3.4.0.gem
noextract = hiera-eyaml-4.1.0.gem
options = !emptydirs
source = hiera-eyaml-3.4.0::git+https://github.com/voxpupuli/hiera-eyaml?signed#tag=v3.4.0
source = hiera-eyaml-4.1.0::git+https://github.com/voxpupuli/hiera-eyaml?signed#tag=v4.1.0
validpgpkeys = C10B6298A584A5632E254DA304D659E6BF1C4CC0
sha256sums = SKIP
sha256sums = 89331064dd6fd5178d1c2c0420db817d3eb5be09f7388886a4173ed5402fd1cb
pkgname = ruby-hiera-eyaml

View file

@ -3,7 +3,7 @@
_gemname=hiera-eyaml
pkgname=ruby-$_gemname
pkgver=3.4.0
pkgver=4.1.0
pkgrel=1
pkgdesc='OpenSSL Encryption backend for Hiera'
arch=(any)
@ -15,7 +15,7 @@ options=(!emptydirs)
source=(${_gemname}-${pkgver}::git+https://github.com/voxpupuli/hiera-eyaml?signed#tag=v${pkgver})
noextract=($_gemname-$pkgver.gem)
validpgpkeys=('C10B6298A584A5632E254DA304D659E6BF1C4CC0')
sha256sums=('SKIP')
sha256sums=('89331064dd6fd5178d1c2c0420db817d3eb5be09f7388886a4173ed5402fd1cb')
build() {
cd ${_gemname}-${pkgver}