Browse Source

perl-compress-bzip2: Update to 2.19

Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia 10 years ago
parent
commit
91a52fed0f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lang/perl-compress-bzip2/Makefile

+ 2
- 2
lang/perl-compress-bzip2/Makefile View File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=perl-compress-bzip2
11
-PKG_VERSION:=2.18
11
+PKG_VERSION:=2.19
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/R/RU/RURBAN/
15 15
 PKG_SOURCE:=Compress-Bzip2-$(PKG_VERSION).tar.gz
16
-PKG_MD5SUM:=c4a1995df9443cb97c28593cbbb23304
16
+PKG_MD5SUM:=dd4ebb4e88a50cc9a85e282618fdf88f
17 17
 
18 18
 PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl
19 19
 PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>