diff options
author | pomfland <pomfland@tfwno.gf> | 2024-06-28 18:52:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-28 18:57:58 +0700 |
commit | 4a735ced33b62ba776c5922558b3d53a361bdbe3 (patch) | |
tree | 621f5fb965759de5d32b55abd0cf7d9da94bcae4 | |
parent | 4c3af8280132bfbdc4e85037cbec56259ccf62f3 (diff) |
system/fatsort: Updated for version 1.6.5.640.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/fatsort/fatsort.SlackBuild | 4 | ||||
-rw-r--r-- | system/fatsort/fatsort.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/fatsort/fatsort.SlackBuild b/system/fatsort/fatsort.SlackBuild index 016408d21f3b..ada5421d87e7 100644 --- a/system/fatsort/fatsort.SlackBuild +++ b/system/fatsort/fatsort.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fatsort -# Copyright 2020 pomfland +# Copyright 2020-2024 pomfland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fatsort -VERSION=${VERSION:-1.6.4.625} +VERSION=${VERSION:-1.6.5.640} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/fatsort/fatsort.info b/system/fatsort/fatsort.info index 5418e075f393..1d1c95b3c938 100644 --- a/system/fatsort/fatsort.info +++ b/system/fatsort/fatsort.info @@ -1,8 +1,8 @@ PRGNAM="fatsort" -VERSION="1.6.4.625" +VERSION="1.6.5.640" HOMEPAGE="https://fatsort.sourceforge.io/" -DOWNLOAD="https://sourceforge.net/projects/fatsort/files/fatsort-1.6.4.625.tar.xz" -MD5SUM="a1976a8318db5c80ced71beb849279bb" +DOWNLOAD="https://prdownloads.sourceforge.net/fatsort/fatsort-1.6.5.640.tar.xz" +MD5SUM="5c545634fe15e6cf44efc847b631718e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |