diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-17 17:18:03 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 12:25:21 +0700 |
commit | 0308ba44ace49951249ab629e2c1a7c0250f3e3a (patch) | |
tree | cd6e9ce0631f59d7005c2148088355d26025155e /audio/ecasound/ecasound.SlackBuild | |
parent | 751351f2746d93e0d5d50ba64d61f4c2f7866b53 (diff) |
audio/ecasound: Updated for version 2.9.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/ecasound/ecasound.SlackBuild')
-rw-r--r-- | audio/ecasound/ecasound.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ecasound/ecasound.SlackBuild b/audio/ecasound/ecasound.SlackBuild index ffac39fb72da3..29ca90f9f8f8a 100644 --- a/audio/ecasound/ecasound.SlackBuild +++ b/audio/ecasound/ecasound.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20200117 bkw: Updated for v2.9.3. # 20191202 bkw: # - Updated for v2.9.2. # - removed python_module_dir.diff and ruby2.patch from 2.9.1, @@ -13,7 +14,7 @@ # 2.9.1 with this script. PRGNAM=ecasound -VERSION=${VERSION:-2.9.2} +VERSION=${VERSION:-2.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |