mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/erlang-jiffy: bump to version 2.0.0
Release Notes: https://github.com/davisp/jiffy/releases/tag/2.0.0 On version 2.0.0 it's been used https://github.com/kolemannix/ffc.h that is covered by Apache-2.0 so let's add it to license list. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
This commit is contained in:
committed by
Marcus Hoffmann
parent
4ad755143b
commit
c2f607a19b
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 44b93897b0ca4f085b9424d8673b3a78ff85daaaca4d055a40e2a03a8cf4587a erlang-jiffy-1.1.3.tar.gz
|
||||
sha256 0fa8afad2f02c08850a16e36fe55376ee19732b3a116a0207f2a73c857777a49 LICENSE
|
||||
sha256 d4ef3fe9a231f4fa3d2f5b4be905c2d2a116b96d56433c66b5d7bd2dace5d52c erlang-jiffy-2.0.0.tar.gz
|
||||
sha256 2d1a98e412143fbcdfdaed110614017b267b007252e1b4e121f9fc921edf9ec7 LICENSE
|
||||
|
||||
@@ -4,9 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_JIFFY_VERSION = 1.1.3
|
||||
ERLANG_JIFFY_VERSION = 2.0.0
|
||||
ERLANG_JIFFY_SITE = $(call github,davisp,jiffy,$(ERLANG_JIFFY_VERSION))
|
||||
ERLANG_JIFFY_LICENSE = MIT (core), \
|
||||
ERLANG_JIFFY_LICENSE = Apache-2.0, \
|
||||
MIT (core), \
|
||||
BSD-3-Clause (Google double conversion library), \
|
||||
BSD-3-Clause (tests)
|
||||
ERLANG_JIFFY_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user