summaryrefslogtreecommitdiff
path: root/development/wxHexEditor/wxHexEditor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/wxHexEditor/wxHexEditor.SlackBuild')
-rw-r--r--development/wxHexEditor/wxHexEditor.SlackBuild8
1 files changed, 4 insertions, 4 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 \