1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-26 09:37:44 +02:00

Merge pull request #6713 from neheb/patch-22

joe: Update to 4.6
This commit is contained in:
Dirk Brenken 2018-08-08 14:50:25 +02:00 committed by GitHub
commit 582c57036e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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