tcllib: update to 1.19.

Closes: #13033 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
maxice8 2018-03-29 13:47:59 -03:00 committed by Jürgen Buchmüller
parent f0779eb26f
commit 5f1222337d
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
2 changed files with 7 additions and 5 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'tcllib'
pkgname=tcllib
version=1.18
version=1.19
revision=1
noarch=yes
wrksrc="tcllib-tcllib_${version/./_}"
wrksrc="tcllib-tcllib-${version/./-}"
build_style=gnu-configure
hostmakedepends="pkg-config tcl"
depends="tcl"
short_desc="Set of pure-Tcl extensions"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="BSD"
license="TCL"
homepage="http://core.tcl.tk/tcllib/"
distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}_${version/./_}.tar.gz"
checksum=1c831474ed84fec349234a96bd7d855a74245bb305bfc2c9270bfde95c357b4f
distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}-${version/./-}.tar.gz"
checksum=f0977ed98a6555266461a818d2814ff11f35f90412d394e13bf3da686cc93ca0
post_install() {
vlicense ./license.terms LICENSE

2
srcpkgs/tcllib/update Normal file
View File

@ -0,0 +1,2 @@
site="https://core.tcl.tk/tcllib/wiki?name=Downloads"
pattern="\<b\>\K[\d\.]*"