summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Kühnel2020-05-04 19:18:48 +0200
committerThomas Kühnel2020-05-04 19:18:48 +0200
commit02f427a31c0037436c408c8fd4d379882041b350 (patch)
tree7bb3bebf6ab342f6ffe83fa4cb15293381e3b2b9 /PKGBUILD
parent7a5952399f116a529eedb4a187d04a49bff3523d (diff)
downloadaur-02f427a31c0037436c408c8fd4d379882041b350.tar.gz
update to version 1.7.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cc5ed2683e4..a370b5872a4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mario Vazquez <mariovazq@gmail.com>
pkgname=tcltls
-pkgver=1.7.20
+pkgver=1.7.21
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=('397a4e7cd4ea7a6dbf8a1a664e73945b91828c7c76d02474875261d22fb4e4ca')
+sha256sums=('806ae405250810f8d57a8ca6fce01d8ae40e72443728d1569069126bb5cbc175')
build() {
cd "$srcdir"/tcltls-$pkgver