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 | |
parent | a0139758f452c009c6908a8f2d1fb32f6eb4a05a (diff) | |
download | aur-520e632dd8e2627bddc5d97578cd3c1d0a58df63.tar.gz |
Update to v1.0.216
-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.215 + pkgver = 1.0.216 pkgrel = 1 url = https://github.com/Eugeny/tabby arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = tabby-bin optdepends = gnome-keyring provides = tabby conflicts = tabby - source = tabby-1.0.215-linux.pacman::https://github.com/Eugeny/tabby/releases/download/v1.0.215/tabby-1.0.215-linux-x64.pacman - sha256sums = ca423628e3eafda44258eb4ec6e49abba087edee7a804f9f10d02aeab9a95bdb + source = tabby-1.0.216-linux.pacman::https://github.com/Eugeny/tabby/releases/download/v1.0.216/tabby-1.0.216-linux-x64.pacman + sha256sums = fdb2f6964f84eda4abd34cf126fa27508a61b50dc219c5a6615278d99d49830c pkgname = tabby-bin @@ -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/" |