Skip to content

Commit

Permalink
use master librespot branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Feb 16, 2020
1 parent ff0d195 commit 822c0d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ fi

# Get the git rev of librespot for .deb versioning
cd librespot
git checkout master
LIBRESPOT_GIT_REV="$(git rev-parse --short HEAD 2>/dev/null || echo unknown)"
LIBRESPOT_DEB_VER="$(TZ=UTC git show --quiet --date='format-local:%Y%m%dT%H%M%SZ' --format="%cd.%h" "$LIBRESPOT_GIT_REV" 2>/dev/null || echo "unknown")"

Expand Down

0 comments on commit 822c0d8

Please sign in to comment.