summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2022-12-19 21:06:41 +0100
committerNick Østergaard2022-12-19 21:17:55 +0100
commit8b80989b9979bec486d9fa213d16202782510184 (patch)
treec93b980fbd74ffdff79a57ba6dc08b7edf56beb3
parent588cef6415f23b483982f4bfb954298f9a2288e1 (diff)
downloadaur-8b80989b9979bec486d9fa213d16202782510184.tar.gz
Bump to 2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae1582bbd245..afed364194af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 2.3
+ pkgver = 2.5
pkgrel = 2
url = http://tio.github.io/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = tio
depends = glibc
depends = libinih
depends = bash-completion
- source = https://github.com/tio/tio/releases/download/v2.3/tio-2.3.tar.xz
- sha256sums = 77b485aafa3aa8e01fc2976ac547e7769c1c338bac41eeb7c1ec6fc0cc7ee5cd
+ source = https://github.com/tio/tio/releases/download/v2.5/tio-2.5.tar.xz
+ sha256sums = 063952ee90a78cee180f6e660d6c73773dfc109efcdc151585accfe1500c44a7
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index 26baa7719df2..2cae296b0336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=2.3
+pkgver=2.5
pkgrel=2
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
@@ -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=('77b485aafa3aa8e01fc2976ac547e7769c1c338bac41eeb7c1ec6fc0cc7ee5cd')
+sha256sums=('063952ee90a78cee180f6e660d6c73773dfc109efcdc151585accfe1500c44a7')
build() {
cd "$srcdir/$pkgname-$pkgver"