diff options
author | Barry J. Grundy <bgrundyat> | 2019-01-20 14:39:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-20 22:02:57 +0700 |
commit | 8d3421410b2d913af98a1a1c3d26a9d84afc795c (patch) | |
tree | 1469c33d2eae0eaab6869de6a17a88db4e886c9f /python/dfwinreg/dfwinreg.SlackBuild | |
parent | cf6e8f6ab07e5a3271f56c0f9f17c29e39ad92b0 (diff) | |
download | slackbuilds-8d3421410b2d913af98a1a1c3d26a9d84afc795c.tar.gz |
python/dfwinreg: Updated for version 20180712.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 10f7c48042..49d7b70c55 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} |