mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to 5.0.0
This commit is contained in:
parent
8bcce99e0e
commit
b9a5d6d207
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ruby-hiera-eyaml
|
||||
pkgdesc = OpenSSL Encryption backend for Hiera
|
||||
pkgver = 4.3.0
|
||||
pkgver = 5.0.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-4.3.0.gem
|
||||
noextract = hiera-eyaml-5.0.0.gem
|
||||
options = !emptydirs
|
||||
source = hiera-eyaml-4.3.0::git+https://github.com/voxpupuli/hiera-eyaml?signed#tag=v4.3.0
|
||||
source = hiera-eyaml-5.0.0::git+https://github.com/voxpupuli/hiera-eyaml?signed#tag=v5.0.0
|
||||
validpgpkeys = C10B6298A584A5632E254DA304D659E6BF1C4CC0
|
||||
sha256sums = f06e68383cdc25b8a90ce17bdd351aa02ba28348f16328a12a51592ef331cdde
|
||||
sha256sums = 4677d185970235e4581d26ffdfbc569db2ec130eb08b5bd6ca74e5f550660db3
|
||||
|
||||
pkgname = ruby-hiera-eyaml
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
_gemname=hiera-eyaml
|
||||
pkgname=ruby-$_gemname
|
||||
pkgver=4.3.0
|
||||
pkgver=5.0.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=('f06e68383cdc25b8a90ce17bdd351aa02ba28348f16328a12a51592ef331cdde')
|
||||
sha256sums=('4677d185970235e4581d26ffdfbc569db2ec130eb08b5bd6ca74e5f550660db3')
|
||||
|
||||
build() {
|
||||
cd ${_gemname}-${pkgver}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue