diff options
author | B. Watson <yalhcru@gmail.com> | 2015-05-05 01:59:40 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-10 07:04:45 +0700 |
commit | 5fd175be2b65789319bf12c5bcf8417ae3eae937 (patch) | |
tree | 5808a4dc96dd79fd28c4f5adab721b2f4a604d55 /audio/alsa-tools/alsa-tools.SlackBuild | |
parent | f86e7476bddcd57e5fbc1594df4aa5a5f4acd6f0 (diff) | |
download | slackbuilds-5fd175be2b65789319bf12c5bcf8417ae3eae937.tar.gz |
audio/alsa-tools: Updated for version 1.0.29.
Diffstat (limited to 'audio/alsa-tools/alsa-tools.SlackBuild')
-rw-r--r-- | audio/alsa-tools/alsa-tools.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/alsa-tools/alsa-tools.SlackBuild b/audio/alsa-tools/alsa-tools.SlackBuild index 914c632352..e64c34a317 100644 --- a/audio/alsa-tools/alsa-tools.SlackBuild +++ b/audio/alsa-tools/alsa-tools.SlackBuild @@ -19,8 +19,10 @@ # - Update for 1.0.28 # - Add usbcore.autosuspend=-1 to tascam howto +# 20150505 bkw: update for 1.0.29 + PRGNAM=alsa-tools -VERSION=${VERSION:-1.0.28} +VERSION=${VERSION:-1.0.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |