package/perl-class-std-fast: fixup the 'v' prefix in the version
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 11 Sep 2019 17:01:50 +0000 (19:01 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 13 Sep 2019 20:38:01 +0000 (22:38 +0200)
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 <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/perl-class-std-fast/perl-class-std-fast.mk

index 57e57b195465b14b0085b85602fadc9343cd96a6..b5d32398a5956ebacae5c17c8c1d65033ea08f07 100644 (file)
@@ -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+