summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2022-11-07 13:02:21 -0500
committerAshley Bone2022-11-07 13:02:21 -0500
commit98a0ef7b69bff9dd14fb511c36ff05ed85d7534e (patch)
tree28eb9b76b2f1f32dd9c191ec9ef8fd51b706f7f3
parent9d9e9c7bafc4a127e554a20d59cd39985513b9e6 (diff)
downloadaur-98a0ef7b69bff9dd14fb511c36ff05ed85d7534e.tar.gz
Update to 2.4.1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7de1916f142e..6f35050a6e21 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.3
+ pkgver = 2.4.1
pkgrel = 1
url = https://github.com/healthchecks/healthchecks
install = healthchecks.install
@@ -13,7 +13,7 @@ pkgbase = healthchecks
depends = python-fido2
depends = python-pyotp
depends = python-pytz
- depends = python-requests
+ depends = python-pycurl
depends = python-segno
depends = python-statsd
depends = python-whitenoise
@@ -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.3.tar.gz
+ source = https://github.com/healthchecks/healthchecks/archive/refs/tags/v2.4.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 = 5aba8e637435214178499c062a60dfb9485c32b946da110de3226074dad46a24
+ sha256sums = 9d78c4cadece6357097b59abee0972683283d6144046de2dd93961e7eba02c9e
sha256sums = a7b75bdd35c6952e06e1cd3824450f7c613aff5e3fb1d9f4f57f517b57cefbde
sha256sums = 355ac237284642e24a3cbe7ddb285bf7dbb802e72ea7fe7c68f0476178ab94fc
sha256sums = 9d32c4d1404079cac9b7a4ccbc97e01d867735c2536f915220d2ac5dffc333e7
diff --git a/PKGBUILD b/PKGBUILD
index 7d0133b4982c..50f5b828f550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Ashley Bone <ashley DOT bone AT pm DOT me>
pkgname=healthchecks
-pkgver=2.3
+pkgver=2.4.1
pkgrel=1
pkgdesc="A cron monitoring service with a web-based dashboard, API, and notification integrations."
arch=('any')
url="https://github.com/healthchecks/healthchecks"
license=('BSD')
depends=('python-cron-descriptor' 'python-cronsim' 'python-django' 'python-django-compressor'
- 'python-fido2' 'python-pyotp' 'python-pytz' 'python-requests' 'python-segno'
+ 'python-fido2' 'python-pyotp' 'python-pytz' 'python-pycurl' 'python-segno'
'python-statsd' 'python-whitenoise' 'uwsgi' 'uwsgi-plugin-python')
optdepends=('python-psycopg2: Add support for postgreSQL.'
'python-apprise: Add support for the Apprise integration.')
@@ -26,7 +26,7 @@ source=("$url/archive/refs/tags/v$pkgver.tar.gz"
"$pkgname.tmpfiles"
"local_settings.py"
"settings.patch")
-sha256sums=('5aba8e637435214178499c062a60dfb9485c32b946da110de3226074dad46a24'
+sha256sums=('9d78c4cadece6357097b59abee0972683283d6144046de2dd93961e7eba02c9e'
'a7b75bdd35c6952e06e1cd3824450f7c613aff5e3fb1d9f4f57f517b57cefbde'
'355ac237284642e24a3cbe7ddb285bf7dbb802e72ea7fe7c68f0476178ab94fc'
'9d32c4d1404079cac9b7a4ccbc97e01d867735c2536f915220d2ac5dffc333e7'