diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-08-02 18:20:30 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-08-03 08:59:53 +0200 |
commit | 123fd2183361a2d5e244e28a603567a2e6f30314 (patch) | |
tree | c5f2b25fd440ee9ccdf3ff740b6dc560d17b032c /extra/source | |
parent | 7146524f273ad7add0d5b533156d35d07896ed8c (diff) | |
download | current-123fd2183361a2d5e244e28a603567a2e6f30314.tar.gz |
Sun Aug 2 18:20:30 UTC 202020200802182030
d/bison-3.7.1-x86_64-1.txz: Upgraded.
d/python-setuptools-49.2.1-x86_64-1.txz: Upgraded.
l/libcap-2.42-x86_64-1.txz: Upgraded.
x/libX11-1.6.10-x86_64-2.txz: Rebuilt.
Fix size calculation in _XimAttributeToValue.
Thanks to chrisVV and Yichao Yu.
extra/xfractint/xfractint-20.04p16-x86_64-1.txz: Upgraded.
Diffstat (limited to 'extra/source')
-rwxr-xr-x | extra/source/xfractint/xfractint.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/source/xfractint/xfractint.SlackBuild b/extra/source/xfractint/xfractint.SlackBuild index 32cfe3c8..9d84f487 100755 --- a/extra/source/xfractint/xfractint.SlackBuild +++ b/extra/source/xfractint/xfractint.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2007, 2008, 2009, 2012, 2018 Patrick Volkerding, Sebeka, MN, USA +# Copyright 2007, 2008, 2009, 2012, 2018, 2020 Patrick Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xfractint -VERSION=${VERSION:-20.04p15} +VERSION=${VERSION:-20.04p16} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: |