ruby-webrick: update to 1.9.1.
This commit is contained in:
parent
8707ef24b6
commit
673af5dbdf
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ruby-webrick'
|
# Template file for 'ruby-webrick'
|
||||||
pkgname=ruby-webrick
|
pkgname=ruby-webrick
|
||||||
version=1.9.0
|
version=1.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gemspec
|
build_style=gemspec
|
||||||
hostmakedepends="ruby"
|
hostmakedepends="ruby"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://rubygems.org/gems/webrick"
|
homepage="https://rubygems.org/gems/webrick"
|
||||||
distfiles="https://github.com/ruby/webrick/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/ruby/webrick/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=38c9352b9378c786f1c6904a355c541554b2367027a34d9fad6770a52aebff33
|
checksum=0a2a4f55a948bd1c6cd5d67758e32d60cb764f95ee517e6d170cae8c6e11c5a2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in New Issue