diff options
Diffstat (limited to 'development/alembic/alembic.SlackBuild')
-rw-r--r-- | development/alembic/alembic.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/alembic/alembic.SlackBuild b/development/alembic/alembic.SlackBuild index ff7624523d..11036dfb53 100644 --- a/development/alembic/alembic.SlackBuild +++ b/development/alembic/alembic.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for alembic -# Copyright 2017-2018 Christopher Walker Kempner, TX +# Copyright 2017-2018 Chris Walker Kempner, TX # 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=alembic -VERSION=${VERSION:-0.9.9} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.0.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |