Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-simplecov


Commits:
33a4a325 by Andreas Schleifer at 2026-07-18T19:39:17+02:00
upgpkg: 1.0.2-1: closes #1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = ruby-simplecov
        pkgdesc = Code coverage for Ruby with a powerful configuration library 
and automatic merging of coverage across test suites
-       pkgver = 0.22.0
-       pkgrel = 5
+       pkgver = 1.0.2
+       pkgrel = 1
        url = https://github.com/simplecov-ruby/simplecov
        arch = any
        license = MIT
@@ -11,7 +11,7 @@ pkgbase = ruby-simplecov
        depends = ruby-simplecov-html
        depends = ruby-simplecov_json_formatter
        options = !emptydirs
-       source = 
https://github.com/simplecov-ruby/simplecov/archive/v0.22.0/ruby-simplecov-0.22.0.tar.gz
-       sha512sums = 
ba7e1a29a219337c1e00d055408d825b20a7b81ec4768612d9d5e8a18af08d47d86a42cee78c64ae0f431196136b5dd522364882d83e5210366d8aa03d5c54b4
+       source = 
https://github.com/simplecov-ruby/simplecov/archive/v1.0.2/ruby-simplecov-1.0.2.tar.gz
+       sha512sums = 
b7575ba69e753aca2b9e35400d660702f8f63072da3b4ffbec917ff681f89aa5c0affc5f482e57bc3baeb42129991d3f3debd67c0610b955a465ef2396b76dad
 
 pkgname = ruby-simplecov


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 _gemname='simplecov'
 pkgname="ruby-${_gemname}"
-pkgver=0.22.0
-pkgrel=5
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='Code coverage for Ruby with a powerful configuration library and 
automatic merging of coverage across test suites'
 arch=('any')
 url="https://github.com/simplecov-ruby/simplecov";
@@ -24,7 +24,7 @@ makedepends=(
 # )
 options=(!emptydirs)
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ba7e1a29a219337c1e00d055408d825b20a7b81ec4768612d9d5e8a18af08d47d86a42cee78c64ae0f431196136b5dd522364882d83e5210366d8aa03d5c54b4')
+sha512sums=('b7575ba69e753aca2b9e35400d660702f8f63072da3b4ffbec917ff681f89aa5c0affc5f482e57bc3baeb42129991d3f3debd67c0610b955a465ef2396b76dad')
 
 prepare() {
   cd "${_gemname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-simplecov/-/commit/33a4a325a93c6060564ef0244ef6bb400912c99d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-simplecov/-/commit/33a4a325a93c6060564ef0244ef6bb400912c99d
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to