utils/mksh: update to r54

Update to current latest upstream: r54.
Also add a new download mirror to fetch the source.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
This commit is contained in:
Alif M. Ahmad
2017-02-24 23:01:09 +07:00
parent 4a06ff6872
commit 30d6c47bc7
2 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -9,15 +9,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mksh
PKG_VERSION:=52c
PKG_VERSION:=54
PKG_RELEASE:=1
PKG_MAINTAINER:=Thorsten Glaser <tg@mirbsd.org>
PKG_LICENSE:=MirOS
PKG_SOURCE:=$(PKG_NAME)-R$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://www.mirbsd.org/MirOS/dist/mir/mksh
PKG_MD5SUM:=cc3884e02314447e7b4a3073b8d65d1e
PKG_SOURCE_URL:=http://www.mirbsd.org/MirOS/dist/mir/mksh \
http://pub.allbsd.org/MirOS/dist/mir/mksh/
PKG_MD5SUM:=be0a6fb93b4a5f927bcc1893bb6692f8
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)