mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
perl/perl-SNMP-Info: Updated for version 3.970001.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9483ea795e
commit
208452cfbb
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-SNMP-Info
|
||||
|
||||
# Copyright 2013-2023, Thibaut Notteboom, Paris, FRANCE
|
||||
# Copyright 2013-2024, Thibaut Notteboom, Paris, FRANCE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=perl-SNMP-Info
|
||||
VERSION=${VERSION:-3.95}
|
||||
VERSION=${VERSION:-3.970001}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-SNMP-Info"
|
||||
VERSION="3.95"
|
||||
VERSION="3.970001"
|
||||
HOMEPAGE="https://metacpan.org/release/SNMP-Info"
|
||||
DOWNLOAD="http://cpan.metacpan.org/authors/id/O/OL/OLIVER/SNMP-Info-3.95.tar.gz"
|
||||
MD5SUM="54b035d045fa0990fd84bd37d660470c"
|
||||
DOWNLOAD="http://cpan.metacpan.org/authors/id/O/OL/OLIVER/SNMP-Info-3.970001.tar.gz"
|
||||
MD5SUM="6fa0105c4914bc667e2a9d3efa40b294"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Module-Build perl-NetAddr-IP perl-Regexp-Common"
|
||||
REQUIRES="perl-Math-BigInt perl-Module-Build perl-NetAddr-IP perl-Regexp-Common perl-Scalar-List-Utils"
|
||||
MAINTAINER="Thibaut Notteboom"
|
||||
EMAIL="thibaut.notteboom@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue