From 758e6a94c7e045945a7293a0501a7b89bbd517bd Mon Sep 17 00:00:00 2001 From: Kazaii Date: Tue, 6 Dec 2022 20:53:31 -0500 Subject: [PATCH] Version 9.3.1 --- .SRCINFO | 8 ++++---- PKGBUILD | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5c3a0ce4b17e5..1473f332dec9b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = scrt pkgdesc = Vandyke SecureCRT SSH Client - pkgver = 9.3.0 - pkgrel = 3 + pkgver = 9.3.1 + pkgrel = 1 url = http://www.vandyke.com/products/securecrt/ arch = x86_64 license = custom @@ -27,7 +27,7 @@ pkgbase = scrt depends = icu70 options = !strip options = !emptydirs - source = local://scrt-9.3.0.2905.ubuntu22-64.tar.gz - md5sums = 848c3ec7c0d81e4e49153ebdb40aa44b + source = local://scrt-9.3.1.2929.ubuntu22-64.tar.gz + md5sums = b45603d2b9f2f04a6abf77c532871264 pkgname = scrt diff --git a/PKGBUILD b/PKGBUILD index ef35bd9ae43a6..aef3fc5807fcc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,9 +8,9 @@ ## Ensure the 'pkgver' and 'incrver' variables are updated below to match your package version pkgname=scrt -pkgver=9.3.0 -incrver=2905 -pkgrel=3 +pkgver=9.3.1 +incrver=2929 +pkgrel=1 pkgdesc="Vandyke SecureCRT SSH Client" arch=('x86_64') url="http://www.vandyke.com/products/securecrt/" @@ -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' 'icu70') options=('!strip' '!emptydirs') source=("local://${pkgname}-${pkgver}.${incrver}.ubuntu22-64.tar.gz") -md5sums=('848c3ec7c0d81e4e49153ebdb40aa44b') +md5sums=('b45603d2b9f2f04a6abf77c532871264') package() { cd "${srcdir}"/${pkgname}-${pkgver}