mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/eza: bump to version 0.20.19
Release notes: https://github.com/eza-community/eza/releases/tag/v0.20.19 Now licensed under the EUPL-1.2 license, so adjust _LICENSE to match: https://github.com/eza-community/eza/releases/tag/v0.20.0 Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com> [Peter: add note about license change] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e2484f8bda
commit
d892350f64
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 65a0dc76c1976d7af72a628196022de71c787092da5c6d961a3fcee21f5d1d6f eza-0.18.24-cargo2.tar.gz
|
||||
sha256 2762990c7fbba9d550802a2593c1d857dcd52596bb0f9f192a97e9a7ac5f4f9e LICENCE
|
||||
sha256 685b22eec7ec8c24137b4af5f97ceea7d262e31fee324d5b4ed66fce24c23476 eza-0.20.19-cargo2.tar.gz
|
||||
sha256 57fb42fbcd0b037ce528ed8f72f1ec095d67bc6825ecf1448ff39be1fe68a4b4 LICENSE.txt
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EZA_VERSION = 0.18.24
|
||||
EZA_VERSION = 0.20.19
|
||||
EZA_SITE = $(call github,eza-community,eza,v$(EZA_VERSION))
|
||||
EZA_LICENSE = MIT
|
||||
EZA_LICENSE_FILES = LICENCE
|
||||
EZA_LICENSE = EUPL-1.2
|
||||
EZA_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(cargo-package))
|
||||
|
||||
Reference in New Issue
Block a user