diff options
author | Solomon Choina | 2023-01-26 07:22:59 -0500 |
---|---|---|
committer | Solomon Choina | 2023-01-26 07:22:59 -0500 |
commit | 6723dc9aadeaa7e56fa04c2e346e4bcbd8ff93c6 (patch) | |
tree | fc2ff9162d7ba4ce7024a3c851cbe9bf575dd9fe | |
parent | dc1433a1db8522507a20ea026fec76e8976d13a7 (diff) | |
download | aur-6723dc9aadeaa7e56fa04c2e346e4bcbd8ff93c6.tar.gz |
updpkgver
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = tabby-bin pkgdesc = Tabby (formerly Terminus) is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux - pkgver = 1.0.187 + pkgver = 1.0.188 pkgrel = 1 url = https://github.com/Eugeny/tabby arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = tabby-bin provides = tabby conflicts = tabby replaces = tabby - source = tabby-1.0.187-linux.pacman::https://github.com/Eugeny/tabby/releases/download/v1.0.187/tabby-1.0.187-linux-x64.pacman - sha256sums = c75c88756d25eafae1a2057f28def759133ff652bdd254c9dcef5b3bd8998510 + source = tabby-1.0.188-linux.pacman::https://github.com/Eugeny/tabby/releases/download/v1.0.188/tabby-1.0.188-linux-x64.pacman + sha256sums = 08b5deb4ede070b40521c0b656ca28d92babaaa6630f1ee7aa566de1f93eb635 pkgname = tabby-bin @@ -3,7 +3,7 @@ # Contributor: Solomon Choina <shlomochoina@gmail.com> pkgname=tabby-bin _pkgname=tabby -pkgver=1.0.187 +pkgver=1.0.188 pkgrel=1 pkgdesc="Tabby (formerly Terminus) is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux" arch=('x86_64') @@ -15,7 +15,7 @@ provides=("tabby") conflicts=("tabby") replaces=('tabby') source=("tabby-${pkgver}-linux.pacman::$url/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-x64.pacman") -sha256sums=('c75c88756d25eafae1a2057f28def759133ff652bdd254c9dcef5b3bd8998510') +sha256sums=('08b5deb4ede070b40521c0b656ca28d92babaaa6630f1ee7aa566de1f93eb635') package() { cd "$srcdir/" |