diff options
author | Santhosh Raju <fox@FreeBSD.org> | 2024-11-04 06:16:42 +0100 |
---|---|---|
committer | Santhosh Raju <fox@FreeBSD.org> | 2024-11-04 06:19:38 +0100 |
commit | ed636668a3f686c3e56d1624fc150a1e5f904fe6 (patch) | |
tree | de5a13708825dbdb66875833571a10dcba54a1e1 | |
parent | science/arbor: Broken on 15 with clang-15; Update WWW (diff) |
sysutils/pfetch: Update to 1.6.0
Changes since 1.5.0:
1.6.0
What's Changed
* Fix parameter substitution on BSD by @merdely in #48
* Adding a man page by @danielhejduk in #51
* Fixed typos by @polluks in #52 and #53
* Support custom ASCII art
* Proper error when uname is unavailible
New Contributors
* @merdely made their first contribution in #48
Full Changelog: https://github.com/Un1q32/pfetch/compare/1.5.0...1.6.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 7202730638a7..6d5bb9462989 100644 --- a/sysutils/pfetch/Makefile +++ b/sysutils/pfetch/Makefile @@ -1,5 +1,5 @@ PORTNAME= pfetch -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.0 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/pfetch/distinfo b/sysutils/pfetch/distinfo index 6dca54b300f4..a9e8b04d457a 100644 --- a/sysutils/pfetch/distinfo +++ b/sysutils/pfetch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728214833 -SHA256 (Un1q32-pfetch-1.5.0_GH0.tar.gz) = 54f0d341460b9330ed435f3b8a95991f7cbb278db5464d788c07e0c5be1f7d70 -SIZE (Un1q32-pfetch-1.5.0_GH0.tar.gz) = 24948 +TIMESTAMP = 1730697247 +SHA256 (Un1q32-pfetch-1.6.0_GH0.tar.gz) = 06190a043677ae7c6d3fbdd2049e32cee440e733cc50117d56f96d14bf3918b5 +SIZE (Un1q32-pfetch-1.6.0_GH0.tar.gz) = 25773 |