mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/libpff: Updated for version 20231205.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2647a5792c
commit
38180d4079
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libpff
|
||||
#
|
||||
# Copyright 2014-2022 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# Copyright 2014-2024 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,12 +22,12 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Updated v20211114 May 2022
|
||||
# Updated v20231205 May 2024
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libpff
|
||||
VERSION=${VERSION:-20211114}
|
||||
VERSION=${VERSION:-20231205}
|
||||
STATUS=${STATUS:-alpha}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libpff"
|
||||
VERSION="20211114"
|
||||
VERSION="20231205"
|
||||
HOMEPAGE="https://github.com/libyal/libpff"
|
||||
DOWNLOAD="https://linuxleo.com/Source/libpff-alpha-20211114.tar.gz"
|
||||
MD5SUM="6046dc44808125d319f4f860134ede3b"
|
||||
DOWNLOAD="https://linuxleo.com/Source/libpff-alpha-20231205.tar.gz"
|
||||
MD5SUM="3b0d18971b0814de424d789ab3f51603"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue