Thore Bödecker pushed to branch main at Arch Linux / Packaging / Packages /
ruby-nats-pure
Commits:
ceb72001 by Thore Bödecker at 2025-05-11T16:12:19+02:00
upgpkg: 2.5.0-1: update to 2.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-nats-pure
pkgdesc = Ruby client for the NATS messaging system
- pkgver = 2.4.0
- pkgrel = 5
+ pkgver = 2.5.0
+ pkgrel = 1
url = https://github.com/nats-io/nats-pure.rb
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = ruby-nats-pure
makedepends = ruby-test-unit
depends = ruby
options = !emptydirs
- source =
nats-pure-v2.4.0.tar.gz::https://github.com/nats-io/nats-pure.rb/archive/v2.4.0.tar.gz
- sha512sums =
e5538b437be84a5948b6981070b91096e784cb99099d271567715c4731674a1cde90fc4c800cd72a4336609f340761195106866e0f8a9bc390b56678fc0c88b4
+ source =
nats-pure-v2.5.0.tar.gz::https://github.com/nats-io/nats-pure.rb/archive/v2.5.0.tar.gz
+ sha512sums =
3ae9f1259ba541af7827a4d056428a6ff515ce6bac61e21afee5c379e39d86666e0f7e26cfd01f719c03235794d50a552bf297a6512658d9492acfba113f3d23
pkgname = ruby-nats-pure
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_gemname='nats-pure'
pkgname="ruby-${_gemname}"
-pkgver=2.4.0
-pkgrel=5
+pkgver=2.5.0
+pkgrel=1
pkgdesc="Ruby client for the NATS messaging system"
url="https://github.com/nats-io/nats-pure.rb"
arch=('any')
@@ -13,7 +13,7 @@ depends=('ruby')
makedepends=('ruby-rake' 'ruby-rspec' 'ruby-bundler' 'ruby-rdoc'
'ruby-test-unit')
options=('!emptydirs')
source=("${_gemname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('e5538b437be84a5948b6981070b91096e784cb99099d271567715c4731674a1cde90fc4c800cd72a4336609f340761195106866e0f8a9bc390b56678fc0c88b4')
+sha512sums=('3ae9f1259ba541af7827a4d056428a6ff515ce6bac61e21afee5c379e39d86666e0f7e26cfd01f719c03235794d50a552bf297a6512658d9492acfba113f3d23')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-nats-pure/-/commit/ceb72001c2b761409b0dce2349143ac684e51b57
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-nats-pure/-/commit/ceb72001c2b761409b0dce2349143ac684e51b57
You're receiving this email because of your account on gitlab.archlinux.org.