system/fatsort: Updated for version 1.6.5.640.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4c3af82801
commit
4a735ced33
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue