aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-06-30 12:54:12 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-06-30 12:54:12 +0500
commit66f6195ec2805e31c2ba3aa6b0e131d0768285c8 (patch)
tree224da1f8bd9e09f6620e81b633145e5d0302e896
parentaur: 2.2-2 (diff)
downloadlinux-status-66f6195ec2805e31c2ba3aa6b0e131d0768285c8.tar.gz
linux-status-66f6195ec2805e31c2ba3aa6b0e131d0768285c8.zip
aur: 2.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2de3c3..1f62ae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-status
pkgdesc = Simple Linux server monitoring
- pkgver = 2.2
- pkgrel = 2
+ pkgver = 2.3
+ pkgrel = 1
url = https://github.com/egor-tensin/linux-status
install = linux-status.install
arch = any
@@ -9,7 +9,7 @@ pkgbase = linux-status
depends = procps-ng
depends = python
depends = systemd
- source = linux-status-2.2.tar.gz::https://github.com/egor-tensin/linux-status/archive/v2.2.tar.gz
+ source = linux-status-2.3.tar.gz::https://github.com/egor-tensin/linux-status/archive/v2.3.tar.gz
md5sums = SKIP
pkgname = linux-status
diff --git a/PKGBUILD b/PKGBUILD
index 0a86db3..1469c7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Egor Tensin <Egor.Tensin@gmail.com>
pkgname=linux-status
-pkgver=2.2
-pkgrel=2
+pkgver=2.3
+pkgrel=1
pkgdesc='Simple Linux server monitoring'
arch=(any)
url='https://github.com/egor-tensin/linux-status'