diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-12-12 21:47:31 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-12-12 21:47:31 +0800 |
| commit | 0b8ccb5f8bdad5979233941b8775bf07b6603079 (patch) | |
| tree | cca5ce67dab3df544da60e7cfe38e8ae47d04c5b /repos/extra | |
| parent | 1cd9d2120b9a2c3bcba4f698a6cf0973c6967618 (diff) | |
| download | alicelinux-0b8ccb5f8bdad5979233941b8775bf07b6603079.tar.gz alicelinux-0b8ccb5f8bdad5979233941b8775bf07b6603079.zip | |
dunst: updated to 1.12.0
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/dunst/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/dunst/.files | 6 | ||||
| -rw-r--r-- | repos/extra/dunst/abuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/repos/extra/dunst/.checksum b/repos/extra/dunst/.checksum index ae161af2..f959cb98 100644 --- a/repos/extra/dunst/.checksum +++ b/repos/extra/dunst/.checksum @@ -1 +1 @@ -c5a7b55cb067b05573fc1c5671c0835aa061687e5cf057039b124f3152c9b0b1 dunst-1.11.0.tar.gz +7d1e5510a31d0a40d79829bd25779b28a185c4919e507aeab130b2c4e9722a9c dunst-1.12.0.tar.gz diff --git a/repos/extra/dunst/.files b/repos/extra/dunst/.files index d5103986..fb87fb08 100644 --- a/repos/extra/dunst/.files +++ b/repos/extra/dunst/.files @@ -16,9 +16,9 @@ drwxr-xr-x root/root usr/share/dbus-1/services/ -rw-r--r-- root/root usr/share/dbus-1/services/org.knopwob.dunst.service drwxr-xr-x root/root usr/share/fish/ drwxr-xr-x root/root usr/share/fish/vendor_completions.d/ --rw-r--r-- root/root usr/share/fish/vendor_completions.d/dunst --rw-r--r-- root/root usr/share/fish/vendor_completions.d/dunstctl --rw-r--r-- root/root usr/share/fish/vendor_completions.d/dunstify +-rw-r--r-- root/root usr/share/fish/vendor_completions.d/dunst.fish +-rw-r--r-- root/root usr/share/fish/vendor_completions.d/dunstctl.fish +-rw-r--r-- root/root usr/share/fish/vendor_completions.d/dunstify.fish 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 diff --git a/repos/extra/dunst/abuild b/repos/extra/dunst/abuild index bdcd8972..da09e414 100644 --- a/repos/extra/dunst/abuild +++ b/repos/extra/dunst/abuild @@ -1,5 +1,5 @@ name=dunst -version=1.11.0 +version=1.12.0 release=1 source="https://github.com/$name-project/$name/archive/v$version/$name-$version.tar.gz" [ -f $SPM_PKGDB/libx11 ] || export X11=0 |