diff options
author | Nate Bargmann <n0nb@n0nb.us> | 2018-01-27 13:13:53 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-28 06:36:41 +0700 |
commit | 968fd38e9951cf55541f440c07920f0c9c51973f (patch) | |
tree | dd86b32ae009a9653995e7c69d792da58d359496 /development/astyle/astyle.SlackBuild | |
parent | d4b67489ee415579416e00a98978d5e536a3d7a4 (diff) | |
download | slackbuilds-968fd38e9951cf55541f440c07920f0c9c51973f.tar.gz |
development/astyle: Updated for version 3.1
Signed-off-by: Nate Bargmann <n0nb@n0nb.us>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/astyle/astyle.SlackBuild')
-rw-r--r-- | development/astyle/astyle.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/astyle/astyle.SlackBuild b/development/astyle/astyle.SlackBuild index 0a4b20db66..38ab8648bd 100644 --- a/development/astyle/astyle.SlackBuild +++ b/development/astyle/astyle.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Artistic Style -# Nate Bargmann <n0nb@arrl.net> +# Copyright 2017,2018 Nate Bargmann <n0nb@arrl.net> # Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org @@ -33,7 +33,7 @@ # not, see <http://www.gnu.org/licenses/>. PRGNAM=${PRGNAM:-astyle} -VERSION=${VERSION:-3.0.1} +VERSION=${VERSION:-3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |