From 287617816e407a8844daa4745b6a33ec253f5a02 Mon Sep 17 00:00:00 2001 From: Kazaii Date: Mon, 16 May 2022 21:29:42 -0400 Subject: [PATCH] Version 9.1.2 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ff28380cb6e48..60f3486606b88 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = scrt pkgdesc = Vandyke SecureCRT SSH Client - pkgver = 9.2.0 + pkgver = 9.2.1 pkgrel = 0 url = http://www.vandyke.com/products/securecrt/ arch = x86_64 @@ -27,7 +27,7 @@ pkgbase = scrt depends = icu66 options = !strip options = !emptydirs - source = local://scrt-9.2.0.2755.ubuntu20-64.tar.gz - md5sums = EC5B942D9D9B7E04E7B54A410E506DC0 + source = local://scrt-9.2.1.2768.ubuntu20-64.tar.gz + md5sums = 79d0b903a46a388d31925ebcb3ac3102 pkgname = scrt diff --git a/PKGBUILD b/PKGBUILD index 43aa61a5ea594..a43d3a240a55b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,8 +8,8 @@ ## Ensure the 'pkgver' and 'incrver' variables are updated below to match your package version pkgname=scrt -pkgver=9.2.0 -incrver=2755 +pkgver=9.2.1 +incrver=2768 pkgrel=0 pkgdesc="Vandyke SecureCRT SSH Client" arch=('x86_64') @@ -20,7 +20,7 @@ depends=('fontconfig' 'freetype2' 'gcc-libs' 'glibc' 'krb5' 'libcups' 'qt5-base' 'qt5-multimedia' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm' 'zlib' 'icu66') options=('!strip' '!emptydirs') source=("local://${pkgname}-${pkgver}.${incrver}.ubuntu20-64.tar.gz") -md5sums=('EC5B942D9D9B7E04E7B54A410E506DC0') +md5sums=('79d0b903a46a388d31925ebcb3ac3102') package() { cd "${srcdir}"/${pkgname}-${pkgver}