diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-01-02 12:21:24 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:25 +0700 |
commit | 00f36a5ac2b0fd947a529f8966aa633d79b41f72 (patch) | |
tree | 88366471872c9ff2aaa174f68b7ac810c6e23325 /system/memory-editor | |
parent | 079756625720a4becb05409524301910225abe3f (diff) |
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.SlackBuild | 4 | ||||
-rw-r--r-- | system/memory-editor/memory-editor.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/system/memory-editor/memory-editor.SlackBuild b/system/memory-editor/memory-editor.SlackBuild index 6cd1086a6166..aa83d629dec1 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 d9959692df6d..f70b65282eae 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="" |