summaryrefslogtreecommitdiffstats
path: root/system/memory-editor
diff options
context:
space:
mode:
author Andrew Clemons2023-01-02 04:21:24 +0100
committer Willy Sudiarto Raharjo2023-01-07 02:13:25 +0100
commit00f36a5ac2b0fd947a529f8966aa633d79b41f72 (patch)
tree88366471872c9ff2aaa174f68b7ac810c6e23325 /system/memory-editor
parent079756625720a4becb05409524301910225abe3f (diff)
downloadslackbuilds-00f36a5ac2b0fd947a529f8966aa633d79b41f72.tar.gz
system/memory-editor: Fix github tarball handling.
https://slackbuilds.org/GITHUB_URLs.txt This avoids having differently named tarballs and src directories. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/memory-editor')
-rw-r--r--system/memory-editor/memory-editor.SlackBuild4
-rw-r--r--system/memory-editor/memory-editor.info2
2 files changed, 3 insertions, 3 deletions
diff --git a/system/memory-editor/memory-editor.SlackBuild b/system/memory-editor/memory-editor.SlackBuild
index 6cd1086a61..aa83d629de 100644
--- a/system/memory-editor/memory-editor.SlackBuild
+++ b/system/memory-editor/memory-editor.SlackBuild
@@ -69,8 +69,8 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$VERSION.tar.gz
+rm -rf med-$VERSION
+tar xvf $CWD/med-$VERSION.tar.gz
cd med-$VERSION
chown -R root:root .
find -L . \
diff --git a/system/memory-editor/memory-editor.info b/system/memory-editor/memory-editor.info
index d9959692df..f70b65282e 100644
--- a/system/memory-editor/memory-editor.info
+++ b/system/memory-editor/memory-editor.info
@@ -1,7 +1,7 @@
PRGNAM="memory-editor"
VERSION="3.7.2"
HOMEPAGE="https://github.com/allencch/med"
-DOWNLOAD="https://github.com/allencch/med/archive/refs/tags/3.7.2.tar.gz"
+DOWNLOAD="https://github.com/allencch/med/archive/3.7.2/med-3.7.2.tar.gz"
MD5SUM="1c11ec98272c24a0e95a221ff7f1a796"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""