summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2022-06-21 09:22:00 -0400
committerAshley Bone2022-06-21 09:22:00 -0400
commit5d2e9692bb3065865b4d49a3a743307a7d5ea5e6 (patch)
treeff7ba8dde90ac4aea8fcd3c4d7327787b5b7460a
parent7459afdc011f082f254eb66565ffd2bfce6e76fe (diff)
downloadaur-5d2e9692bb3065865b4d49a3a743307a7d5ea5e6.tar.gz
Update to 2.2.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbc3dc5db04c..afad02cf246e 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.1
+ pkgver = 2.2.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.1.tar.gz
+ source = https://github.com/healthchecks/healthchecks/archive/refs/tags/v2.2.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 = d0b3ec99933eef1c4348711b41fd6dbcf073a3ff78348b08a8a4ad2feaf9c6e0
+ sha256sums = af25ceb07a222ef6dd16788df6b28a34dfe2d8385d1638e91d822dd4bc927985
sha256sums = a7b75bdd35c6952e06e1cd3824450f7c613aff5e3fb1d9f4f57f517b57cefbde
sha256sums = 355ac237284642e24a3cbe7ddb285bf7dbb802e72ea7fe7c68f0476178ab94fc
sha256sums = 9d32c4d1404079cac9b7a4ccbc97e01d867735c2536f915220d2ac5dffc333e7
diff --git a/PKGBUILD b/PKGBUILD
index fba4c9e51a5c..16b0501a8acf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ashley Bone <ashley DOT bone AT pm DOT me>
pkgname=healthchecks
-pkgver=2.1
+pkgver=2.2.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=('d0b3ec99933eef1c4348711b41fd6dbcf073a3ff78348b08a8a4ad2feaf9c6e0'
+sha256sums=('af25ceb07a222ef6dd16788df6b28a34dfe2d8385d1638e91d822dd4bc927985'
'a7b75bdd35c6952e06e1cd3824450f7c613aff5e3fb1d9f4f57f517b57cefbde'
'355ac237284642e24a3cbe7ddb285bf7dbb802e72ea7fe7c68f0476178ab94fc'
'9d32c4d1404079cac9b7a4ccbc97e01d867735c2536f915220d2ac5dffc333e7'