git: cad207007f02 - main - devel/hyprutils: Update to 0.14.1
Hiroki Tagato <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=cad207007f02b34a03f7e72eb7ba423a0b385da2 commit cad207007f02b34a03f7e72eb7ba423a0b385da2 Author: Hiroki Tagato <[email protected]> AuthorDate: 2026-08-14 01:15:16 +0000 Commit: Hiroki Tagato <[email protected]> CommitDate: 2026-08-14 01:15:16 +0000 devel/hyprutils: Update to 0.14.1 Changelog: https://github.com/hyprwm/hyprutils/releases/tag/v0.14.1 Reported by: GitHub (watch releases) --- devel/hyprutils/Makefile | 2 +- devel/hyprutils/distinfo | 6 +++--- devel/hyprutils/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile index 5e2847c6ae2b..426426f48368 100644 --- a/devel/hyprutils/Makefile +++ b/devel/hyprutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= hyprutils DISTVERSIONPREFIX= v -DISTVERSION= 0.14.0 +DISTVERSION= 0.14.1 CATEGORIES= devel MAINTAINER= [email protected] diff --git a/devel/hyprutils/distinfo b/devel/hyprutils/distinfo index 8d12c70e4d35..c7099d25fdde 100644 --- a/devel/hyprutils/distinfo +++ b/devel/hyprutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1784506401 -SHA256 (hyprwm-hyprutils-v0.14.0_GH0.tar.gz) = b4af2177ede4ca3e1bb0ffff10348f82d776b911dd1e64fe693edd8ec9488101 -SIZE (hyprwm-hyprutils-v0.14.0_GH0.tar.gz) = 63150 +TIMESTAMP = 1786669690 +SHA256 (hyprwm-hyprutils-v0.14.1_GH0.tar.gz) = e8cfb093d8124de1e63d3635b7d749758d0919c2e1b3ce44462ef7ab003060c4 +SIZE (hyprwm-hyprutils-v0.14.1_GH0.tar.gz) = 67477 diff --git a/devel/hyprutils/pkg-plist b/devel/hyprutils/pkg-plist index 68b420ac1d1c..29bf9c9f55f5 100644 --- a/devel/hyprutils/pkg-plist +++ b/devel/hyprutils/pkg-plist @@ -21,7 +21,9 @@ include/hyprutils/memory/WeakPtr.hpp include/hyprutils/misc/HyprAssert.hpp include/hyprutils/os/File.hpp include/hyprutils/os/FileDescriptor.hpp +include/hyprutils/os/ProcLock.hpp include/hyprutils/os/Process.hpp +include/hyprutils/os/Semaphore.hpp include/hyprutils/path/Path.hpp include/hyprutils/signal/Listener.hpp include/hyprutils/signal/Signal.hpp