summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2022-10-15 22:20:38 +0200
committerNick Østergaard2022-10-15 22:20:38 +0200
commit3d0f2b07ca241e2d7fc7d29329dcd267c9fd5d7c (patch)
tree8d617dfaa86724d81eb55a2479617653106200d2
parent66a0808d3d2175ebb1444f3d39ab142bb8d13306 (diff)
downloadaur-3d0f2b07ca241e2d7fc7d29329dcd267c9fd5d7c.tar.gz
Bump to 2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8416afd2867..fd5885b2e705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 2.0
+ pkgver = 2.1
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/v2.0/tio-2.0.tar.xz
- sha256sums = e5826109773a89b267c3484df71234bc6c45715f735e3fdbee5984768faf5836
+ source = https://github.com/tio/tio/releases/download/v2.1/tio-2.1.tar.xz
+ sha256sums = 6d3edda20ee0c9341fa4226a265e1a73527eb6685aa8d69e06c8390387c5332e
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index bfc38b984167..8cecba552e8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=2.0
+pkgver=2.1
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=('e5826109773a89b267c3484df71234bc6c45715f735e3fdbee5984768faf5836')
+sha256sums=('6d3edda20ee0c9341fa4226a265e1a73527eb6685aa8d69e06c8390387c5332e')
build() {
cd "$srcdir/$pkgname-$pkgver"