0003-joe-revert-to-3.7.patch 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. diff --git a/package/joe/joe.hash b/package/joe/joe.hash
  2. index 1e2de42..664410d 100644
  3. --- a/package/joe/joe.hash
  4. +++ b/package/joe/joe.hash
  5. @@ -1,6 +1,2 @@
  6. -# From https://sourceforge.net/projects/joe-editor/files/JOE%20sources/joe-4.6/
  7. -sha1 da7712333f676cfb5ae9f3565fd2225c5a2185ca joe-4.6.tar.gz
  8. -md5 9017484e6116830d846678b625ea5c43 joe-4.6.tar.gz
  9. # Locally computed:
  10. -sha256 495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de joe-4.6.tar.gz
  11. -sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
  12. +sha256 cae456e1ad5a8c1d3c94920a3416c2347277739b260e3494d3bc0f2b9b73106f joe-3.7.tar.gz
  13. diff --git a/package/joe/joe.mk b/package/joe/joe.mk
  14. index f0cac40..e19cae1 100644
  15. --- a/package/joe/joe.mk
  16. +++ b/package/joe/joe.mk
  17. @@ -4,9 +4,9 @@
  18. #
  19. ################################################################################
  20. -JOE_VERSION = 4.6
  21. +JOE_VERSION = 3.7
  22. JOE_SITE = http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/joe-$(JOE_VERSION)
  23. -JOE_LICENSE = GPL-2.0+
  24. +JOE_LICENSE = GPL-1.0+
  25. JOE_LICENSE_FILES = COPYING
  26. ifeq ($(BR2_PACKAGE_NCURSES),y)
  27. @@ -18,7 +18,7 @@ endif
  28. ifneq ($(BR2_PACKAGE_JOE_FULL),y)
  29. define JOE_INSTALL_TARGET_CMDS
  30. - $(INSTALL) -m 0755 -D $(@D)/joe/joe $(TARGET_DIR)/usr/bin/joe
  31. + $(INSTALL) -m 0755 -D $(@D)/joe $(TARGET_DIR)/usr/bin/joe
  32. endef
  33. endif