diff options
Diffstat (limited to 'python/dfwinreg/dfwinreg.SlackBuild')
-rw-r--r-- | python/dfwinreg/dfwinreg.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/dfwinreg/dfwinreg.SlackBuild b/python/dfwinreg/dfwinreg.SlackBuild index 10f7c48042b98..49d7b70c559ac 100644 --- a/python/dfwinreg/dfwinreg.SlackBuild +++ b/python/dfwinreg/dfwinreg.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for dfwinreg -# Copyright 2017-2018 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2017-2019 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,10 +21,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated to version 20170706, March 2018 +# Updated to version 20180712, Jan 2019 PRGNAM=dfwinreg -VERSION=${VERSION:-20170706} +VERSION=${VERSION:-20180712} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |