diff options
author | J0WI <J0WI@users.noreply.github.com> | 2022-10-18 00:39:57 +0200 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2022-10-18 00:39:57 +0200 |
commit | 894d13988975339f5e6b7ef3c34a6b8a9efb928f (patch) | |
tree | 5634b4916df52d40b85d5ac4de00f6680ccedc05 | |
parent | 23975b32d1a9e3e9702bedb7f01f50893ad13e17 (diff) |
main/snmptt: upgrade to 1.5
-rw-r--r-- | main/snmptt/APKBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/main/snmptt/APKBUILD b/main/snmptt/APKBUILD index 05f5d5d3946..56935f4e225 100644 --- a/main/snmptt/APKBUILD +++ b/main/snmptt/APKBUILD @@ -1,16 +1,17 @@ # Contributor: Jeff Bilyk <jbilyk at gmail> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=snmptt -pkgver=1.4.2 +pkgver=1.5 pkgrel=0 pkgdesc="Translates traps received from snmptrapd into easy to understand messages" -url="http://www.snmptt.org" +url="http://www.snmptt.org/" arch="noarch" license="GPL-2.0-or-later" pkgusers="snmptt" pkggroups="snmptt" depends="perl perl-config-inifiles perl-list-moreutils" install="$pkgname.pre-install" +options="!check" subpackages="$pkgname-openrc" source="https://downloads.sourceforge.net/snmptt/snmptt_$pkgver.tgz snmptt.initd @@ -36,6 +37,8 @@ package() { install -D -m644 "$srcdir"/snmptt.confd "$pkgdir"/etc/conf.d/snmptt } -sha512sums="b8782aa5789227253c1b65c98771de7eba319f1f29b56224415f89d0c687515cd099f0ba7d0e304d43a9d054fa66335fe09d99545f50415745ac86b8b56a2b9d snmptt_1.4.2.tgz +sha512sums=" +e6ec9cbe864bd4f897e71410562e303393674051f9cd2f27d8a9c0dad1c3449ebbe9ff676c2c784a40e25937ca25b76a0deba11b3187243e238014f70a74463e snmptt_1.5.tgz 233e781150fdb217991e0d9eae4de1430e01f54c9ae7354a6ebef6676595c5497863a4ab2a829e67473c7a901c120b2dbb7aa51e67fd49fd7643ff9efca633f8 snmptt.initd -905f9c10b6daa43b112166c90d569c0737d569117c320a4a652ca22533195b559fe62628bf67bfc4df107db6af88a44ac4ffc58514c8dcc5bb45981240b90776 snmptt.confd" +905f9c10b6daa43b112166c90d569c0737d569117c320a4a652ca22533195b559fe62628bf67bfc4df107db6af88a44ac4ffc58514c8dcc5bb45981240b90776 snmptt.confd +" |