]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
perl-MIME-Base64: Update to 3.16
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 22 Mar 2021 07:32:56 +0000 (08:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Mar 2021 10:44:39 +0000 (10:44 +0000)
- 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 packages
    - 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/perl-MIME-Base64

index 00623560ee8265508bd02947fd6b35dc03b800cf..584b0b41f5643f58b9bba7c547900dfa665c15dc 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.15
+VER        = 3.16
 
 THISAPP    = MIME-Base64-$(VER)
 DL_FILE    = ${THISAPP}.tar.gz
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = perl-MIME-Base64
 DEPS       =
-PAK_VER    = 2
+PAK_VER    = 3
 
 ###############################################################################
 # Top-level Rules
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ef958dc2bf96be5f759391c6ac1debd4
+$(DL_FILE)_MD5 = 58a62a2ddd42999d8446d93c8badc8a2
 
 install : $(TARGET)