mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/winetricks: Updated for version 20141130.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
e958336d94
commit
bee96f4449
2 changed files with 5 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=winetricks
|
||||
VERSION=${VERSION:-20140302}
|
||||
VERSION=${VERSION:-20141130}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -47,6 +47,7 @@ chmod 0755 $PKG/usr/bin/$PRGNAM
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README
|
||||
|
||||
mkdir $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="winetricks"
|
||||
VERSION="20140302"
|
||||
VERSION="20141130"
|
||||
HOMEPAGE="http://winetricks.org/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/winetricks/winetricks-20140302.xz"
|
||||
MD5SUM="2fd5982f4ad7de4b90d07de1ac2d9fb6"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/winetricks/winetricks-20141130.xz"
|
||||
MD5SUM="b8fe4c787f166875c1ca88a77385e62b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cabextract wine"
|
||||
|
|
Loading…
Reference in a new issue