mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/ruff: Updated for version 2.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
45d72cb225
commit
0fda9e903f
2 changed files with 6 additions and 6 deletions
|
@ -32,8 +32,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ruff
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -103,7 +103,7 @@ cp -a \
|
|||
$PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
install -m0644 \
|
||||
LICENSE \
|
||||
ruff.html \
|
||||
ruff-ruff.html \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ruff"
|
||||
VERSION="2.2.0"
|
||||
VERSION="2.3.0"
|
||||
HOMEPAGE="https://ruff.magicsplat.com"
|
||||
DOWNLOAD="https://sourceforge.net/projects/magicsplat/files/ruff/ruff-2.2.0.tgz"
|
||||
MD5SUM="723427bd05ebcd19837bb3d523f25eee"
|
||||
DOWNLOAD="https://sourceforge.net/projects/magicsplat/files/ruff/ruff-2.3.0.tgz"
|
||||
MD5SUM="09a32ef4c75e6372fcde3a78c2809621"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue