From 5f1222337d4142918e02131a4ebcce6d1339219b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 29 Mar 2018 13:47:59 -0300 Subject: [PATCH] tcllib: update to 1.19. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #13033 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller --- srcpkgs/tcllib/template | 10 +++++----- srcpkgs/tcllib/update | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 srcpkgs/tcllib/update diff --git a/srcpkgs/tcllib/template b/srcpkgs/tcllib/template index 86641f7b157..0b31de76e81 100644 --- a/srcpkgs/tcllib/template +++ b/srcpkgs/tcllib/template @@ -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 " -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 diff --git a/srcpkgs/tcllib/update b/srcpkgs/tcllib/update new file mode 100644 index 00000000000..be6bd57d004 --- /dev/null +++ b/srcpkgs/tcllib/update @@ -0,0 +1,2 @@ +site="https://core.tcl.tk/tcllib/wiki?name=Downloads" +pattern="\\K[\d\.]*"