diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-21 12:23:37 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-21 12:23:37 +0200 |
commit | dc41d35fb2a2bf84bbeb051d3b38f955ff0c0a53 (patch) | |
tree | ce48181626a14ca69577a3c78e3ded76b830815f /dbus | |
parent | deb8b3ef6dd6d74f9a0b2fee8a289905b0757025 (diff) | |
download | repository-dc41d35fb2a2bf84bbeb051d3b38f955ff0c0a53.tar.gz |
dunst: bump to 1.7.0
Diffstat (limited to 'dbus')
-rwxr-xr-x | dbus/dunst/build | 4 | ||||
-rw-r--r-- | dbus/dunst/checksums | 3 | ||||
-rw-r--r-- | dbus/dunst/sources | 2 | ||||
-rw-r--r-- | dbus/dunst/version | 2 |
4 files changed, 5 insertions, 6 deletions
diff --git a/dbus/dunst/build b/dbus/dunst/build index 36e542cf..08bb2faa 100755 --- a/dbus/dunst/build +++ b/dbus/dunst/build @@ -3,13 +3,11 @@ export DESTDIR="$1" mk() { - # No, I actually want to get the output, shellcheck, thank you very much. - # shellcheck disable=2181 make \ PREFIX=/usr \ MANDIR=/usr/share \ DESTDIR="$DESTDIR" \ - WAYLAND="$(cpt l wayland >/dev/null 2>&1; printf '%s' "$(($? == 0))")" \ + WAYLAND="$(cpt l -C wayland 1 0)" \ "$@" } diff --git a/dbus/dunst/checksums b/dbus/dunst/checksums index f126f8b2..88d1102e 100644 --- a/dbus/dunst/checksums +++ b/dbus/dunst/checksums @@ -1 +1,2 @@ -cc7d801575f75e92b18d46ee5d3df80aaf331c88b83ec6caabbecf8636310e13 v1.6.1.tar.gz +%BLAKE3 +6b44892d2cc019f2eeb00808257e78edf0aa3c30a3458ae8e2d20e1964b5a43d v1.7.0.tar.gz diff --git a/dbus/dunst/sources b/dbus/dunst/sources index 65c166f4..a0e91975 100644 --- a/dbus/dunst/sources +++ b/dbus/dunst/sources @@ -1 +1 @@ -https://github.com/dunst-project/dunst/archive/v1.6.1.tar.gz +https://github.com/dunst-project/dunst/archive/v1.7.0.tar.gz diff --git a/dbus/dunst/version b/dbus/dunst/version index b109a380..abd32472 100644 --- a/dbus/dunst/version +++ b/dbus/dunst/version @@ -1 +1 @@ -1.6.1 1 +1.7.0 1 |