From: Fabrice Fontaine Date: Wed, 11 Sep 2019 17:01:50 +0000 (+0200) Subject: package/perl-class-std-fast: fixup the 'v' prefix in the version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0ada56a2acd1eae7b7684de6cca12b0c204442f;p=buildroot.git package/perl-class-std-fast: fixup the 'v' prefix in the version In order for the perl-class-std-fast version to match what is given by release-monitoring.org, the 'v' prefix should be encoded in PERL_CLASS_STD_FAST_SOURCE and not PERL_CLASS_STD_FAST_VERSION. Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- diff --git a/package/perl-class-std-fast/perl-class-std-fast.mk b/package/perl-class-std-fast/perl-class-std-fast.mk index 57e57b1954..b5d32398a5 100644 --- a/package/perl-class-std-fast/perl-class-std-fast.mk +++ b/package/perl-class-std-fast/perl-class-std-fast.mk @@ -4,8 +4,8 @@ # ################################################################################ -PERL_CLASS_STD_FAST_VERSION = v0.0.8 -PERL_CLASS_STD_FAST_SOURCE = Class-Std-Fast-$(PERL_CLASS_STD_FAST_VERSION).tar.gz +PERL_CLASS_STD_FAST_VERSION = 0.0.8 +PERL_CLASS_STD_FAST_SOURCE = Class-Std-Fast-v$(PERL_CLASS_STD_FAST_VERSION).tar.gz PERL_CLASS_STD_FAST_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AC/ACID PERL_CLASS_STD_FAST_DEPENDENCIES = host-perl-module-build PERL_CLASS_STD_FAST_LICENSE = Artistic or GPL-1.0+