diff options
author | Santhosh Raju <fox@FreeBSD.org> | 2024-09-03 11:25:48 +0200 |
---|---|---|
committer | Santhosh Raju <fox@FreeBSD.org> | 2024-09-03 11:32:57 +0200 |
commit | 8aa1ffaa53fbc6c17692f9db12004db52cd18a56 (patch) | |
tree | 53e30984abf8074f69e987228d94caa18b381484 | |
parent | www/hurl: update to 5.0.1 (diff) |
sysutils/pfetch: Update to 1.4.0
Changes since 1.3.0:
1.4.0
What's Changed
* Add support for more package managers by @AlbydST in #34
* Support Digital UNIX (aka Tru64 UNIX)
* Support HP-UX
* PF_KERNEL variable to control the displayed kernel version
* Support disk info for NetBSD
Full Changelog: https://github.com/Un1q32/pfetch/compare/1.3.0...1.4.0
-rw-r--r-- | sysutils/pfetch/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pfetch/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/pfetch/Makefile b/sysutils/pfetch/Makefile index e182236d676c..54a38a1c2e74 100644 --- a/sysutils/pfetch/Makefile +++ b/sysutils/pfetch/Makefile @@ -1,5 +1,5 @@ PORTNAME= pfetch -DISTVERSION= 1.3.0 +DISTVERSION= 1.4.0 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/pfetch/distinfo b/sysutils/pfetch/distinfo index 9932c5934d4d..8566a5cce1b6 100644 --- a/sysutils/pfetch/distinfo +++ b/sysutils/pfetch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722849135 -SHA256 (Un1q32-pfetch-1.3.0_GH0.tar.gz) = 52f35c20c178e41ec8bd24003e426fe37d34a2080db772d87ab08775690daa6f -SIZE (Un1q32-pfetch-1.3.0_GH0.tar.gz) = 23569 +TIMESTAMP = 1725355023 +SHA256 (Un1q32-pfetch-1.4.0_GH0.tar.gz) = 9e46ead16beee9059807a9e576a9e48d1df7c2e21fd99ca351ffab498081e7af +SIZE (Un1q32-pfetch-1.4.0_GH0.tar.gz) = 24481 |