Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mg: bump to v3.7
@ 2023-09-15  5:28 Joachim Wiberg
  2023-09-15 21:34 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Joachim Wiberg @ 2023-09-15  5:28 UTC (permalink / raw)
  To: buildroot; +Cc: Joachim Wiberg

 - Sync w/ OpenBSD upstream
 - Fix key bindings, Home/End
 - Fix buffer overflow on no match in i-search
 - Fix mark reset
 - Usability:
   - persistent help in status bar
   - F1 toggle quick-help buffer
   - F2 save
   - F3/F4 macro start/end + run, like GNU Emacs

Full ChangeLog https://github.com/troglobit/mg/releases/tag/v3.7

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
---
 package/mg/mg.hash | 4 ++--
 package/mg/mg.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/mg/mg.hash b/package/mg/mg.hash
index e8eedb8921..6a3e3465b8 100644
--- a/package/mg/mg.hash
+++ b/package/mg/mg.hash
@@ -1,4 +1,4 @@
-# From https://github.com/troglobit/mg/releases/tag/v3.6
-sha256  0e30f99b7606ddd92535aec0ba0118557afa4adca0961267314a4bf7791865fb  mg-3.6.tar.gz
+# From https://github.com/troglobit/mg/releases/tag/v3.7
+sha256  05101360d2194392da0950e8b6f18d067d8af0fd2f572461ba4d4e7b4ccbb4c1  mg-3.7.tar.gz
 # Locally computed:
 sha256  7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c  UNLICENSE
diff --git a/package/mg/mg.mk b/package/mg/mg.mk
index 88f8f60257..59f1d1e316 100644
--- a/package/mg/mg.mk
+++ b/package/mg/mg.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MG_VERSION = 3.6
+MG_VERSION = 3.7
 MG_SITE = https://github.com/troglobit/mg/releases/download/v$(MG_VERSION)
 MG_LICENSE = Public Domain
 MG_LICENSE_FILES = UNLICENSE
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-15 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15  5:28 [Buildroot] [PATCH 1/1] package/mg: bump to v3.7 Joachim Wiberg
2023-09-15 21:34 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox