diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-10-21 18:19:00 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-10-22 07:00:19 +0200 |
commit | 9d96d90a7dd5041007b869e40b14db1fa3b52e01 (patch) | |
tree | 6d86320ef9be3ccf4e3a658285519ea44cb9f1c0 /source | |
parent | cc9100112bedc83ea2109a4b2aa9ae50b5a97b13 (diff) | |
download | current-9d96d90a7dd5041007b869e40b14db1fa3b52e01.tar.gz current-9d96d90a7dd5041007b869e40b14db1fa3b52e01.tar.xz |
Fri Oct 21 18:19:00 UTC 202220221021181900
a/tree-2.0.4-x86_64-1.txz: Upgraded.
l/freecell-solver-6.8.0-x86_64-1.txz: Upgraded.
l/speech-dispatcher-0.11.3-x86_64-1.txz: Upgraded.
n/rsync-3.2.7-x86_64-1.txz: Upgraded.
This is a bugfix release.
Notably, this addresses some regressions caused by the file-list validation
fix in rsync-3.2.5.
Thanks to llgar.
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/tree/tree.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/tree/tree.SlackBuild b/source/a/tree/tree.SlackBuild index 0ada3cc7c..4ab327c4a 100755 --- a/source/a/tree/tree.SlackBuild +++ b/source/a/tree/tree.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tree -VERSION=2.0.2 +VERSION=2.0.4 BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: |