summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2022-08-05 10:31:39 -0400
committerAshley Bone2022-08-05 10:31:39 -0400
commit9d9e9c7bafc4a127e554a20d59cd39985513b9e6 (patch)
tree8ad00affff1fd14a9ccededd34908662b560fdc7
parent5d2e9692bb3065865b4d49a3a743307a7d5ea5e6 (diff)
downloadaur-9d9e9c7bafc4a127e554a20d59cd39985513b9e6.tar.gz
Upate to 2.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afad02cf246e..7de1916f142e 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.2.1
+ pkgver = 2.3
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.2.1.tar.gz
+ source = https://github.com/healthchecks/healthchecks/archive/refs/tags/v2.3.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 = af25ceb07a222ef6dd16788df6b28a34dfe2d8385d1638e91d822dd4bc927985
+ sha256sums = 5aba8e637435214178499c062a60dfb9485c32b946da110de3226074dad46a24
sha256sums = a7b75bdd35c6952e06e1cd3824450f7c613aff5e3fb1d9f4f57f517b57cefbde
sha256sums = 355ac237284642e24a3cbe7ddb285bf7dbb802e72ea7fe7c68f0476178ab94fc
sha256sums = 9d32c4d1404079cac9b7a4ccbc97e01d867735c2536f915220d2ac5dffc333e7
diff --git a/PKGBUILD b/PKGBUILD
index 16b0501a8acf..7d0133b4982c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ashley Bone <ashley DOT bone AT pm DOT me>
pkgname=healthchecks
-pkgver=2.2.1
+pkgver=2.3
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=('af25ceb07a222ef6dd16788df6b28a34dfe2d8385d1638e91d822dd4bc927985'
+sha256sums=('5aba8e637435214178499c062a60dfb9485c32b946da110de3226074dad46a24'
'a7b75bdd35c6952e06e1cd3824450f7c613aff5e3fb1d9f4f57f517b57cefbde'
'355ac237284642e24a3cbe7ddb285bf7dbb802e72ea7fe7c68f0476178ab94fc'
'9d32c4d1404079cac9b7a4ccbc97e01d867735c2536f915220d2ac5dffc333e7'