|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2009-2013,2015-2017,2019 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2009-2013,2015-2017,2019,2020 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -26,7 +26,7 @@ |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-mpd} |
|
|
|
VERSION=${VERSION:-0.21.16} |
|
|
|
VERSION=${VERSION:-0.21.24} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.xz} |
|
|
|
WGET=${WGET:-http://www.musicpd.org/download/mpd/0.21/$ARCHIVE} |
|
|
|
|
|
|
|