Skip to content

Commit

Permalink
package/mg: bump to v3.6
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>
  • Loading branch information
troglobit authored and arnout committed Apr 10, 2023
1 parent 2e330df commit e09a43a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/mg/mg.hash
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package/mg/mg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e09a43a

Please sign in to comment.