summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2023-06-13 08:24:44 +0200
committerNick Østergaard2023-06-13 08:24:44 +0200
commit4df2776c545f944d785752a0fe90cfa321bf9049 (patch)
tree8ec27ca1de69db3738cfa14974edaa386d1f9e19
parent8b80989b9979bec486d9fa213d16202782510184 (diff)
downloadaur-4df2776c545f944d785752a0fe90cfa321bf9049.tar.gz
Bump to 2.6
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cae296b0336..7aab21ae7eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=2.5
-pkgrel=2
+pkgver=2.6
+pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
arch=('x86_64' 'i686' 'arm' 'armv7h' 'armv6h' 'aarch64')
@@ -10,7 +10,7 @@ license=('GPLv2')
depends=('glibc' 'libinih' 'bash-completion')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('063952ee90a78cee180f6e660d6c73773dfc109efcdc151585accfe1500c44a7')
+sha256sums=('2ce4e8810eb620a40b2a69c4e89ed42df7e48a9ee70cba04d84c5a31aaf5764c')
build() {
cd "$srcdir/$pkgname-$pkgver"