summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorallddd2024-01-06 21:55:59 +0100
committerallddd2024-01-06 21:55:59 +0100
commit9fb76f1c82a7833ddbd2269bccab5b876a8fa65c (patch)
treea5f7c1dbe9b0ebf6ccbcf98c9227c038e29f3024
parent94e59825baf6ed4b1d80555bac2c9dcbab49a7db (diff)
downloadaur-tuptime.tar.gz
v5.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd818390d3af..fb796c88b22b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tuptime
pkgdesc = Historical and statistical system uptime reporting
- pkgver = 5.2.2
+ pkgver = 5.2.3
pkgrel = 1
url = https://github.com/rfmoz/tuptime
install = tuptime.install
arch = any
license = GPL2
depends = python
- source = https://github.com/rfmoz/tuptime/archive/5.2.2/tuptime-5.2.2.tar.gz
- sha256sums = 2db03803f3d44c2d4a4bba424eb6cc392092c63a6a281c003adb9bdeb4c57f55
+ source = https://github.com/rfmoz/tuptime/archive/5.2.3/tuptime-5.2.3.tar.gz
+ sha256sums = c1d7f32dca932ca928082b202134cc7e422e8c6e151cab429ff75339d7b0a3ff
pkgname = tuptime
diff --git a/PKGBUILD b/PKGBUILD
index be645e08ff5c..695a8d792624 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Allddd <allddd (at) proton (dot) me>
pkgname=tuptime
-pkgver=5.2.2
+pkgver=5.2.3
pkgrel=1
pkgdesc='Historical and statistical system uptime reporting'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/rfmoz/tuptime'
license=('GPL2')
depends=('python')
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('2db03803f3d44c2d4a4bba424eb6cc392092c63a6a281c003adb9bdeb4c57f55')
+sha256sums=('c1d7f32dca932ca928082b202134cc7e422e8c6e151cab429ff75339d7b0a3ff')
install=${pkgname}.install
prepare() {