From bd4908234cc20a57d23b32eb6e9c2fe2dbfa8a68 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 4 Sep 2026 15:56:41 +0300 Subject: [PATCH] Update package version to 2.67.1 --- info.yml | 4 ++-- source-files/add-tide-bpm-detection.patch | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/info.yml b/info.yml index f257edf..2af8512 100644 --- a/info.yml +++ b/info.yml @@ -1,6 +1,6 @@ name: fastfetch description: A maintained, feature-rich and performance oriented, neofetch like system information tool -version: 2.66.0 +version: 2.67.1 revision: 1 url: https://github.com/fastfetch-cli/fastfetch license: MIT @@ -47,4 +47,4 @@ downloads: - url: https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 547883c2f0dbc85a4545d4533f5b812fbc4c8ffe1271056de18b51994acbf474 + checksum: 52489550d1fdeac8bde8b3442064e3bc78d28fda752a171dc46a6cd97454f237 diff --git a/source-files/add-tide-bpm-detection.patch b/source-files/add-tide-bpm-detection.patch index 4fbc558..50260a0 100644 --- a/source-files/add-tide-bpm-detection.patch +++ b/source-files/add-tide-bpm-detection.patch @@ -1,5 +1,5 @@ diff --git a/doc/json_schema.json b/doc/json_schema.json -index e9271b2f..dbe921f3 100644 +index e948d9285..6f0d149ff 100644 --- a/doc/json_schema.json +++ b/doc/json_schema.json @@ -446,7 +446,7 @@ @@ -12,7 +12,7 @@ index e9271b2f..dbe921f3 100644 }, "physicaldiskFormat": { diff --git a/src/detection/packages/packages.h b/src/detection/packages/packages.h -index 21193493..7aa0c86a 100644 +index 211934932..7aa0c86a3 100644 --- a/src/detection/packages/packages.h +++ b/src/detection/packages/packages.h @@ -8,6 +8,7 @@ typedef struct FFPackagesResult { @@ -24,7 +24,7 @@ index 21193493..7aa0c86a 100644 uint32_t brewCask; uint32_t cards; diff --git a/src/detection/packages/packages_linux.c b/src/detection/packages/packages_linux.c -index ee4efbe4..63c3de0c 100644 +index 6d0a71616..7d044e765 100644 --- a/src/detection/packages/packages_linux.c +++ b/src/detection/packages/packages_linux.c @@ -568,6 +568,9 @@ static void getPackageCounts(FFstrbuf* baseDir, FFPackagesResult* packageCounts, @@ -38,7 +38,7 @@ index ee4efbe4..63c3de0c 100644 static void getPackageCountsRegular(FFstrbuf* baseDir, FFPackagesResult* packageCounts, FFPackagesOptions* options) { diff --git a/src/logo/ascii/t.inc b/src/logo/ascii/t.inc -index 3adf4784..1e61d352 100644 +index 3adf4784a..1e61d3526 100644 --- a/src/logo/ascii/t.inc +++ b/src/logo/ascii/t.inc @@ -85,6 +85,19 @@ static const FFlogo T[] = { @@ -63,7 +63,7 @@ index 3adf4784..1e61d352 100644 { diff --git a/src/logo/ascii/t/tidelinux.txt b/src/logo/ascii/t/tidelinux.txt new file mode 100644 -index 00000000..2d8b44e3 +index 000000000..2d8b44e39 --- /dev/null +++ b/src/logo/ascii/t/tidelinux.txt @@ -0,0 +1,14 @@ @@ -82,19 +82,19 @@ index 00000000..2d8b44e3 + $2*$1@@$2~~ $2~$1@@@@$2~~~ + $2~~ $2~~~~ diff --git a/src/modules/packages/option.h b/src/modules/packages/option.h -index c215593c..b7075139 100644 +index a9bb444a8..adfb96e0c 100644 --- a/src/modules/packages/option.h +++ b/src/modules/packages/option.h -@@ -41,6 +41,7 @@ typedef enum FF_A_PACKED FFPackagesFlags { +@@ -41,6 +41,7 @@ typedef enum FFPackagesFlags: uint64_t { FF_PACKAGES_FLAG_CARDS_BIT = UINT64_C(1) << 34U, FF_PACKAGES_FLAG_PORG_BIT = UINT64_C(1) << 35U, FF_PACKAGES_FLAG_INSTALLRELEASE_BIT = UINT64_C(1) << 36U, + FF_PACKAGES_FLAG_BPM_BIT = UINT64_C(1) << 37U, - FF_PACKAGES_FLAG_FORCE_UNSIGNED = UINT64_MAX, } FFPackagesFlags; static_assert(sizeof(FFPackagesFlags) == sizeof(uint64_t), ""); + diff --git a/src/modules/packages/packages.c b/src/modules/packages/packages.c -index 8cb4027b..05128816 100644 +index f31275a86..76881cdea 100644 --- a/src/modules/packages/packages.c +++ b/src/modules/packages/packages.c @@ -55,6 +55,7 @@ bool ffPrintPackages(FFPackagesOptions* options) { @@ -137,7 +137,7 @@ index 8cb4027b..05128816 100644 FF_APPEND_PACKAGE_COUNT(brew) FF_APPEND_PACKAGE_COUNT(brewCask) FF_APPEND_PACKAGE_COUNT(cards) -@@ -523,6 +528,7 @@ FFModuleBaseInfo ffPackagesModuleInfo = { +@@ -545,6 +550,7 @@ FFModuleBaseInfo ffPackagesModuleInfo = { { "Number of am-user (aka appman) packages", "am-user" }, { "Number of appimage packages", "appimage" }, { "Number of apk packages", "apk" },