summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeppe Ledet-Pedersen2022-07-23 22:13:37 +0200
committerJeppe Ledet-Pedersen2022-07-23 22:13:37 +0200
commit760fb37d828dffe8c877e2ff7a44a8ebb1f934ad (patch)
treea257ab235db665d0fafef6e03f42026d01e7cdde
parent6648f0c51e004e1771880ce25937e75db5ec248c (diff)
downloadaur-760fb37d828dffe8c877e2ff7a44a8ebb1f934ad.tar.gz
Bump to 1.47
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0830aec41c6b..6c17805e6866 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 1.46
+ pkgver = 1.47
pkgrel = 1
url = http://tio.github.io/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = tio
makedepends = meson
depends = glibc
depends = libinih
- source = https://github.com/tio/tio/releases/download/v1.46/tio-1.46.tar.xz
- sha256sums = b97f3ee558c41bb4e605c8cd26f81dc6df167a46c1859927811c3c510cd517a8
+ source = https://github.com/tio/tio/releases/download/v1.47/tio-1.47.tar.xz
+ sha256sums = 6f39ac582de747feb9a64c14e6b378c61cb0c3bfa6639e62050022c1b7f5c544
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index 52336139b057..8f8300488413 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=1.46
+pkgver=1.47
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
@@ -10,7 +10,7 @@ license=('GPLv2')
depends=('glibc' 'libinih')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('b97f3ee558c41bb4e605c8cd26f81dc6df167a46c1859927811c3c510cd517a8')
+sha256sums=('6f39ac582de747feb9a64c14e6b378c61cb0c3bfa6639e62050022c1b7f5c544')
build() {
cd "$srcdir/$pkgname-$pkgver"