Browse Source

perl-compress-bzip2: Update to 2.24

Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia 9 years ago
parent
commit
9405a8faec
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      lang/perl-compress-bzip2/Makefile

+ 3
- 3
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.22
12
-PKG_RELEASE:=4
11
+PKG_VERSION:=2.24
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:=0d01b86c3efa74e29bb975aea46b666f
16
+PKG_MD5SUM:=d5ef04d1e51fe45743b3044abad967d2
17 17
 
18 18
 PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl
19 19
 PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>