summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Tensin2021-10-04 02:53:40 +0300
committerEgor Tensin2021-10-04 02:53:40 +0300
commit277e3686e76cfaff306936434ae278767f613b9f (patch)
treece39cb293bdfad326692879480612e9ab420ba69
parentff41e728b05f45319f7961541d129c6b8dc6b6a4 (diff)
downloadaur-277e3686e76cfaff306936434ae278767f613b9f.tar.gz
aur: 1.1.0-1
-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)