mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-03 02:13:29 +08:00
package/mg: bump to v3.6
Excerpt of https://github.com/troglobit/mg/releases/tag/v3.6: - Sync with mg upstream, OpenBSD 7.2, as of April 10 2023 - Drop trailing whitespace on RET (c-mode) - Add zap-to-char and zap-up-to-char, binding the former to M-z - Fix dobeep_msgs() usage, does not support format strings, this may have caused unexpected crashes for some operations, e.g. goto line that does not exist - Fix memleaks and possible crashes in ctags support - Fall back to /bin/sh if $SHELL is undefined - Fix typos and duplicate undo in *quick* help buffer - Add support for exuberant/universal Ctags tags file format - Add support for M-, to pop-tag-mark, like GNU Emacs Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
2e330dff6a
commit
e09a43abd1
@ -1,4 +1,4 @@
|
||||
# From https://github.com/troglobit/mg/releases/tag/v3.5
|
||||
sha256 a906eab9370c0f24a5fa25923561ad933b74ad339d0b2851d2067badf0d7e4ce mg-3.5.tar.gz
|
||||
# From https://github.com/troglobit/mg/releases/tag/v3.6
|
||||
sha256 0e30f99b7606ddd92535aec0ba0118557afa4adca0961267314a4bf7791865fb mg-3.6.tar.gz
|
||||
# Locally computed:
|
||||
sha256 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c UNLICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MG_VERSION = 3.5
|
||||
MG_VERSION = 3.6
|
||||
MG_SITE = https://github.com/troglobit/mg/releases/download/v$(MG_VERSION)
|
||||
MG_LICENSE = Public Domain
|
||||
MG_LICENSE_FILES = UNLICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user