Skip to content

Commit

Permalink
Bump librespot version to v20180322-aeb205d
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks committed Mar 22, 2018
1 parent bf5d0cc commit 75d9b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_musicbox0.7.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIN_FREE_SPACE_KB=$(expr 1024 \* 1024)
PIMUSICBOX_FILES=/tmp/filechanges
SHAIRPORT_VERSION=3.1.7
LIBRESPOT_VERSION=v20180313-9d9c311
LIBRESPOT_VERSION=v20180322-aeb205d

FREE_SPACE=$(df | awk '$NF == "/" { print $4 }')
if [ $FREE_SPACE -lt $MIN_FREE_SPACE_KB ]; then
Expand Down

0 comments on commit 75d9b75

Please sign in to comment.