summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2de3c315fb2..1f62ae4941c7 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 0a86db39d50a..1469c7d53e8e 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'