diff options
author | Marco Marini <saidone@saidone.org> | 2020-03-05 00:21:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-05 00:21:47 +0700 |
commit | 9275c67f0921edaf0ca1a672cc44131329348318 (patch) | |
tree | 1f41ab8c9baec88f70a0839888cffb151d04e9c0 /development | |
parent | 4e3344eea8ee55f628e5b9a75839f9b16a0417ed (diff) | |
download | slackbuilds-9275c67f0921edaf0ca1a672cc44131329348318.tar.gz |
development/mg-troglobit: Updated for version 3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/mg-troglobit/README.md | 4 | ||||
-rw-r--r-- | development/mg-troglobit/mg-troglobit.SlackBuild | 4 | ||||
-rw-r--r-- | development/mg-troglobit/mg-troglobit.info | 6 | ||||
-rw-r--r-- | development/mg-troglobit/slack-desc | 14 |
4 files changed, 14 insertions, 14 deletions
diff --git a/development/mg-troglobit/README.md b/development/mg-troglobit/README.md index f58a961a66..94d65b41c6 100644 --- a/development/mg-troglobit/README.md +++ b/development/mg-troglobit/README.md @@ -4,6 +4,6 @@ A SlackBuild for Joachim Nilsson (troglobit)'s fork of OpenBSD Mg (https://githu The usage is the very same of https://slackbuilds.org/howto/ -Get the Mg source code here: https://ftp.troglobit.com/mg/ +Get the Mg source code here: https://github.com/troglobit/mg/releases/download/v3.3/mg-3.3.tar.gz -![Mg-troglobit on Slackware 14.0](https://i.postimg.cc/jdHmCKhz/mg-troglobit.png "Mg-troglobit on Slackware 14.0") +![Mg-troglobit on Slackware 14.0](https://i.postimg.cc/htfV3k6x/mg33.png "Mg-troglobit on Slackware 14.0") diff --git a/development/mg-troglobit/mg-troglobit.SlackBuild b/development/mg-troglobit/mg-troglobit.SlackBuild index b910a47fce..6690f0b458 100644 --- a/development/mg-troglobit/mg-troglobit.SlackBuild +++ b/development/mg-troglobit/mg-troglobit.SlackBuild @@ -1,11 +1,11 @@ #!/bin/sh -e # Slackware build script for Joachim Nilsson (troglobit)'s fork of OpenBSD Mg -# saidone@saidone.org revision date 2019/08/11 +# saidone@saidone.org revision date 2019/12/12 # license (of this script and its accessories, not that of the application it will package): see LICENSE PRGNAM=mg-troglobit -VERSION=${VERSION:-3.2} +VERSION=${VERSION:-3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/mg-troglobit/mg-troglobit.info b/development/mg-troglobit/mg-troglobit.info index 0f9befd154..d77119f2df 100644 --- a/development/mg-troglobit/mg-troglobit.info +++ b/development/mg-troglobit/mg-troglobit.info @@ -1,8 +1,8 @@ PRGNAM="mg-troglobit" -VERSION="3.2" +VERSION="3.3" HOMEPAGE="https://github.com/troglobit/mg" -DOWNLOAD="https://ftp.troglobit.com/mg/mg-3.2.tar.gz" -MD5SUM="59ef99ebdb738e804e752d1586abed73" +DOWNLOAD="https://github.com/troglobit/mg/releases/download/v3.3/mg-3.3.tar.gz" +MD5SUM="5812cf804068cef687d8e2fe0346f7bc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/development/mg-troglobit/slack-desc b/development/mg-troglobit/slack-desc index 271e8cd717..cb2766f037 100644 --- a/development/mg-troglobit/slack-desc +++ b/development/mg-troglobit/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. |-----handy-ruler------------------------------------------------------| mg-troglobit: mg-troglobit (Portable self hosting version of the mg-openbsd editor) @@ -11,9 +11,9 @@ mg-troglobit: mg-troglobit: The intention is to be a small, fast, and portable Emacs-like editor mg-troglobit: for users who cannot, or do not want to, run the real Emacs for one mg-troglobit: reason or another. -mg-troglobit: +mg-troglobit: mg-troglobit: Compatibility with GNU Emacs is key for Mg, separating it from other mg-troglobit: ErsatzEmacs clones, because there should never be any reason to learn mg-troglobit: more than one Emacs flavor. -mg-troglobit: +mg-troglobit: mg-troglobit: homepage: https://github.com/troglobit/mg |