diff options
author | BarrelGorilla | 2025-01-02 02:38:52 +0000 |
---|---|---|
committer | BarrelGorilla | 2025-01-02 02:38:52 +0000 |
commit | 520e632dd8e2627bddc5d97578cd3c1d0a58df63 (patch) | |
tree | 84a6336483f3e973fcf28aa1796ac274a18f1a1c /PKGBUILD | |
parent | a0139758f452c009c6908a8f2d1fb32f6eb4a05a (diff) | |
download | aur-520e632dd8e2627bddc5d97578cd3c1d0a58df63.tar.gz |
Update to v1.0.216
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # Contributor: Solomon Choina <shlomochoina@gmail.com> pkgname=tabby-bin _pkgname=tabby -pkgver=1.0.215 +pkgver=1.0.216 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 @@ optdepends=('gnome-keyring') provides=("tabby") conflicts=("tabby") source=("tabby-${pkgver}-linux.pacman::$url/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-x64.pacman") -sha256sums=('ca423628e3eafda44258eb4ec6e49abba087edee7a804f9f10d02aeab9a95bdb') +sha256sums=('fdb2f6964f84eda4abd34cf126fa27508a61b50dc219c5a6615278d99d49830c') package() { cd "$srcdir/" |