perl-Authen-SASL: update to 2.1700.
This commit is contained in:
parent
b34c0e1355
commit
e178fd7fb6
|
@ -1,10 +0,0 @@
|
|||
--- a/Makefile.PL
|
||||
+++ b/Makefile.PL
|
||||
@@ -3,6 +3,7 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use 5.005;
|
||||
+use lib ".";
|
||||
use inc::Module::Install;
|
||||
|
||||
name 'Authen-SASL';
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'perl-Authen-SASL'
|
||||
pkgname=perl-Authen-SASL
|
||||
version=2.16
|
||||
revision=5
|
||||
version=2.1700
|
||||
revision=1
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="$hostmakedepends perl-Digest-HMAC"
|
||||
|
@ -10,5 +10,6 @@ short_desc="Authen::SASL -- SASL authentication framework"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
homepage="https://metacpan.org/release/Authen-SASL"
|
||||
changelog="https://fastapi.metacpan.org/source/EHUELS/Authen-SASL-${version}/Changes"
|
||||
distfiles="${CPAN_SITE}/Authen/${pkgname/perl-/}-${version}.tar.gz"
|
||||
checksum=6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09
|
||||
checksum=b86d5a576b8d387aee24f39f47a54afd14bb66b09003db5065001f1de03a8ece
|
||||
|
|
Loading…
Reference in New Issue