Skip to content

Commit

Permalink
main/fastfetch: update to 2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiKettunen authored and nekopsykose committed Oct 23, 2024
1 parent 6e6a535 commit 7f89978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/fastfetch/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "fastfetch"
pkgver = "2.27.1"
pkgver = "2.28.0"
pkgrel = 0
build_style = "cmake"
configure_args = ["-DBUILD_TESTS=ON", "-DENABLE_SYSTEM_YYJSON=ON"]
Expand Down Expand Up @@ -27,7 +27,7 @@
license = "MIT"
url = "https://github.com/fastfetch-cli/fastfetch"
source = f"{url}/archive/refs/tags/{pkgver}.tar.gz"
sha256 = "de12f8cdb52bc1f123aa9b37813f009eeb09f15cbf43b033693c2936716e2626"
sha256 = "115d9947ee0acf6246894888998db31de024f651123396c6251033390c241dc7"
tool_flags = {"CFLAGS": ["-DNDEBUG"]}
# CFI: dies immediately (ffPlatformPathAddHome at FFlist.c:31:12)
hardening = ["vis", "!cfi"]

0 comments on commit 7f89978

Please sign in to comment.