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";