Tim Meusel pushed to branch main at Arch Linux / Packaging / Packages /
ruby-puppet_forge
Commits:
625cc199 by Tim Meusel at 2024-10-03T15:40:03+02:00
upgpkg: 5.0.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-puppet_forge
pkgdesc = Ruby client for the Puppet Forge API. Access and manipulate
the Puppet Forge API from Ruby.
- pkgver = 5.0.3
- pkgrel = 2
+ pkgver = 5.0.4
+ pkgrel = 1
url = https://github.com/puppetlabs/forge-ruby
arch = any
license = Apache
@@ -14,8 +14,8 @@ pkgbase = ruby-puppet_forge
depends = ruby-minitar
depends = ruby-semantic_puppet
options = !emptydirs
- source =
https://github.com/puppetlabs/forge-ruby/archive/v5.0.3/ruby-puppet_forge-v5.0.3.tar.gz
- sha512sums =
d1b29ddf93005fedf84d54ee41d8dcc994051dfdd82647b0140dc4de08f69f126ecde8ace77514a0fcfd943b6d13fbdd4926ebd74bd973a44f8a7b92b0fccd34
- b2sums =
df852aad6da43e910d1604b75a664584c159011e48a22fa970f0278bd9e9287390e6f4dbdc2fe079432d44fe5a45ad0058e6f0e362fcc62e73b72666d7b9f9e9
+ source =
https://github.com/puppetlabs/forge-ruby/archive/v5.0.4/ruby-puppet_forge-v5.0.4.tar.gz
+ sha512sums =
e819882c327bc4bd94756417f274bed5850f8a70ab14c8000a64f4f22360474b2c11e472329d550455392a0f7ad1121bd019292883df09fe093bfad3bfa1aa46
+ b2sums =
e2a30483e956e8311b0c603eaaff86842f9f06e4b0d03be2d4d575a7d7005d521c46e055b46eab7e7aed5637e8a54fb343b32c0eb8e6f9ff0431048d93d89dd6
pkgname = ruby-puppet_forge
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_gemname='puppet_forge'
_archivename='forge-ruby'
pkgname="ruby-${_gemname}"
-pkgver=5.0.3
-pkgrel=2
+pkgver=5.0.4
+pkgrel=1
pkgdesc='Ruby client for the Puppet Forge API. Access and manipulate the
Puppet Forge API from Ruby.'
arch=('any')
url="https://github.com/puppetlabs/${_archivename}"
@@ -26,8 +26,8 @@ checkdepends=(
)
source=("${url}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
options=("!emptydirs")
-sha512sums=('d1b29ddf93005fedf84d54ee41d8dcc994051dfdd82647b0140dc4de08f69f126ecde8ace77514a0fcfd943b6d13fbdd4926ebd74bd973a44f8a7b92b0fccd34')
-b2sums=('df852aad6da43e910d1604b75a664584c159011e48a22fa970f0278bd9e9287390e6f4dbdc2fe079432d44fe5a45ad0058e6f0e362fcc62e73b72666d7b9f9e9')
+sha512sums=('e819882c327bc4bd94756417f274bed5850f8a70ab14c8000a64f4f22360474b2c11e472329d550455392a0f7ad1121bd019292883df09fe093bfad3bfa1aa46')
+b2sums=('e2a30483e956e8311b0c603eaaff86842f9f06e4b0d03be2d4d575a7d7005d521c46e055b46eab7e7aed5637e8a54fb343b32c0eb8e6f9ff0431048d93d89dd6')
prepare() {
cd "${_archivename}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-puppet_forge/-/commit/625cc199f1ed50dced1fc9d1318f0321abca23a8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-puppet_forge/-/commit/625cc199f1ed50dced1fc9d1318f0321abca23a8
You're receiving this email because of your account on gitlab.archlinux.org.