summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-28 09:10:01 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-28 09:10:01 +0700
commit6d51148003a38101e0477a87213a0fb5416e9d30 (patch)
tree9e6152f312bac86eae2f4814b07d8992efc837a2 /development
parent33f3b6085a507d61a11fda4233a7c451f47cbcd9 (diff)
downloadslackbuilds-6d51148003a38101e0477a87213a0fb5416e9d30.tar.gz
slackbuilds-6d51148003a38101e0477a87213a0fb5416e9d30.tar.xz
development/wxHexEditor: Updated for version 0.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/wxHexEditor/README2
-rw-r--r--development/wxHexEditor/slack-desc6
-rw-r--r--development/wxHexEditor/wxHexEditor.SlackBuild6
-rw-r--r--development/wxHexEditor/wxHexEditor.info6
4 files changed, 10 insertions, 10 deletions
diff --git a/development/wxHexEditor/README b/development/wxHexEditor/README
index bd4700fa76..ef60efec2c 100644
--- a/development/wxHexEditor/README
+++ b/development/wxHexEditor/README
@@ -5,4 +5,4 @@ It supports files up to 2^64 bytes.
Besides editing very big files, wxHexEditor has some unique
features like comparing big files, x86 disassembling, low-level
-data recovery, see http://www.wxhexeditor.org/home.php
+data recovery.
diff --git a/development/wxHexEditor/slack-desc b/development/wxHexEditor/slack-desc
index fd7326a125..5bec9b5412 100644
--- a/development/wxHexEditor/slack-desc
+++ b/development/wxHexEditor/slack-desc
@@ -11,9 +11,9 @@ wxHexEditor:
wxHexEditor: wxHexEditor is hex editor for Linux, Winodws and MacOSX.
wxHexEditor: It supports files up to 2^64 bytes.
wxHexEditor:
+wxHexEditor: Besides editing very big files, wxHexEditor has some unique
+wxHexEditor: features like comparing big files, x86 disassembling, low-level
+wxHexEditor:
wxHexEditor: Homepage: http://wxhexeditor.sourceforge.net/
wxHexEditor: Author: Erdem U. Altinyurt
wxHexEditor:
-wxHexEditor: Besides editing very big files, wxHexEditor has some unique
-wxHexEditor: features like comparing big files, x86 disassembling, low-level
-wxHexEditor: data recovery, see http://www.wxhexeditor.org/home.php
diff --git a/development/wxHexEditor/wxHexEditor.SlackBuild b/development/wxHexEditor/wxHexEditor.SlackBuild
index ed644bcd57..74ee8df666 100644
--- a/development/wxHexEditor/wxHexEditor.SlackBuild
+++ b/development/wxHexEditor/wxHexEditor.SlackBuild
@@ -5,7 +5,7 @@
# Written by Branko Grubic <branko.grubic@gmail.com>
# Former maintainer Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com>
# Former maintainer Didier Spaier, Paris, France
-# Current maintainer Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Current maintainer 2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
@@ -27,7 +27,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wxHexEditor
-VERSION=${VERSION:-0.22}
+VERSION=${VERSION:-0.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,7 +71,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
make PREFIX=/usr OPTFLAGS="$SLKCFLAGS" HOST=$ARCH-slackware-linux
make install PREFIX=$PKG/usr
diff --git a/development/wxHexEditor/wxHexEditor.info b/development/wxHexEditor/wxHexEditor.info
index 7572d446b5..d306385318 100644
--- a/development/wxHexEditor/wxHexEditor.info
+++ b/development/wxHexEditor/wxHexEditor.info
@@ -1,8 +1,8 @@
PRGNAM="wxHexEditor"
-VERSION="0.22"
+VERSION="0.23"
HOMEPAGE="http://wxhexeditor.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/wxhexeditor/wxHexEditor-v0.22-src.tar.bz2"
-MD5SUM="eb88cfcda0553e23a2a9490197e18552"
+DOWNLOAD="http://downloads.sourceforge.net/wxhexeditor/wxHexEditor-v0.23-src.tar.bz2"
+MD5SUM="d0e785c95cf40737246e5b2cc4cb7204"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"