diff options
-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 6cd1086a61666..aa83d629dec1b 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 d9959692df6de..f70b65282eaec 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="" |