diff options
author | adam <adam@pkgsrc.org> | 2020-05-22 10:55:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-05-22 10:55:42 +0000 |
commit | f3153023cc18876abb15863ed34a46650c6f96f2 (patch) | |
tree | 4b68c9871ede30042a4e9db5f7d034b015f0aa0c /comms/asterisk14 | |
parent | f6179fac736ac405700fbf7f9a2f3b44f4d92bc2 (diff) | |
download | pkgsrc-f3153023cc18876abb15863ed34a46650c6f96f2.tar.gz |
revbump after updating security/nettle
Diffstat (limited to 'comms/asterisk14')
-rw-r--r-- | comms/asterisk14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/asterisk14/Makefile b/comms/asterisk14/Makefile index 38b96cf6808..2b567e5fee5 100644 --- a/comms/asterisk14/Makefile +++ b/comms/asterisk14/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.45 2020/05/06 14:04:22 adam Exp $ +# $NetBSD: Makefile,v 1.46 2020/05/22 10:55:59 adam Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile # to find out the current sound file versions DISTNAME= asterisk-14.7.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ |