diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2014-12-13 01:28:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-13 01:28:39 +0700 |
commit | 7db5892290482a42e9247f17c542e220793068fc (patch) | |
tree | 6e2c659bf050c1f8e8b65cb6f625c4488286f049 | |
parent | ce02dce676056e545bf8a3ff91dd75e20b872fc3 (diff) | |
download | slackbuilds-7db5892290482a42e9247f17c542e220793068fc.tar.gz |
development/le: Updated for version 1.15.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/le/README | 2 | ||||
-rw-r--r-- | development/le/le.SlackBuild | 4 | ||||
-rw-r--r-- | development/le/le.info | 6 | ||||
-rw-r--r-- | development/le/slack-desc | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/development/le/README b/development/le/README index bd63eba77c..a64263893d 100644 --- a/development/le/README +++ b/development/le/README @@ -1,7 +1,7 @@ le (text editor) le has many block operations with stream and rectangular blocks, can -edit both unix and dos style files (LF/CRLF), binary clean, has hex +edit both unix and dos style files (LF/CRLF), is binary clean, has hex mode, can edit text with multi-byte character encoding, has full undo/redo, can edit files and mmap-able devices in mmap shared mode (only replace), has tunable syntax highlighting, tunable color scheme diff --git a/development/le/le.SlackBuild b/development/le/le.SlackBuild index eae3d52191..1efe95c71f 100644 --- a/development/le/le.SlackBuild +++ b/development/le/le.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=le -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.15.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +59,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/development/le/le.info b/development/le/le.info index 8f7094a4e5..9f50bd010d 100644 --- a/development/le/le.info +++ b/development/le/le.info @@ -1,8 +1,8 @@ PRGNAM="le" -VERSION="1.15.0" +VERSION="1.15.1" HOMEPAGE="http://lav.yar.ru/programs.html" -DOWNLOAD="http://lav.yar.ru/download/le/le-1.15.0.tar.xz" -MD5SUM="f5fe85103a6190bcdc51d2fbb4407388" +DOWNLOAD="http://lav.yar.ru/download/le/le-1.15.1.tar.gz" +MD5SUM="50e5f2ab207d5ca09470ce0dc16a8c6f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/development/le/slack-desc b/development/le/slack-desc index de94343bc0..2f582de21d 100644 --- a/development/le/slack-desc +++ b/development/le/slack-desc @@ -9,11 +9,11 @@ le: le (text editor) le: le: le has many block operations with stream and rectangular blocks, can -le: edit both unix and dos style files (LF/CRLF), binary clean, has hex +le: edit both unix and dos style files (LF/CRLF), is binary clean, has hex le: mode, can edit text with multi-byte character encoding, has full le: undo/redo, can edit files and mmap-able devices in mmap shared mode le: (only replace), has tunable syntax highlighting, tunable color scheme le: (can use default colors), tunable key map. It is slightly similar to le: Norton Editor, but has more features. le: -le: +le: Homepage: http://lav.yar.ru/programs.html |