mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
ham/svxlink: Updated for version 17.12.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4568897669
commit
5e3b909777
4 changed files with 9 additions and 5 deletions
|
@ -37,3 +37,7 @@ config etc/svxlink/svxlink.d/ModulePropagationMonitor.conf.new
|
|||
config etc/svxlink/svxlink.d/ModuleMetarInfo.conf.new
|
||||
config etc/svxlink/svxlink.d/ModuleParrot.conf.new
|
||||
preserve_perms etc/rc.d/rc.svxlink.new
|
||||
|
||||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=svxlink
|
||||
VERSION=${VERSION:-17.12.1}
|
||||
VERSION=${VERSION:-17.12.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="svxlink"
|
||||
VERSION="17.12.1"
|
||||
VERSION="17.12.2"
|
||||
HOMEPAGE="http://www.svxlink.org/"
|
||||
DOWNLOAD="https://github.com/sm0svx/svxlink/archive/17.12.1.tar.gz"
|
||||
MD5SUM="23cb320d9364f75296c9a79aa1761e6d"
|
||||
DOWNLOAD="https://github.com/sm0svx/svxlink/archive/17.12.2.tar.gz"
|
||||
MD5SUM="c24950de8048c1cc28891edbb657dec9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gsm speex"
|
||||
|
|
Loading…
Reference in a new issue