summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Kühnel2020-10-12 23:51:15 +0200
committerThomas Kühnel2020-10-12 23:51:15 +0200
commit555cac8df2c6d67a14298049a20c4e18399351c2 (patch)
tree74ed0c9cb8ebf643d68c5eafc3f788f6c5d2f890 /PKGBUILD
parent02f427a31c0037436c408c8fd4d379882041b350 (diff)
downloadaur-tcltls.tar.gz
update to version 1.7.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a370b5872a4c..a98b094e4d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mario Vazquez <mariovazq@gmail.com>
pkgname=tcltls
-pkgver=1.7.21
+pkgver=1.7.22
pkgrel=1
pkgdesc="OpenSSL extension to Tcl"
arch=('x86_64' 'armv6h' 'armv7h' 'arm' 'aarch64')
@@ -12,7 +12,7 @@ provides=('tls')
replaces=('tls')
depends=('tcl' 'openssl' 'awk')
source=("https://core.tcl.tk/tcltls/uv/tcltls-$pkgver.tar.gz")
-sha256sums=('806ae405250810f8d57a8ca6fce01d8ae40e72443728d1569069126bb5cbc175')
+sha256sums=('e84e2b7a275ec82c4aaa9d1b1f9786dbe4358c815e917539ffe7f667ff4bc3b4')
build() {
cd "$srcdir"/tcltls-$pkgver