diff options
author | B. Watson <yalhcru@gmail.com> | 2017-01-26 17:00:48 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:05 +0700 |
commit | d3fb2b432e864c37df60d5891c0bb39349968c08 (patch) | |
tree | e7b814311fe606571f6d1e9c7dd7d1143735cb82 /audio/alsa-tools/alsa-tools.SlackBuild | |
parent | c6d7c6814e641714d480a98d889c82615bc40fcc (diff) |
audio/alsa-tools: Updated for version 1.1.3.
Diffstat (limited to 'audio/alsa-tools/alsa-tools.SlackBuild')
-rw-r--r-- | audio/alsa-tools/alsa-tools.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/alsa-tools/alsa-tools.SlackBuild b/audio/alsa-tools/alsa-tools.SlackBuild index 3fb2f43300dc..f5f6a173f477 100644 --- a/audio/alsa-tools/alsa-tools.SlackBuild +++ b/audio/alsa-tools/alsa-tools.SlackBuild @@ -21,9 +21,10 @@ # 20150505 bkw: update for 1.0.29 # 20160109 rlw: update for 1.1.0 +# 20170126 bkw: update for 1.1.3 PRGNAM=alsa-tools -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |