diff options
author | B. Watson <yalhcru@gmail.com> | 2019-12-11 13:15:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:27 +0700 |
commit | 44307dc36ff4dde51b92d1d3d8fb5bb2339a0c9b (patch) | |
tree | 804185bbedd63d2cbae9df6e344252766f8a3f47 /audio/transcribe/transcribe.SlackBuild | |
parent | 51e276136d98d635a01a2aa31968a07e43ff74a5 (diff) | |
download | slackbuilds-44307dc36ff4dde51b92d1d3d8fb5bb2339a0c9b.tar.gz |
audio/transcribe: Updated for version 8.73.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/transcribe/transcribe.SlackBuild')
-rw-r--r-- | audio/transcribe/transcribe.SlackBuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/audio/transcribe/transcribe.SlackBuild b/audio/transcribe/transcribe.SlackBuild index c6acc23c5f..bbfe2267dc 100644 --- a/audio/transcribe/transcribe.SlackBuild +++ b/audio/transcribe/transcribe.SlackBuild @@ -24,8 +24,17 @@ # so be careful that $VERSION matches the actual version number (found # in Help/About) +# 20191211 bkw: updated for v8.73. This is the "older version" upstream +# provides for OSes where the libraries (including glibc) are too +# old for the latest (8.74.1) version. v8.74.1 requires glibc-2.27, +# while Slackware 14.2 only has 2.23. Please don't ask me to update to +# versions later than 8.73, I won't be able to do that until Slackware +# 15.0 is released. I'm hosting the download files on my server because +# at some point, upstream will release a version 8.75. At that point +# it's likely that 8.73 will disappear from his site. + PRGNAM=transcribe -VERSION=${VERSION:-8.72} +VERSION=${VERSION:-8.73} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |