lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit c36bc9cee05ad01ea6b51b4976b61ce2f154e056
parent 7461d7f44a5cd79ba46af60b08e4214e5912e642
Author: Marcel Denia <naoir@gmx.net>
Date:   Sat, 21 Feb 2015 08:07:39 +0100

perl-compress-bzip2: Update to 2.22

Signed-off-by: Marcel Denia <naoir@gmx.net>

Diffstat:
Mlang/perl-compress-bzip2/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/perl-compress-bzip2/Makefile b/lang/perl-compress-bzip2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl-compress-bzip2 -PKG_VERSION:=2.20 +PKG_VERSION:=2.22 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/R/RU/RURBAN/ PKG_SOURCE:=Compress-Bzip2-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=36b42271d274d941b4a9fed332c6f880 +PKG_MD5SUM:=0d01b86c3efa74e29bb975aea46b666f PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>