aboutsummaryrefslogtreecommitdiff
path: root/utils/joe/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-08-07 16:04:05 -0700
committerGitHub <noreply@github.com>2018-08-07 16:04:05 -0700
commitc8c1b541e39f92e118e28944e91b55462746777a (patch)
tree3ac425721d04b638bf344ae879374b3cb71cc9bd /utils/joe/Makefile
parentfc030fdf8f34ab7d1f3856984fb2f31981cdbc14 (diff)
joe: Update to 4.6
Cosmetic makefile changes Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/joe/Makefile')
-rw-r--r--utils/joe/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/joe/Makefile b/utils/joe/Makefile
index 23d41a337..409369903 100644
--- a/utils/joe/Makefile
+++ b/utils/joe/Makefile
@@ -20,13 +20,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=joe
-PKG_VERSION:=4.4
+PKG_VERSION:=4.6
PKG_RELEASE:=1
-PKG_SOURCE_URL:=@SF/joe-editor
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_HASH:=a5704828bbca29acb9e200414fef522c66cdf9ce28150f402d6767da43460979
-PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
+PKG_SOURCE_URL:=@SF/joe-editor
+PKG_HASH:=495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de
+
PKG_MAINTAINER:=Vitaly Protsko <villy@sft.ru>
PKG_LICENCE:=GPL-2.0
@@ -37,7 +37,7 @@ define Package/joe
CATEGORY:=Utilities
SUBMENU:=Editors
TITLE:=JOE - Joes own editor
- URL:=http://sourceforge.net/projects/joe-editor/
+ URL:=https://sourceforge.net/projects/joe-editor/
DEPENDS:=+libncurses
endef