ruby-webrick: update to 1.8.1.

This commit is contained in:
Leah Neukirchen 2023-01-27 15:57:51 +01:00
parent b43cc97315
commit 4c7ee03df1
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'ruby-webrick'
pkgname=ruby-webrick
version=1.7.0
version=1.8.1
revision=1
build_style=gemspec
hostmakedepends="ruby"
@ -10,9 +10,8 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause"
homepage="https://rubygems.org/gems/webrick"
distfiles="https://github.com/ruby/webrick/archive/refs/tags/v${version}.tar.gz"
checksum=25df35c696301deddec8cc929954284fa3dfaa86ad90c0cce2ecc5740c476545
checksum=7a479503b02e1351a7b3fc6814a57e986d94f4ea32796d3067ed89c342aefdcb
post_install() {
rm -r ${DESTDIR}/usr/bin
vlicense LICENSE.txt
}