diff options
author | Matthew Miller <mattallmill@gmail.com> | 2022-07-23 10:58:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-23 10:58:18 +0700 |
commit | 5d403222c23b1aa02b15eac9c6867b3a8be11172 (patch) | |
tree | 215b387ea0f71727e36be7a7df8903aa8910a753 /multimedia | |
parent | 0678907da8cafbb7861dc0756108f368184b9e9b (diff) | |
download | slackbuilds-5d403222c23b1aa02b15eac9c6867b3a8be11172.tar.gz |
multimedia/strawberry: Updated for version 1.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/strawberry/slack-desc | 16 | ||||
-rw-r--r-- | multimedia/strawberry/strawberry.SlackBuild | 2 | ||||
-rw-r--r-- | multimedia/strawberry/strawberry.info | 6 |
3 files changed, 12 insertions, 12 deletions
diff --git a/multimedia/strawberry/slack-desc b/multimedia/strawberry/slack-desc index 53873dfbfb..bbd6c9a6aa 100644 --- a/multimedia/strawberry/slack-desc +++ b/multimedia/strawberry/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| strawberry: strawberry (fork of Clementine) +strawberry: Strawberry is a music player and music collection organizer. It is +strawberry: aimed at music collectors and audiophiles. With Strawberry you can +strawberry: play and manage your digital music collection, or stream your +strawberry: favorite radios. Strawberry is free software released under GPL. +strawberry: The source code is available on GitHub. It's written in C++ using +strawberry: the Qt toolkit and GStreamer. Strawberry is compatible with both +strawberry: Qt version 5 and 6. strawberry: -strawberry: Strawberry is a audio player and music collection organizer. It is a -strawberry: fork of Clementine released in 2018 aimed at music collectors, audio -strawberry: enthusiasts and audiophiles. The name is inspired by the band -strawberry: Strawbs. It's based on a heavily modified version of Clementine -strawberry: created in 2012-2013. It's written in C++ and Qt 5. -strawberry: -strawberry: -strawberry: https://www.strawbs.org/ +strawberry: https://www.strawberrymusicplayer.org/ strawberry: diff --git a/multimedia/strawberry/strawberry.SlackBuild b/multimedia/strawberry/strawberry.SlackBuild index 98d6ca140a..b543f41f1f 100644 --- a/multimedia/strawberry/strawberry.SlackBuild +++ b/multimedia/strawberry/strawberry.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=strawberry -VERSION=${VERSION:-1.0.4} +VERSION=${VERSION:-1.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/multimedia/strawberry/strawberry.info b/multimedia/strawberry/strawberry.info index 2adb3c7d7d..ded7f6c499 100644 --- a/multimedia/strawberry/strawberry.info +++ b/multimedia/strawberry/strawberry.info @@ -1,8 +1,8 @@ PRGNAM="strawberry" -VERSION="1.0.4" +VERSION="1.0.6" HOMEPAGE="https://www.strawberrymusicplayer.org/" -DOWNLOAD="https://files.strawberrymusicplayer.org/strawberry-1.0.4.tar.xz" -MD5SUM="79c25a6df190a095cf725eeaf9136cfd" +DOWNLOAD="https://files.strawberrymusicplayer.org/strawberry-1.0.6.tar.xz" +MD5SUM="cd24bc175b6c8e23f3c39f890eaeea3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="chromaprint protobuf3" |