git: 6a8e8d91f1e1 - main - x11-toolkits/aquamarine: update to 0.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Nov 2024 18:39:47 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a8e8d91f1e1c32aaa3389bcbb84a7b9ffb18e45 commit 6a8e8d91f1e1c32aaa3389bcbb84a7b9ffb18e45 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-11-16 16:34:41 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-11-16 18:38:21 +0000 x11-toolkits/aquamarine: update to 0.5.0 Changes: https://github.com/hyprwm/aquamarine/releases/tag/v0.5.0 Reported by: GitHub (watch releases) --- x11-toolkits/aquamarine/Makefile | 2 +- x11-toolkits/aquamarine/distinfo | 6 +++--- x11-toolkits/aquamarine/pkg-plist | 2 +- x11-wm/hyprland/Makefile | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/x11-toolkits/aquamarine/Makefile b/x11-toolkits/aquamarine/Makefile index 999769eedb0c..1edd81120c0b 100644 --- a/x11-toolkits/aquamarine/Makefile +++ b/x11-toolkits/aquamarine/Makefile @@ -1,6 +1,6 @@ PORTNAME= aquamarine DISTVERSIONPREFIX= v -DISTVERSION= 0.4.5 +DISTVERSION= 0.5.0 CATEGORIES= x11-toolkits MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-toolkits/aquamarine/distinfo b/x11-toolkits/aquamarine/distinfo index f34423295e52..21a2a7dced92 100644 --- a/x11-toolkits/aquamarine/distinfo +++ b/x11-toolkits/aquamarine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731330337 -SHA256 (hyprwm-aquamarine-v0.4.5_GH0.tar.gz) = 53b9d988377d1a8b7302b18b01db79fe14067a3d8ff94b4c7f93cdcadb6e6e41 -SIZE (hyprwm-aquamarine-v0.4.5_GH0.tar.gz) = 76310 +TIMESTAMP = 1731774881 +SHA256 (hyprwm-aquamarine-v0.5.0_GH0.tar.gz) = 30ced616ce5c2f1b83a0c4807637589157af5ba98e7956f0e6168d5724f5b62c +SIZE (hyprwm-aquamarine-v0.5.0_GH0.tar.gz) = 76302 diff --git a/x11-toolkits/aquamarine/pkg-plist b/x11-toolkits/aquamarine/pkg-plist index 8241666be538..2ad073adfeaf 100644 --- a/x11-toolkits/aquamarine/pkg-plist +++ b/x11-toolkits/aquamarine/pkg-plist @@ -15,6 +15,6 @@ include/aquamarine/input/Input.hpp include/aquamarine/misc/Attachment.hpp include/aquamarine/output/Output.hpp lib/libaquamarine.so -lib/libaquamarine.so.3 +lib/libaquamarine.so.4 lib/libaquamarine.so.%%VERSION%% libdata/pkgconfig/aquamarine.pc diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index ddd59232ad20..8281692fd6dc 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.45.0 +PORTREVISION= 1 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org