Jonathan Steel pushed to branch main at Arch Linux / Packaging / Packages / monitoring-plugins
Commits: 75627158 by Jonathan Steel at 2023-10-21T08:22:26+01:00 upgpkg: 2.3.5-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,38 @@ +pkgbase = monitoring-plugins + pkgdesc = Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other monitoring applications + pkgver = 2.3.5 + pkgrel = 1 + url = https://www.monitoring-plugins.org + arch = x86_64 + license = GPL3 + makedepends = net-snmp + makedepends = postgresql-libs + makedepends = libdbi + makedepends = mariadb-libs + makedepends = procps-ng + makedepends = iputils + makedepends = fping + makedepends = dnsutils + makedepends = rpcbind + makedepends = smbclient + makedepends = openssh + makedepends = inetutils + makedepends = postfix + makedepends = perl-net-snmp + makedepends = curl + makedepends = uriparser + depends = perl + optdepends = net-snmp: for SNMP checking + optdepends = uriparser: for check_curl + optdepends = curl: for check_curl + optdepends = postgresql-libs: for check_pgsql + optdepends = mariadb-libs: for check_mysql_query and check_mysql + optdepends = libdbi: for check_dbi + optdepends = libldap: for check_ldap + provides = nagios-plugins + conflicts = nagios-plugins + replaces = nagios-plugins + source = https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.5.tar.gz + sha256sums = f3edd79a9254f231a1b46b32d14def806648f5267e133ef0c0d39329587ee38b + +pkgname = monitoring-plugins ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Idares <idares at seznam dot cz> pkgname=monitoring-plugins -pkgver=2.3.3 -pkgrel=3 +pkgver=2.3.5 +pkgrel=1 pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other monitoring applications" arch=('x86_64') url="https://www.monitoring-plugins.org" @@ -23,7 +23,7 @@ provides=('nagios-plugins') conflicts=('nagios-plugins') replaces=('nagios-plugins') source=("https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz") -sha256sums=('7023b1dc17626c5115b061e7ce02e06f006e35af92abf473334dffe7ff3c2d6d') +sha256sums=('f3edd79a9254f231a1b46b32d14def806648f5267e133ef0c0d39329587ee38b') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/monitoring-plugins/-/commit/7562715857459c3decbf724a5864cf99d376d59c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/monitoring-plugins/-/commit/7562715857459c3decbf724a5864cf99d376d59c You're receiving this email because of your account on gitlab.archlinux.org.
