Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-activesupport
Commits:
8f0549bf by Andreas Schleifer at 2025-10-11T15:56:45+02:00
upgpkg: 8.0.3-1: closes #3
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruby-activesupport
pkgdesc = A collection of utility classes and standard library
extensions
- pkgver = 8.0.2
+ pkgver = 8.0.3
pkgrel = 1
url = https://github.com/rails/rails/tree/master/activesupport
arch = any
@@ -22,10 +22,10 @@ pkgbase = ruby-activesupport
depends = ruby-uri
depends = ruby-zeitwerk
options = !emptydirs
- source =
ruby-activesupport::git+https://github.com/rails/rails#tag=v8.0.2?signed
+ source =
ruby-activesupport::git+https://github.com/rails/rails#tag=v8.0.3?signed
validpgpkeys = 54FE550EA35E26D7C75362C1FC23B6D0F1EEE948
validpgpkeys = 4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6
- sha512sums =
978de530a350f79e7c777435a459b09d93cf6c26dab7b912acdff779cc5abaefb8204fceca5ab979fc4151275da7a163ac2e5af7e5e17847fe300d6f179ea6c5
- b2sums =
89d03ba416e47eed247fd483d4cfafa2628958b8e6e0a19ca40f131acfa2e20d7475a9c0244ca15c2a274088e3ce72b38b90497c16d55027ebfea713b0addc97
+ sha512sums =
84cecddbc471ef96c99c54de94874d95c059aed595418071dde671b76c45a206f09c55ff45192aec8fedfff2a2861e6c0a0c16dc2d3df40f085e6341993985af
+ b2sums =
1d65c5396075107fc4491a0904e33851131ba46c651c313f96d838c9d2428682a711e3478e3cd79bbfe1890c14d551f65834ab9d2809f06f143fc4d8144541a0
pkgname = ruby-activesupport
=====================================
.nvchecker.toml
=====================================
@@ -2,3 +2,4 @@
source = "git"
git = "https://github.com/rails/rails.git"
prefix = "v"
+exclude_regex = ".*beta.*"
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=activesupport
pkgname=ruby-activesupport
-pkgver=8.0.2
+pkgver=8.0.3
pkgrel=1
pkgdesc='A collection of utility classes and standard library extensions'
arch=(any)
@@ -30,8 +30,8 @@ makedepends=(
)
options=(!emptydirs)
source=($pkgname::git+https://github.com/rails/rails#tag=v$pkgver?signed)
-sha512sums=('978de530a350f79e7c777435a459b09d93cf6c26dab7b912acdff779cc5abaefb8204fceca5ab979fc4151275da7a163ac2e5af7e5e17847fe300d6f179ea6c5')
-b2sums=('89d03ba416e47eed247fd483d4cfafa2628958b8e6e0a19ca40f131acfa2e20d7475a9c0244ca15c2a274088e3ce72b38b90497c16d55027ebfea713b0addc97')
+sha512sums=('84cecddbc471ef96c99c54de94874d95c059aed595418071dde671b76c45a206f09c55ff45192aec8fedfff2a2861e6c0a0c16dc2d3df40f085e6341993985af')
+b2sums=('1d65c5396075107fc4491a0904e33851131ba46c651c313f96d838c9d2428682a711e3478e3cd79bbfe1890c14d551f65834ab9d2809f06f143fc4d8144541a0')
validpgpkeys=(
'54FE550EA35E26D7C75362C1FC23B6D0F1EEE948' # Rafael Mendonça França
<[email protected]>
'4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6' # Aaron Patterson
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-activesupport/-/commit/8f0549bf14ee5d591b199a2ea3a298a9e388f0fc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-activesupport/-/commit/8f0549bf14ee5d591b199a2ea3a298a9e388f0fc
You're receiving this email because of your account on gitlab.archlinux.org.