From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/3] perl-MIME-Base64: Update to 3.16 Date: Mon, 22 Mar 2021 08:32:56 +0100 Message-ID: <20210322073256.1890-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8017205157291118301==" List-Id: --===============8017205157291118301== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 3.15 to 3.16 - No update of rootfile required - This a dependency to the git addon package - Changelog 2020-09-26 - Convert the build to Dist::Zilla to ensure we're releasing well built p= ackages - Ensure all tests are using strict and warnings (thanks, Nicolas R). - Cleanup this change log - Add a .mailmap to cleanup our contributors list - Use `our` instead of `use vars` - Bump the required Perl version to v5.6.2 Signed-off-by: Adolf Belka --- lfs/perl-MIME-Base64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/perl-MIME-Base64 b/lfs/perl-MIME-Base64 index 00623560e..584b0b41f 100644 --- a/lfs/perl-MIME-Base64 +++ b/lfs/perl-MIME-Base64 @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.15 +VER =3D 3.16 =20 THISAPP =3D MIME-Base64-$(VER) DL_FILE =3D ${THISAPP}.tar.gz @@ -33,7 +33,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D perl-MIME-Base64 DEPS =3D -PAK_VER =3D 2 +PAK_VER =3D 3 =20 ############################################################################= ### # Top-level Rules @@ -43,7 +43,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D ef958dc2bf96be5f759391c6ac1debd4 +$(DL_FILE)_MD5 =3D 58a62a2ddd42999d8446d93c8badc8a2 =20 install : $(TARGET) =20 --=20 2.31.0 --===============8017205157291118301==--