File tree 2 files changed +5
-5
lines changed
config/rootfiles/packages
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
#usr/lib/cmake/fmt/fmt-targets.cmake
21
21
#usr/lib/libfmt.so
22
22
usr/lib/libfmt.so.11
23
- usr/lib/libfmt.so.11.0.2
23
+ usr/lib/libfmt.so.11.1.3
24
24
#usr/lib/pkgconfig/fmt.pc
Original file line number Diff line number Diff line change 1
1
###############################################################################
2
2
# #
3
3
# IPFire.org - A linux based firewall #
4
- # Copyright (C) 2007-
2024 IPFire Team <
[email protected] > #
4
+ # Copyright (C) 2007-
2025 IPFire Team <
[email protected] > #
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,15 +26,15 @@ include Config
26
26
27
27
SUMMARY = Open-source formatting library for C++
28
28
29
- VER = 11.0.2
29
+ VER = 11.1.3
30
30
31
31
THISAPP = fmt-$(VER)
32
32
DL_FILE = $(THISAPP).tar.gz
33
33
DL_FROM = $(URL_IPFIRE)
34
34
DIR_APP = $(DIR_SRC)/$(THISAPP)
35
35
TARGET = $(DIR_INFO)/$(THISAPP)
36
36
PROG = fmt
37
- PAK_VER = 6
37
+ PAK_VER = 7
38
38
39
39
DEPS =
40
40
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
46
46
47
47
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
48
48
49
- $(DL_FILE)_BLAKE2 = c1f7998e68770bbb93ab7211a18b4930727699b340b2f2e15dedc83e55ff02400cfd363abaec1bf63a0165f8c21cc515a4aa23c4f3bc2e65b6fbc041781f0379
49
+ $(DL_FILE)_BLAKE2 = ee7ff4e8fceb2aab03d91098d728de45d31284124d2ddb2644a6ca4f7e25fb2be6d3d66948aff663531345f3da1bb3740f15883bf2631ac436061a19eec88bde
50
50
51
51
install : $(TARGET)
52
52
You can’t perform that action at this time.
0 commit comments