mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
# From http://www.zsh.org/pub/MD5SUM
|
||||
md5 e02a5428620b3dd268800c7843b3dd4d zsh-5.8.tar.xz
|
||||
# Calculated based on the hash above and after checking signature
|
||||
# http://www.zsh.org/pub/zsh-5.8.tar.xz.asc
|
||||
sha256 dcc4b54cc5565670a65581760261c163d720991f0d06486da61f8d839b52de27 zsh-5.8.tar.xz
|
||||
# Locally calculated
|
||||
sha256 9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5 zsh-5.9.tar.xz
|
||||
sha256 d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5 LICENCE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ZSH_VERSION = 5.8
|
||||
ZSH_VERSION = 5.9
|
||||
ZSH_SITE = http://www.zsh.org/pub
|
||||
ZSH_SOURCE = zsh-$(ZSH_VERSION).tar.xz
|
||||
ZSH_DEPENDENCIES = ncurses
|
||||
@@ -12,6 +12,7 @@ ZSH_CONF_OPTS = --bindir=/bin
|
||||
ZSH_CONF_ENV = zsh_cv_sys_nis=no zsh_cv_sys_nis_plus=no
|
||||
ZSH_LICENSE = MIT-like
|
||||
ZSH_LICENSE_FILES = LICENCE
|
||||
ZSH_CPE_ID_VENDOR = zsh
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GDBM),y)
|
||||
ZSH_CONF_OPTS += --enable-gdbm
|
||||
|
||||
Reference in New Issue
Block a user