summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e6e4b3f71a2..7d5bc8605aa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-status
pkgdesc = Simple Linux status web page
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/egor-tensin/linux-status
install = linux-status.install
@@ -9,7 +9,7 @@ pkgbase = linux-status
depends = procps-ng
depends = python
depends = systemd
- source = linux-status-1.0.1.tar.gz::https://github.com/egor-tensin/linux-status/archive/v1.0.1.tar.gz
+ source = linux-status-1.1.0.tar.gz::https://github.com/egor-tensin/linux-status/archive/v1.1.0.tar.gz
md5sums = SKIP
pkgname = linux-status
diff --git a/PKGBUILD b/PKGBUILD
index 2a2a5da88d6b..969f8a6cb0f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Egor Tensin <Egor.Tensin@gmail.com>
pkgname=linux-status
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc='Simple Linux status web page'
arch=(any)