diff options
author | Takashi Umeno <umeno.takashi@gmail.com> | 2016-07-16 16:31:35 +0900 |
---|---|---|
committer | Etienne CHAMPETIER <champetier.etienne@gmail.com> | 2016-08-09 21:56:04 +0000 |
commit | e97d3c9f1af60b3554f04efaf46d7e4f52ace0d8 (patch) | |
tree | e651df4ac8b193c8decae093b309dda2b3a3bddc /utils/klish | |
parent | e034a1c09b69a01932ade1bf29e295f5f0dc1b09 (diff) |
klish: update to latest version (2.1.2)
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
Diffstat (limited to 'utils/klish')
-rw-r--r-- | utils/klish/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/klish/Makefile b/utils/klish/Makefile index cd52f19e3..252228944 100644 --- a/utils/klish/Makefile +++ b/utils/klish/Makefile @@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=klish -PKG_VERSION:=2.1.1 +PKG_VERSION:=2.1.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://libcode.org/attachments/download/61/ +PKG_SOURCE_URL:=http://libcode.org/attachments/download/64/ PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENCE PKG_MAINTAINER:=Takashi Umeno <umeno.takashi@gmail.com> -PKG_MD5SUM:=4913259794d85585de0f8791c54ac633 +PKG_MD5SUM:=fd33f454118aa173b9e4b3faf9a0b1a5 PKG_INSTALL:=1 |