mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/fslint: Updated for version 2.46.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
This commit is contained in:
parent
f3a29d6980
commit
a4a9794f6a
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for fslint
|
||||
|
||||
# Copyright 2009-2015 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2017 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fslint
|
||||
VERSION=${VERSION:-2.44}
|
||||
VERSION=${VERSION:-2.46}
|
||||
ARCH=noarch # Python
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -39,7 +39,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fslint"
|
||||
VERSION="2.44"
|
||||
VERSION="2.46"
|
||||
HOMEPAGE="http://www.pixelbeat.org/fslint/"
|
||||
DOWNLOAD="http://www.pixelbeat.org/fslint/fslint-2.44.tar.gz"
|
||||
MD5SUM="195d0763038ffbaf268b53b94d80d7e1"
|
||||
DOWNLOAD="http://www.pixelbeat.org/fslint/fslint-2.46.tar.xz"
|
||||
MD5SUM="ab1eeafaddb14ca09bf8323ecc69c5d3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue