mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/whipper: Updated for version 0.5.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c399778f8a
commit
35631ca2cf
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=whipper
|
||||
VERSION=${VERSION:-0.4.2}
|
||||
VERSION=${VERSION:-0.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -77,7 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGELOG.md HACKING LICENSE README.md TODO doc \
|
||||
cp -a CHANGELOG.md COVERAGE HACKING LICENSE README.md TODO doc \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="whipper"
|
||||
VERSION="0.4.2"
|
||||
VERSION="0.5.1"
|
||||
HOMEPAGE="https://github.com/JoeLametta/whipper"
|
||||
DOWNLOAD="https://github.com/JoeLametta/whipper/archive/v0.4.2/whipper-0.4.2.tar.gz"
|
||||
MD5SUM="3d75354d05a0bb33887b6550b99b969d"
|
||||
DOWNLOAD="https://github.com/JoeLametta/whipper/archive/v0.5.1/whipper-0.5.1.tar.gz"
|
||||
MD5SUM="786394042b419e3466c66cd73462bd7e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="accuraterip-checksum cddb-py gst0-python musicbrainzngs pycdio"
|
||||
REQUIRES="accuraterip-checksum cddb-py mutagen musicbrainzngs pycdio"
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
EMAIL="alik@ejik.org"
|
||||
|
|
Loading…
Reference in a new issue