diff options
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} |