mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/ruby-rexml: upgrade to 3.2.9
This commit is contained in:
parent
bc6bed8b19
commit
e8ab0c9b77
@ -4,14 +4,17 @@ pkgname=ruby-rexml
|
|||||||
_gemname=rexml
|
_gemname=rexml
|
||||||
# Keep version in sync with "Bundled gems" (https://stdgems.org) for the
|
# Keep version in sync with "Bundled gems" (https://stdgems.org) for the
|
||||||
# packaged Ruby version.
|
# packaged Ruby version.
|
||||||
pkgver=3.2.6
|
pkgver=3.2.9
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="An XML toolkit for Ruby"
|
pkgdesc="An XML toolkit for Ruby"
|
||||||
url="https://github.com/ruby/rexml"
|
url="https://github.com/ruby/rexml"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
depends="ruby"
|
depends="ruby"
|
||||||
checkdepends="ruby-test-unit"
|
checkdepends="
|
||||||
|
ruby-test-unit
|
||||||
|
ruby-test-unit-ruby-core
|
||||||
|
"
|
||||||
makedepends="ruby-rdoc"
|
makedepends="ruby-rdoc"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="https://github.com/ruby/rexml/archive/v$pkgver/ruby-rexml-$pkgver.tar.gz"
|
source="https://github.com/ruby/rexml/archive/v$pkgver/ruby-rexml-$pkgver.tar.gz"
|
||||||
@ -54,5 +57,5 @@ doc() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
bbf278ed25fbf4d814de9df3cbca691ab43d4e502a02b081e894ce82c161b1931d850df54074ef81c9cb470dca10a81c631da7ccbf908401818fca4c9a4aa5c4 ruby-rexml-3.2.6.tar.gz
|
9feba575fb9c8f7bb9f2d2d03fa67a011c0d52604630ab3b9f6acd99a86d2f520647d58134ae5cf2068e1f87e9c4ba9b98814e437c158bab0f7a4f368e4be486 ruby-rexml-3.2.9.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user