diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2019-12-30 08:45:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-30 08:45:19 +0700 |
commit | b42bc430490178b1255c0325a934eb6ec8e57f0b (patch) | |
tree | c8b8e1775df77c8997deb999b57f78c3511b50af /system/st/st.SlackBuild | |
parent | 41ef5e32c03354643583ff69cd98cc1fbdf62162 (diff) | |
download | slackbuilds-b42bc430490178b1255c0325a934eb6ec8e57f0b.tar.gz |
system/st: Updated for version 0.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/st/st.SlackBuild')
-rw-r--r-- | system/st/st.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/st/st.SlackBuild b/system/st/st.SlackBuild index ac59ed740a..46a4408dee 100644 --- a/system/st/st.SlackBuild +++ b/system/st/st.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for st -# Copyright 2011-2018, Nikolay Korotkiy <sikmir@gmail.com> +# Copyright 2011-2019, Nikolay Korotkiy <sikmir@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=st -VERSION=${VERSION:-0.8.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.8.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |