Browse Source
zsh: update to 5.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
4 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
2 additions and
2 deletions
-
utils/zsh/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=zsh |
|
|
|
PKG_VERSION:=5.7.1 |
|
|
|
PKG_VERSION:=5.8 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=@SF/zsh |
|
|
|
PKG_HASH:=7260292c2c1d483b2d50febfa5055176bd512b32a8833b116177bf5f01e77ee8 |
|
|
|
PKG_HASH:=dcc4b54cc5565670a65581760261c163d720991f0d06486da61f8d839b52de27 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Vadim A. Misbakh-Soloviov <openwrt-zsh@mva.name> |
|
|
|
PKG_LICENSE:=ZSH |
|
|
|