Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages /
monit
Commits:
ff8a0a7e by Jaroslav Lichtblau at 2026-07-11T14:05:29+02:00
upgpkg: 6.0.0-1 - new upstream release
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- monit.changelog
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = monit
pkgdesc = Utility for managing and monitoring, processes, files,
directories and devices on a *NIX system
- pkgver = 5.35.2
- pkgrel = 2
+ pkgver = 6.0.0
+ pkgrel = 1
url = https://mmonit.com/monit/
changelog = monit.changelog
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
depends = openssl
backup = etc/monitrc
- source = https://mmonit.com/monit/dist/monit-5.35.2.tar.gz
- sha256sums =
4dfef54329e63d9772a9e1c36ac99bc41173b79963dc0d8235f2c32f4b9e078f
+ source = https://mmonit.com/monit/dist/monit-6.0.0.tar.gz
+ sha256sums =
ddacd2a8120aeb2351e4486ee04a17782b5004aee99f2041d829bc4dcf2a5b3b
pkgname = monit
=====================================
PKGBUILD
=====================================
@@ -3,17 +3,17 @@
# Contributor: Marco Bartholomew <[email protected]>
pkgname=monit
-pkgver=5.35.2
-pkgrel=2
+pkgver=6.0.0
+pkgrel=1
pkgdesc="Utility for managing and monitoring, processes, files, directories
and devices on a *NIX system"
arch=('x86_64')
url="https://mmonit.com/monit/"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('openssl')
backup=('etc/monitrc')
changelog=$pkgname.changelog
source=(https://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
-sha256sums=('4dfef54329e63d9772a9e1c36ac99bc41173b79963dc0d8235f2c32f4b9e078f')
+sha256sums=('ddacd2a8120aeb2351e4486ee04a17782b5004aee99f2041d829bc4dcf2a5b3b')
build() {
cd "${srcdir}"/$pkgname-$pkgver
=====================================
monit.changelog
=====================================
@@ -1,3 +1,6 @@
+2026-07-11 Jaroslav Lichtblau <[email protected]>
+ * monit 6.0.0-1
+
2025-07-03 Jaroslav Lichtblau <[email protected]>
* monit 5.35.2-1
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/monit/-/commit/ff8a0a7e0a538c251ef99a35abef69cb8b193c76
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/monit/-/commit/ff8a0a7e0a538c251ef99a35abef69cb8b193c76
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help