Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-test-unit
Commits:
5f13aad0 by Andreas Schleifer at 2024-09-10T23:15:31+02:00
upgpkg: 3.6.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-test-unit
pkgdesc = An xUnit family unit testing framework for Ruby
- pkgver = 3.6.1
- pkgrel = 3
+ pkgver = 3.6.2
+ pkgrel = 1
url = https://github.com/test-unit/test-unit
arch = any
license = GPL
@@ -9,7 +9,7 @@ pkgbase = ruby-test-unit
depends = ruby
depends = ruby-power_assert
options = !emptydirs
- source =
https://github.com/test-unit/test-unit/archive/3.6.1/ruby-test-unit-3.6.1.tar.gz
- sha512sums =
0788871faeb9d9c9e2a07cf4cae7b63d9520ff1e1be831889861c9d76b10bd6f59a60c0417c7b5ae97856bfd1c75cffd4e1c9a006f7a0c651432196733aa0f08
+ source =
https://github.com/test-unit/test-unit/archive/3.6.2/ruby-test-unit-3.6.2.tar.gz
+ sha512sums =
d523412e080ea0ce1ac968c64279fbdc90afaed3b2052f357993583ed89a77d9977022aac74f3170bfc3cb7e716f1665a9705e0ed95a8db5f205f1b984f52d94
pkgname = ruby-test-unit
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
_gemname=test-unit
pkgname="ruby-${_gemname}"
-pkgver=3.6.1
-pkgrel=3
+pkgver=3.6.2
+pkgrel=1
pkgdesc='An xUnit family unit testing framework for Ruby'
arch=('any')
url="https://github.com/${_gemname}/${_gemname}"
@@ -16,7 +16,7 @@ depends=('ruby' 'ruby-power_assert')
makedepends=('ruby-rdoc')
options=('!emptydirs')
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('0788871faeb9d9c9e2a07cf4cae7b63d9520ff1e1be831889861c9d76b10bd6f59a60c0417c7b5ae97856bfd1c75cffd4e1c9a006f7a0c651432196733aa0f08')
+sha512sums=('d523412e080ea0ce1ac968c64279fbdc90afaed3b2052f357993583ed89a77d9977022aac74f3170bfc3cb7e716f1665a9705e0ed95a8db5f205f1b984f52d94')
# fix wrong license identifier to match the official ones from
https://spdx.org/licenses/
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-test-unit/-/commit/5f13aad09991b330bf138439c657c3c00107c358
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-test-unit/-/commit/5f13aad09991b330bf138439c657c3c00107c358
You're receiving this email because of your account on gitlab.archlinux.org.