alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

commit 3ce128a8999679c801127be2d8a80d8b4fd7da56
parent 08295d4b8adf902e9f858dff39c56108d9d2ab92
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Thu,  2 Oct 2025 04:27:19 +0000

libnotify: updated to 0.8.7

Diffstat:
Mrepos/extra/libnotify/.checksum | 2+-
Mrepos/extra/libnotify/abuild | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/repos/extra/libnotify/.checksum b/repos/extra/libnotify/.checksum @@ -1 +1 @@ -9f4b67e35dcafaf57765e04d25c7aa1b4f1e6a245c5fb15f9e0f6f0b73edfc11 libnotify-0.8.6.tar.xz +5b9b640a8995667bd2081127dc900fe238b253395c84f56aa78a59c6e96bcc30 libnotify-0.8.7.tar.xz diff --git a/repos/extra/libnotify/abuild b/repos/extra/libnotify/abuild @@ -1,5 +1,5 @@ name=libnotify -version=0.8.6 +version=0.8.7 release=1 source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz" build_opt="-Dgtk_doc=false -Dman=false -Dtests=false"