mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/openrazer-kernel: Updated for version 3.4.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
894df25fab
commit
d06dff44c5
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=openrazer-kernel
|
||||
VERSION=${VERSION:-3.3.0}
|
||||
VERSION=${VERSION:-3.4.0}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -100,7 +100,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$PKGVER
|
||||
cp -a \
|
||||
LICENSE README.md \
|
||||
README.md LICENSES/GPL-2.0-or-later.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$PKGVER
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$PKGVER/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openrazer-kernel"
|
||||
VERSION="3.3.0"
|
||||
VERSION="3.4.0"
|
||||
HOMEPAGE="https://openrazer.github.io/"
|
||||
DOWNLOAD="https://github.com/openrazer/openrazer/releases/download/v3.3.0/openrazer-3.3.0.tar.xz"
|
||||
MD5SUM="20deb11e4a4e6a965c47b1d8484e853c"
|
||||
DOWNLOAD="https://github.com/openrazer/openrazer/releases/download/v3.4.0/openrazer-3.4.0.tar.xz"
|
||||
MD5SUM="ff4b1f7866583d7cd3e9c8e9cd7c3333"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue