summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2023-02-09 14:15:06 -0500
committerAshley Bone2023-02-09 14:15:06 -0500
commitb108aaef69060ddd56392eaa5d053cedeb85dd0c (patch)
tree9f0b869026320ff6be3067adf2b1e6a32e7f8906
parent98a0ef7b69bff9dd14fb511c36ff05ed85d7534e (diff)
downloadaur-b108aaef69060ddd56392eaa5d053cedeb85dd0c.tar.gz
Update to 2.6.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f35050a6e21..9e461e41c5fe 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.4.1
+ pkgver = 2.6.1
pkgrel = 1
url = https://github.com/healthchecks/healthchecks
install = healthchecks.install
@@ -23,7 +23,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.4.1.tar.gz
+ source = https://github.com/healthchecks/healthchecks/archive/refs/tags/v2.6.1.tar.gz
source = hc-clean-db
source = hc-manage
source = healthchecks-clean-db.service
@@ -35,7 +35,7 @@ pkgbase = healthchecks
source = healthchecks.tmpfiles
source = local_settings.py
source = settings.patch
- sha256sums = 9d78c4cadece6357097b59abee0972683283d6144046de2dd93961e7eba02c9e
+ sha256sums = 3a203a086104553c2c99ca02611b3ba3d357f5d58b56c99880d84a8078e43f80
sha256sums = a7b75bdd35c6952e06e1cd3824450f7c613aff5e3fb1d9f4f57f517b57cefbde
sha256sums = 355ac237284642e24a3cbe7ddb285bf7dbb802e72ea7fe7c68f0476178ab94fc
sha256sums = 9d32c4d1404079cac9b7a4ccbc97e01d867735c2536f915220d2ac5dffc333e7
diff --git a/PKGBUILD b/PKGBUILD
index 50f5b828f550..b2e3da9f06bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ashley Bone <ashley DOT bone AT pm DOT me>
pkgname=healthchecks
-pkgver=2.4.1
+pkgver=2.6.1
pkgrel=1
pkgdesc="A cron monitoring service with a web-based dashboard, API, and notification integrations."
arch=('any')
@@ -26,7 +26,7 @@ source=("$url/archive/refs/tags/v$pkgver.tar.gz"
"$pkgname.tmpfiles"
"local_settings.py"
"settings.patch")
-sha256sums=('9d78c4cadece6357097b59abee0972683283d6144046de2dd93961e7eba02c9e'
+sha256sums=('3a203a086104553c2c99ca02611b3ba3d357f5d58b56c99880d84a8078e43f80'
'a7b75bdd35c6952e06e1cd3824450f7c613aff5e3fb1d9f4f57f517b57cefbde'
'355ac237284642e24a3cbe7ddb285bf7dbb802e72ea7fe7c68f0476178ab94fc'
'9d32c4d1404079cac9b7a4ccbc97e01d867735c2536f915220d2ac5dffc333e7'