diff options
author | Barry J. Grundy <bgrundyat> | 2019-01-19 04:18:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-19 04:18:24 +0700 |
commit | 301ae5e62f1b15c0d9e8dddbe80aa04258e57b8e (patch) | |
tree | fa4910aa6dd2342856fd0942681b6ecfc7092bbc /libraries/libvhdi/libvhdi.SlackBuild | |
parent | 8d975b1304aa298bcfe59bfef44bcfd171119901 (diff) |
libraries/libvhdi: Updated for version 20181125.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libvhdi/libvhdi.SlackBuild')
-rw-r--r-- | libraries/libvhdi/libvhdi.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libraries/libvhdi/libvhdi.SlackBuild b/libraries/libvhdi/libvhdi.SlackBuild index 85e18a44c89aa..aa82cc3f74836 100644 --- a/libraries/libvhdi/libvhdi.SlackBuild +++ b/libraries/libvhdi/libvhdi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libvhdi -# Copyright 2014-2016 Barry J. Grundy (bgrundy<at>linuxleo.com) +# Copyright 2014-2019 Barry J. Grundy (bgrundy<at>linuxleo.com) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,11 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Updated v20160108 March 2016 Barry J. Grundy -# Updated for libvhdi-alpha-20160424 (upstream deleted previous tags) --dbs +# Updated v20181125 Jan 2019 PRGNAM=libvhdi -VERSION=${VERSION:-20160424} +VERSION=${VERSION:-20181125} STATUS=${STATUS:-alpha} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |