diff options
| author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2026-03-05 12:50:09 +0000 |
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2026-03-05 16:35:45 +0000 |
| commit | 949d6096a40c3cd9cc4edc070dcece7a57c7eaad (patch) | |
| tree | 2e53f5d5663871ba377249d21515ee328e083f9d | |
| parent | 6334fb67a07d00cbfeb07bd0b002c65de2ede82e (diff) | |
sysutils/conky: Update to 1.22.3
ChangeLog: https://github.com/brndnmtthws/conky/releases/tag/v1.22.3
Features
* Extended MOC variables
Improvements
* Fix detection of postmaretOs in /etc/os-release parsing
* Update config_settings.yaml
Bug fixes
* Handle paths for lua_load
* Fix compilation issues on Apple Clang arm64-apple-darwin
* fix(proc): harden /proc helpers and add tests
* fix(proc): harden /proc helpers
* Fix uninstall script syntax
* fix(build): Disable root paths when finding protocol files
Miscellaneous
* bump version
* Add debug AppImage
* build(deps): bump the actions group across 1 directory with 7 updates
* Fix .dockerignore
* Fix background rendering for wayland output
* Fixed typo inside the hwmon parse error message
* chore: only run CI for macos-latest
* Fix mouse button events for owned windows with XInput2 - Fixes #2047
* fix(darwin): correct top cpu percentage math
* docs: add repository and copilot review instructions
* fix(linux): fix off-by-one buffer overflow in process_parse_stat
Dependencies
* chore: bump web deps
* Better Text Rendering for cairo / lua
| -rw-r--r-- | sysutils/conky/Makefile | 2 | ||||
| -rw-r--r-- | sysutils/conky/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index cdfad7ce80db..7049596577d5 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -1,5 +1,5 @@ PORTNAME= conky -PORTVERSION= 1.22.2 +PORTVERSION= 1.22.3 DISTVERSIONPREFIX= v CATEGORIES= sysutils diff --git a/sysutils/conky/distinfo b/sysutils/conky/distinfo index aa609f402172..8157ab95c89a 100644 --- a/sysutils/conky/distinfo +++ b/sysutils/conky/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751807206 -SHA256 (brndnmtthws-conky-v1.22.2_GH0.tar.gz) = 0eec3d4358385fb67b369f02dbd82217c912ba0edc3533f27377ba33f90084c1 -SIZE (brndnmtthws-conky-v1.22.2_GH0.tar.gz) = 2028970 +TIMESTAMP = 1772715003 +SHA256 (brndnmtthws-conky-v1.22.3_GH0.tar.gz) = 645af6bbd3b1f8ad44cb427b3e3d6a97db05687aeee33021d4348c39215ab28f +SIZE (brndnmtthws-conky-v1.22.3_GH0.tar.gz) = 2227352 |
