diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2019-11-03 06:58:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-03 06:58:31 +0700 |
commit | b0cbd202d3c734169bcd872125046191037035fc (patch) | |
tree | ec939a24337bbf36d9eb7c2aff260d19c04023c0 /system/aespipe/aespipe.SlackBuild | |
parent | cf309951a2a1f3b8be1e00ec1d6c71c141f327f4 (diff) | |
download | slackbuilds-b0cbd202d3c734169bcd872125046191037035fc.tar.gz |
system/aespipe: Updated for version 2.4f.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/aespipe/aespipe.SlackBuild')
-rw-r--r-- | system/aespipe/aespipe.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/aespipe/aespipe.SlackBuild b/system/aespipe/aespipe.SlackBuild index fcfa8c5f7a..dd20a66b2b 100644 --- a/system/aespipe/aespipe.SlackBuild +++ b/system/aespipe/aespipe.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for aespipe -# Copyright (c) 2010-2016 Markus Reichelt, Aachen, DE +# Copyright (c) 2010-2019 Markus Reichelt, Aachen, DE # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -26,8 +26,8 @@ # markus reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 PRGNAM=aespipe -VERSION=${VERSION:-2.4d} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.4f} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCVER="v${VERSION}" |