Browse Source
libraries/libliftoff: Update MD5SUM and script.
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
4 additions and
4 deletions
-
libraries/libliftoff/libliftoff.SlackBuild
-
libraries/libliftoff/libliftoff.info
|
|
@ -67,9 +67,9 @@ set -e |
|
|
|
rm -rf $PKG |
|
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
|
cd $TMP |
|
|
|
rm -rf $PRGNAM-v$VERSION-$COMMIT |
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz |
|
|
|
cd $PRGNAM-v$VERSION-$COMMIT |
|
|
|
rm -rf $PRGNAM-$VERSION |
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz |
|
|
|
cd $PRGNAM-$VERSION |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
PRGNAM="libliftoff" |
|
|
|
VERSION="0.4.1" |
|
|
|
HOMEPAGE="https://gitlab.freedesktop.org/emersion/libliftoff" |
|
|
|
DOWNLOAD="https://gitlab.freedesktop.org/emersion/libliftoff/-/archive/v0.4.1/libliftoff-0.4.1.tar.gz" |
|
|
|
DOWNLOAD="https://gitlab.freedesktop.org/emersion/libliftoff/-/releases/v0.4.1/downloads/libliftoff-0.4.1.tar.gz" |
|
|
|
MD5SUM="5c5ef466a63cf7e00822341e424d7412" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|