Version 9.2.2

This commit is contained in:
Kazaii 2022-06-16 12:44:55 -04:00
parent 959053df41
commit 634db193eb
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = scrt
pkgdesc = Vandyke SecureCRT SSH Client
pkgver = 9.2.1
pkgver = 9.2.2
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.1.2768.ubuntu20-64.tar.gz
md5sums = e97fdda6424782d0ee2279dc77c29c6b
source = local://scrt-9.2.2.2794.ubuntu20-64.tar.gz
md5sums = db61e11002e4273237bd3a7c2d0358ce
pkgname = scrt

View file

@ -8,8 +8,8 @@
## Ensure the 'pkgver' and 'incrver' variables are updated below to match your package version
pkgname=scrt
pkgver=9.2.1
incrver=2768
pkgver=9.2.2
incrver=2794
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=('e97fdda6424782d0ee2279dc77c29c6b')
md5sums=('db61e11002e4273237bd3a7c2d0358ce')
package() {
cd "${srcdir}"/${pkgname}-${pkgver}