mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/strawberry: Updated for version 1.0.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f9362e88b9
commit
d14c82b6b9
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=strawberry
|
||||
VERSION=${VERSION:-1.0.22}
|
||||
VERSION=${VERSION:-1.0.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="strawberry"
|
||||
VERSION="1.0.22"
|
||||
VERSION="1.0.23"
|
||||
HOMEPAGE="https://www.strawberrymusicplayer.org/"
|
||||
DOWNLOAD="https://github.com/strawberrymusicplayer/strawberry/releases/download/1.0.22/strawberry-1.0.22.tar.xz"
|
||||
MD5SUM="ddc3bd10adc52f8dec6d90b53961845d"
|
||||
DOWNLOAD="https://github.com/strawberrymusicplayer/strawberry/releases/download/1.0.23/strawberry-1.0.23.tar.xz"
|
||||
MD5SUM="472f2352e143995a2c324f37c2a3b325"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="chromaprint protobuf3"
|
||||
|
|
Loading…
Reference in a new issue