From 40bacab90f4277ea83c4db3e8c0cdf7cf1398f18 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Jun 2025 13:54:29 +1200 Subject: [PATCH] 'Generic Commit' --- getpkg/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getpkg/src/main.cpp b/getpkg/src/main.cpp index 7a12545..e12228a 100644 --- a/getpkg/src/main.cpp +++ b/getpkg/src/main.cpp @@ -640,7 +640,7 @@ int list_packages(int argc, char* argv[]) { std::string remoteHash; if (getbin.getHash(packageName, arch, remoteHash) && !remoteHash.empty()) { if (localHash == remoteHash) { - status = "Latest"; + status = "Up to date"; remoteStatus = "OK"; } else { status = "Update";