From ea9717b9d5a164c9cd93c724493000aae689f556 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 19 Mar 2020 15:40:54 -0700 Subject: [PATCH] perl-http-cookies: update to 6.08 Signed-off-by: Rosen Penev --- lang/perl-http-cookies/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/perl-http-cookies/Makefile b/lang/perl-http-cookies/Makefile index 28792cf593..0bdaf1353a 100644 --- a/lang/perl-http-cookies/Makefile +++ b/lang/perl-http-cookies/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl-http-cookies -PKG_VERSION:=6.07 +PKG_VERSION:=6.08 PKG_RELEASE:=1 PKG_SOURCE:=HTTP-Cookies-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/O/OA/OALDERS -PKG_HASH:=6a2f8cde56074c9dc5b46a143975f19b981d0569f1d4dc5e80567d6aab3eea2a +PKG_HASH:=49ebb73576eb41063c04bc079477df094496deec805ae033f3be338c23c3af59 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/HTTP-Cookies-$(PKG_VERSION) PKG_MAINTAINER:=Marcel Denia