diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-06-23 14:58:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:58:11 +0700 |
commit | 846e6b35ad5dabc630f485146ffd599689cc8869 (patch) | |
tree | 69a72c9e7176620f8458fa617855b1381da8cdfa /development | |
parent | 69814e683a41e98d815ab045872dfe570e78347e (diff) | |
download | slackbuilds-846e6b35ad5dabc630f485146ffd599689cc8869.tar.gz |
development/wxHexEditor: Updated for version 20170415_bb951eb.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/wxHexEditor/wxHexEditor.SlackBuild | 8 | ||||
-rw-r--r-- | development/wxHexEditor/wxHexEditor.info | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/development/wxHexEditor/wxHexEditor.SlackBuild b/development/wxHexEditor/wxHexEditor.SlackBuild index 5f8c72c651..0865380b0e 100644 --- a/development/wxHexEditor/wxHexEditor.SlackBuild +++ b/development/wxHexEditor/wxHexEditor.SlackBuild @@ -27,7 +27,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wxHexEditor -VERSION=${VERSION:-0.23} +VERSION=${VERSION:-20170415_bb951eb} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,9 +63,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM-v$VERSION-src.tar.bz2 -cd $PRGNAM +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/development/wxHexEditor/wxHexEditor.info b/development/wxHexEditor/wxHexEditor.info index d306385318..ea1fbc2857 100644 --- a/development/wxHexEditor/wxHexEditor.info +++ b/development/wxHexEditor/wxHexEditor.info @@ -1,10 +1,10 @@ PRGNAM="wxHexEditor" -VERSION="0.23" +VERSION="20170415_bb951eb" HOMEPAGE="http://wxhexeditor.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/wxhexeditor/wxHexEditor-v0.23-src.tar.bz2" -MD5SUM="d0e785c95cf40737246e5b2cc4cb7204" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/wxHexEditor-20170415_bb951eb.tar.xz" +MD5SUM="8b3f8d2c459a6bc7bd18d091d85f9671" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="wxPython" +REQUIRES="webkit2gtk wxGTK3" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |