xap/qjackctl: Upgraded to qjackctl-0.3.10.

This commit is contained in:
Damien Goutte-Gattat 2013-12-25 02:14:09 +01:00
parent f64eea147e
commit 4ce7354b20
3 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1 @@
324cd7dfa65894f451f0f7988a8445fae752cdef qjackctl-0.3.10.tar.gz

View File

@ -1 +0,0 @@
41e7e313f77fb9fd340a293740a399eeb91b9865 qjackctl-0.3.9.tar.gz

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2008,2009,2010,2011,2012 Damien Goutte-Gattat
# Copyright (C) 2008,2009,2010,2011,2012,2013 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -29,7 +29,7 @@
# Source package infos
NAMESRC=${NAMESRC:-qjackctl}
VERSION=${VERSION:-0.3.9}
VERSION=${VERSION:-0.3.10}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
WGET=${WGET:-http://downloads.sourceforge.net/qjackctl/$ARCHIVE}