~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to lfs/fmt

  • Committer: Michael Tremer
  • Date: 2024-07-22 15:21:20 UTC
  • Revision ID: git-v1:dd813c6bc889fb7eca4340401e609877c183e42a
make.sh: Explicitely download packages when building the toolchain

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
###############################################################################
2
2
#                                                                             #
3
3
# IPFire.org - A linux based firewall                                         #
4
 
# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 
4
# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
5
5
#                                                                             #
6
6
# This program is free software: you can redistribute it and/or modify        #
7
7
# it under the terms of the GNU General Public License as published by        #
26
26
 
27
27
SUMMARY    = Open-source formatting library for C++
28
28
 
29
 
VER        = 10.0.0
 
29
VER        = 10.2.1
30
30
 
31
31
THISAPP    = fmt-$(VER)
32
32
DL_FILE    = $(THISAPP).tar.gz
34
34
DIR_APP    = $(DIR_SRC)/$(THISAPP)
35
35
TARGET     = $(DIR_INFO)/$(THISAPP)
36
36
PROG       = fmt
37
 
PAK_VER    = 3
 
37
PAK_VER    = 4
38
38
 
39
39
DEPS       =
40
40
 
46
46
 
47
47
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
48
48
 
49
 
$(DL_FILE)_BLAKE2 = 4e778fd352ed084b9790b59b4875fc6ed04b7a58a40b3673854dd00763f492cc838970e8faef77b5f9db5e912a2fc77943aedb4ca4afb64a3736129cc4611809
 
49
$(DL_FILE)_BLAKE2 = 7bef719aa99464b5cb608c81ca78e23f3aed81cadfa9ed65246c4983a98f0cadb27983d42929ab4e0b5e264673e38d7658a4f7d5171e624b2431b3c6327071d9
50
50
 
51
51
install : $(TARGET)
52
52