package/duktape: bump to version 2.6.0
- Use official tarball instead of github helper - Update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b22a190333
commit
dfda62d326
@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 810e1dab50dfd3040cac4bb18b96d749a5fdebfd898a7bfe74512044c1a89880 duktape-2.5.0.tar.gz
|
||||
sha256 5b42d02dbd084fd6d7e61d93f52e02b596f25400e54e0f86d5780045e5b754c8 LICENSE.txt
|
||||
sha256 96f4a05a6c84590e53b18c59bb776aaba80a205afbbd92b82be609ba7fe75fa7 duktape-2.6.0.tar.xz
|
||||
sha256 5b42d02dbd084fd6d7e61d93f52e02b596f25400e54e0f86d5780045e5b754c8 LICENSE.txt
|
||||
|
@ -4,8 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DUKTAPE_VERSION = 2.5.0
|
||||
DUKTAPE_SITE = $(call github,svaarala,duktape-releases,v$(DUKTAPE_VERSION))
|
||||
DUKTAPE_VERSION = 2.6.0
|
||||
DUKTAPE_SOURCE = duktape-$(DUKTAPE_VERSION).tar.xz
|
||||
DUKTAPE_SITE = \
|
||||
https://github.com/svaarala/duktape/releases/download/v$(DUKTAPE_VERSION)
|
||||
DUKTAPE_LICENSE = MIT
|
||||
DUKTAPE_LICENSE_FILES = LICENSE.txt
|
||||
DUKTAPE_INSTALL_STAGING = YES
|
||||
|
Loading…
Reference in New Issue
Block a user