summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2023-07-07 14:18:29 -0400
committerAshley Bone2023-07-07 14:18:29 -0400
commitb6f8a7adb8877c2215f5adceafd6aedc77b27294 (patch)
treeadee84c439476ca47e7197e048ef5735d3d9de9d
parent7ab071ef68ab6c57823167c1a32495e2de5e7ca2 (diff)
downloadaur-b6f8a7adb8877c2215f5adceafd6aedc77b27294.tar.gz
Update to 2.10.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82584ebad642..358c0a7f2fca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = healthchecks
pkgdesc = A cron monitoring service with a web-based dashboard, API, and notification integrations.
- pkgver = 2.9.2
+ pkgver = 2.10.0
pkgrel = 1
url = https://github.com/healthchecks/healthchecks
install = healthchecks.install
@@ -24,7 +24,7 @@ pkgbase = healthchecks
optdepends = python-apprise: Add support for the Apprise integration.
backup = var/lib/healthchecks/local_settings.py
backup = etc/uwsgi/healthchecks.ini
- source = https://github.com/healthchecks/healthchecks/archive/refs/tags/v2.9.2.tar.gz
+ source = https://github.com/healthchecks/healthchecks/archive/refs/tags/v2.10.tar.gz
source = hc-clean-db
source = hc-manage
source = healthchecks-clean-db.service
@@ -36,7 +36,7 @@ pkgbase = healthchecks
source = healthchecks.tmpfiles
source = local_settings.py
source = settings.patch
- sha256sums = 64f7fec9d43aeddd80ac7065e15c4556868aee0ec7caa4441d6c50610727b539
+ sha256sums = b5eab3aad426aad47380b9a34287a0495c00037c50c6a7d09cadf83019f717f0
sha256sums = a7b75bdd35c6952e06e1cd3824450f7c613aff5e3fb1d9f4f57f517b57cefbde
sha256sums = 355ac237284642e24a3cbe7ddb285bf7dbb802e72ea7fe7c68f0476178ab94fc
sha256sums = 9d32c4d1404079cac9b7a4ccbc97e01d867735c2536f915220d2ac5dffc333e7
diff --git a/PKGBUILD b/PKGBUILD
index a488cc2061f7..b583f39b28f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ashley Bone <ashley DOT bone AT pm DOT me>
pkgname=healthchecks
-_pkgver=2.9.2
-pkgver=2.9.2
+_pkgver=2.10
+pkgver=2.10.0
pkgrel=1
pkgdesc="A cron monitoring service with a web-based dashboard, API, and notification integrations."
arch=('any')
@@ -31,7 +31,7 @@ source=("$url/archive/refs/tags/v$_pkgver.tar.gz"
"$pkgname.tmpfiles"
"local_settings.py"
"settings.patch")
-sha256sums=('64f7fec9d43aeddd80ac7065e15c4556868aee0ec7caa4441d6c50610727b539'
+sha256sums=('b5eab3aad426aad47380b9a34287a0495c00037c50c6a7d09cadf83019f717f0'
'a7b75bdd35c6952e06e1cd3824450f7c613aff5e3fb1d9f4f57f517b57cefbde'
'355ac237284642e24a3cbe7ddb285bf7dbb802e72ea7fe7c68f0476178ab94fc'
'9d32c4d1404079cac9b7a4ccbc97e01d867735c2536f915220d2ac5dffc333e7'