Skip to content

Commit

Permalink
pkgbuilds: tio: 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Nov 30, 2024
1 parent ceaccb1 commit 24dc326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgbuilds/tio/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Nathan Chancellor <[email protected]>

pkgname=tio
pkgver=3.7
pkgver=3.8
pkgrel=1
pkgdesc="A simple serial device I/O tool"
arch=(x86_64)
Expand All @@ -11,7 +11,7 @@ depends=(glib2 glibc lua)
makedepends=(meson)
optdepends=(bash-completion)
source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
sha256sums=('dbaef5dc6849229ce4eb474d4de77a7302cd2b0657731a8df86a44dd359e6afb')
sha256sums=('a24c69e59b53cf72a147db2566b6ff3b6a018579684caa4b16ce36614b2b68d4')

build() {
arch-meson "$pkgname-$pkgver" build
Expand Down

0 comments on commit 24dc326

Please sign in to comment.