summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoian Bonev2023-01-24 02:03:40 +0200
committerBoian Bonev2023-01-24 02:03:40 +0200
commitc390cb4b45f0d1a5d402a932f4d4d29e48ce7724 (patch)
treec22b680fca368bd1256455ab79fc589fa80089fa
parent9077aba25c2004101983574a36560d0829c9bdc1 (diff)
downloadaur-c390cb4b45f0d1a5d402a932f4d4d29e48ce7724.tar.gz
Version 1.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 172b045a089d..65e656ef05ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iotop-c
pkgdesc = simple top-like I/O monitor (implemented in C)
- pkgver = 1.22
- pkgrel = 2
+ pkgver = 1.23
+ pkgrel = 1
url = https://github.com/Tomas-M/iotop
arch = any
license = GPL2
@@ -11,8 +11,8 @@ pkgbase = iotop-c
provides = iotop
conflicts = iotop
conflicts = iotop-git
- source = https://github.com/Tomas-M/iotop/releases/download/v1.22/iotop-1.22.tar.xz
- source = https://github.com/Tomas-M/iotop/releases/download/v1.22/iotop-1.22.tar.xz.asc
+ source = https://github.com/Tomas-M/iotop/releases/download/v1.23/iotop-1.23.tar.xz
+ source = https://github.com/Tomas-M/iotop/releases/download/v1.23/iotop-1.23.tar.xz.asc
validpgpkeys = BA60BC20F37E59444D6D25001365720913D2F22D
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8b2e0779d0e4..a084aabb1eb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Boian Bonev <bbonev@ipacct.com>
pkgname=iotop-c
-pkgver=1.22
-pkgrel=2
+pkgver=1.23
+pkgrel=1
pkgdesc="simple top-like I/O monitor (implemented in C)"
arch=('any')
url="https://github.com/Tomas-M/iotop"