summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoian Bonev2023-10-01 02:50:59 +0300
committerBoian Bonev2023-10-01 02:50:59 +0300
commit3971fc988bddea76208a8f37395d517430944ab6 (patch)
tree3f42b33bafe7cfa93c4d7b887c63529ae069e7a0
parente5a8205bf0fbbd57bfe34c86a23696cfc0a06d2c (diff)
downloadaur-3971fc988bddea76208a8f37395d517430944ab6.tar.gz
Version 1.24
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3289e331eb60..8d4870464812 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iotop-c
pkgdesc = simple top-like I/O monitor (implemented in C)
- pkgver = 1.23
- pkgrel = 2
+ pkgver = 1.24
+ pkgrel = 1
url = https://github.com/Tomas-M/iotop
arch = i686
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = iotop-c
provides = iotop
conflicts = iotop
conflicts = iotop-git
- 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
+ source = https://github.com/Tomas-M/iotop/releases/download/v1.24/iotop-1.24.tar.xz
+ source = https://github.com/Tomas-M/iotop/releases/download/v1.24/iotop-1.24.tar.xz.asc
validpgpkeys = BA60BC20F37E59444D6D25001365720913D2F22D
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8b11b63df90c..56c73bcf6fb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Boian Bonev <bbonev@ipacct.com>
pkgname=iotop-c
-pkgver=1.23
-pkgrel=2
+pkgver=1.24
+pkgrel=1
pkgdesc="simple top-like I/O monitor (implemented in C)"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'ppc64le')
url="https://github.com/Tomas-M/iotop"