diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-08 08:20:14 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-08 08:20:14 +0800 |
| commit | 7ef051005aaeadbe26077c10c9642ba28f47cbf1 (patch) | |
| tree | ae1712432c7e49f83c62a30c24ce59519b073e78 | |
| parent | 7380ee67c4d40b056908ea89d26040c87ef1dfe5 (diff) | |
| download | alicelinux-7ef051005aaeadbe26077c10c9642ba28f47cbf1.tar.gz alicelinux-7ef051005aaeadbe26077c10c9642ba28f47cbf1.zip | |
dunst: updated to 1.12.1
| -rw-r--r-- | repos/extra/dunst/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/dunst/.files | 1 | ||||
| -rw-r--r-- | repos/extra/dunst/abuild | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/repos/extra/dunst/.checksum b/repos/extra/dunst/.checksum index f959cb98..20283ceb 100644 --- a/repos/extra/dunst/.checksum +++ b/repos/extra/dunst/.checksum @@ -1 +1 @@ -7d1e5510a31d0a40d79829bd25779b28a185c4919e507aeab130b2c4e9722a9c dunst-1.12.0.tar.gz +582ca014fa601f4c2f6734d376e5f4ab842a06e43fab0ae38c728a0f055d7329 dunst-1.12.1.tar.gz diff --git a/repos/extra/dunst/.files b/repos/extra/dunst/.files index fb87fb08..1489e55e 100644 --- a/repos/extra/dunst/.files +++ b/repos/extra/dunst/.files @@ -23,6 +23,7 @@ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/dunst.1.gz -rw-r--r-- root/root usr/share/man/man1/dunstctl.1.gz +-rw-r--r-- root/root usr/share/man/man1/dunstify.1.gz drwxr-xr-x root/root usr/share/man/man5/ -rw-r--r-- root/root usr/share/man/man5/dunst.5.gz drwxr-xr-x root/root usr/share/zsh/ diff --git a/repos/extra/dunst/abuild b/repos/extra/dunst/abuild index da09e414..4d963715 100644 --- a/repos/extra/dunst/abuild +++ b/repos/extra/dunst/abuild @@ -1,5 +1,5 @@ name=dunst -version=1.12.0 +version=1.12.1 release=1 source="https://github.com/$name-project/$name/archive/v$version/$name-$version.tar.gz" [ -f $SPM_PKGDB/libx11 ] || export X11=0 |