Browse Source

Merge pull request #2759 from msva/patch-5

zsh: update to 5.2
lilik-openwrt-22.03
Hannu Nyman 8 years ago
parent
commit
798f3ff33a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      utils/zsh/Makefile

+ 3
- 3
utils/zsh/Makefile View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2013-2014 OpenWrt.org
# Copyright (C) 2013-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zsh
PKG_VERSION:=5.1.1
PKG_VERSION:=5.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/zsh
PKG_MD5SUM:=0e8ea3313300277a04cee80836507bae
PKG_MD5SUM:=afe96fde08b70e23c1cab1ca7a68fb34
PKG_MAINTAINER:=Vadim A. Misbakh-Soloviov <openwrt-zsh@mva.name>
PKG_LICENSE:=ZSH


Loading…
Cancel
Save