package/zziplib: fixup the 'v' prefix in the version
In order for the zziplib version to match what is given by release-monitoring.org, the 'v' prefix should be encoded in ZZIPLIB_SITE and not ZZIPLIB_VERSION. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e0ada56a2a
commit
c421e718fa
@ -1,5 +1,5 @@
|
||||
# sha256 locally computed
|
||||
sha256 846246d7cdeee405d8d21e2922c6e97f55f24ecbe3b6dcf5778073a88f120544 zziplib-v0.13.69.tar.gz
|
||||
sha256 846246d7cdeee405d8d21e2922c6e97f55f24ecbe3b6dcf5778073a88f120544 zziplib-0.13.69.tar.gz
|
||||
sha256 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23 docs/COPYING.LIB
|
||||
sha256 c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8 docs/COPYING.MPL
|
||||
sha256 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361 docs/copying.htm
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ZZIPLIB_VERSION = v0.13.69
|
||||
ZZIPLIB_SITE = $(call github,gdraheim,zziplib,$(ZZIPLIB_VERSION))
|
||||
ZZIPLIB_VERSION = 0.13.69
|
||||
ZZIPLIB_SITE = $(call github,gdraheim,zziplib,v$(ZZIPLIB_VERSION))
|
||||
ZZIPLIB_LICENSE = LGPL-2.0+ or MPL-1.1
|
||||
ZZIPLIB_LICENSE_FILES = docs/COPYING.LIB docs/COPYING.MPL docs/copying.htm
|
||||
ZZIPLIB_INSTALL_STAGING = YES
|
||||
|
Loading…
Reference in New Issue
Block a user