Browse Source
desktop/mwm-utils: Update DOWNLOAD and MD5SUM.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/223/head
Willy Sudiarto Raharjo
1 year ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
5 deletions
-
desktop/mwm-utils/mwm-utils.SlackBuild
-
desktop/mwm-utils/mwm-utils.info
|
|
@ -25,6 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=mwm-utils |
|
|
|
SRCNAM=emwm-utils |
|
|
|
VERSION=${VERSION:-1.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
@ -66,9 +67,9 @@ set -e |
|
|
|
rm -rf $PKG |
|
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
|
cd $TMP |
|
|
|
rm -rf $PRGNAM-$VERSION |
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz |
|
|
|
cd $PRGNAM-$VERSION |
|
|
|
rm -rf $SRCNAM-$VERSION |
|
|
|
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz |
|
|
|
cd $SRCNAM-$VERSION |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="mwm-utils" |
|
|
|
VERSION="1.0" |
|
|
|
HOMEPAGE="https://fastestcode.org/emwm.html" |
|
|
|
DOWNLOAD="https://github.com/alx210/mwm-utils/archive/v1.0/mwm-utils-1.0.tar.gz" |
|
|
|
MD5SUM="a7d796a1196b027a5e8749aaac0b6994" |
|
|
|
DOWNLOAD="https://github.com/alx210/emwm-utils/archive/v1.0/emwm-utils-1.0.tar.gz" |
|
|
|
MD5SUM="6a29ee475fe5f7ebc10b364b8253198c" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|