Skip to content

Commit e43bc71

Browse files
committed
Update to librespot v0.5.0
1 parent cda51e9 commit e43bc71

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

build.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,7 @@ packages() {
5151

5252
cd librespot
5353

54-
# We really should use the git rev of librespot for .deb versioning.
55-
# The latest tag as of writing (0.4.2) is misleading because it doesn't reflect
56-
# the fact we are using the dev branch (staged for 0.5.0).
57-
#
58-
# Hardcoding 0.5.0-dev in combination with the git hash suffix seems to be an
59-
# acceptable solution as long as the raspotify version also is bumped every
60-
# time we update against librespot.
61-
#
62-
#LIBRESPOT_VER="$(git describe --tags "$(git rev-list --tags --max-count=1)" 2>/dev/null || echo unknown)"
63-
LIBRESPOT_VER=v0.5.0-dev
54+
LIBRESPOT_VER="$(git describe --tags "$(git rev-list --tags --max-count=1)" 2>/dev/null || echo unknown)"
6455
LIBRESPOT_HASH="$(git rev-parse HEAD | cut -c 1-7 2>/dev/null || echo unknown)"
6556

6657
echo "Build Librespot binary..."

0 commit comments

Comments
 (0)