summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'swiftgeek' Grzywna2024-04-30 02:20:56 +0200
committerSebastian 'swiftgeek' Grzywna2024-04-30 02:20:56 +0200
commit8c244e10476d8ae05a8b2cb6268ab2d33447cad2 (patch)
treee617d93b994bcfcc1129cb96f38ece7e2119d6bf
parent713f37e5331f54bbaab17b2ad4674da44799bb00 (diff)
downloadaur-8c244e10476d8ae05a8b2cb6268ab2d33447cad2.tar.gz
Bump to 3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5823f7b40f5..3e5952de28b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 15 01:41:59 UTC 2024
+# Tue Apr 30 00:20:43 UTC 2024
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 2.8
+ pkgver = 3.0
pkgrel = 1
url = http://tio.github.io/
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = tio
depends = libinih
depends = bash-completion
depends = lua
- source = https://github.com/tio/tio/releases/download/v2.8/tio-2.8.tar.xz
- sha256sums = 890a880a048e604dbb9c3765d10b3dcdd2bb54cecf7b4bcc3a1ac0f3b6c95706
+ source = https://github.com/tio/tio/releases/download/v3.0/tio-3.0.tar.xz
+ sha256sums = b7ec8eab6c29a3821e3f1239cf6baa84ef634ea2188ffa93d7a276c89338961e
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index be7c5f437204..18a27bca0eab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=2.8
+pkgver=3.0
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
@@ -10,7 +10,7 @@ license=('GPL-2.0-or-later')
depends=('glibc' 'libinih' 'bash-completion' 'lua')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('890a880a048e604dbb9c3765d10b3dcdd2bb54cecf7b4bcc3a1ac0f3b6c95706')
+sha256sums=('b7ec8eab6c29a3821e3f1239cf6baa84ef634ea2188ffa93d7a276c89338961e')
build() {
cd "$srcdir/$pkgname-$pkgver"