12345678910111213141516171819202122232425262728293031323334353637 |
- diff --git a/package/joe/joe.hash b/package/joe/joe.hash
- index 1e2de42..664410d 100644
- --- a/package/joe/joe.hash
- +++ b/package/joe/joe.hash
- @@ -1,6 +1,2 @@
- -# From https://sourceforge.net/projects/joe-editor/files/JOE%20sources/joe-4.6/
- -sha1 da7712333f676cfb5ae9f3565fd2225c5a2185ca joe-4.6.tar.gz
- -md5 9017484e6116830d846678b625ea5c43 joe-4.6.tar.gz
- # Locally computed:
- -sha256 495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de joe-4.6.tar.gz
- -sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
- +sha256 cae456e1ad5a8c1d3c94920a3416c2347277739b260e3494d3bc0f2b9b73106f joe-3.7.tar.gz
- diff --git a/package/joe/joe.mk b/package/joe/joe.mk
- index f0cac40..e19cae1 100644
- --- a/package/joe/joe.mk
- +++ b/package/joe/joe.mk
- @@ -4,9 +4,9 @@
- #
- ################################################################################
-
- -JOE_VERSION = 4.6
- +JOE_VERSION = 3.7
- JOE_SITE = http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/joe-$(JOE_VERSION)
- -JOE_LICENSE = GPL-2.0+
- +JOE_LICENSE = GPL-1.0+
- JOE_LICENSE_FILES = COPYING
-
- ifeq ($(BR2_PACKAGE_NCURSES),y)
- @@ -18,7 +18,7 @@ endif
-
- ifneq ($(BR2_PACKAGE_JOE_FULL),y)
- define JOE_INSTALL_TARGET_CMDS
- - $(INSTALL) -m 0755 -D $(@D)/joe/joe $(TARGET_DIR)/usr/bin/joe
- + $(INSTALL) -m 0755 -D $(@D)/joe $(TARGET_DIR)/usr/bin/joe
- endef
- endif
-
|