diff options
Diffstat (limited to '')
-rwxr-xr-x | source/n/alpine/alpine.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/n/alpine/alpine.SlackBuild b/source/n/alpine/alpine.SlackBuild index 6846bea06..978fecc8d 100755 --- a/source/n/alpine/alpine.SlackBuild +++ b/source/n/alpine/alpine.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2015, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2015, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,12 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=alpine -VERSION=${VERSION:-2.21} -ALPINEBUILD=${ALPINEBUILD:-3} +VERSION=${VERSION:-2.22} +ALPINEBUILD=${ALPINEBUILD:-1} IMAPDBUILD=${IMAPDBUILD:-1} PINEPGP=${PINEPGP:-0.18.0} -# By default, do not build the unmaintained and possibly insecure impad: +# By default, do not build the unmaintained and possibly insecure imapd: BUILD_IMAPD=${BUILD_IMAPD:-NO} # Automatically determine the architecture we're building on: |