diff options
Diffstat (limited to 'audio/ncspot/ncspot.SlackBuild')
-rw-r--r-- | audio/ncspot/ncspot.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ncspot/ncspot.SlackBuild b/audio/ncspot/ncspot.SlackBuild index 279550a735d76..64bb3522b470a 100644 --- a/audio/ncspot/ncspot.SlackBuild +++ b/audio/ncspot/ncspot.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ncspot -VERSION=${VERSION:-0.10.0} +VERSION=${VERSION:-0.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +86,7 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION # For cargo-1.58 incompatibilities -patch -p1 < $CWD/cargo-lock.patch +patch -p1 < $CWD/cargo-lock-$VERSION.patch # build offline # configuration tells cargo to use the configured directory |