mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
package/broot: bump version to 1.54.0
Changelog: https://github.com/Canop/broot/blob/v1.54.0/CHANGELOG.md Signed-off-by: Alexander Shirokov <shirokovalexs@gmail.com> [Julien: update changelog URL to use tag] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
parent
3fb7422f07
commit
673adebb0c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# Locally generated
|
||||
sha256 a006e15ec340d05451459f6e95a52789b6f55c93617129ca9178d00d43437cef broot-1.53.0-cargo4.tar.gz
|
||||
sha256 e41a6e9c9bfac22ebbc55c7af1cbfeca08ce68d6a9935e05da5f38d224edb245 broot-1.54.0-cargo4.tar.gz
|
||||
sha256 89461664ce2aee7d80ea8fba7118fe7abd490d76ba435cf1d81d3128e060711f LICENSE
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
BROOT_VERSION = 1.53.0
|
||||
BROOT_VERSION = 1.54.0
|
||||
BROOT_SITE = $(call github,Canop,broot,v$(BROOT_VERSION))
|
||||
BROOT_LICENSE = MIT
|
||||
BROOT_LICENSE_FILES = LICENSE
|
||||
|
|
|
|||
Loading…
Reference in a new issue