diff options
author | nia <nia@pkgsrc.org> | 2020-12-05 14:56:33 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-12-05 14:56:33 +0000 |
commit | 19e27e19d98ddf1cbba780fd39c43f98c61e44df (patch) | |
tree | 80383753bab392aa5cdf50f4ba8e3f2bca2d0f97 /x11 | |
parent | cad45825bd09d07b75a3eabfbfcc7e36ac796c58 (diff) | |
download | pkgsrc-19e27e19d98ddf1cbba780fd39c43f98c61e44df.tar.gz |
sxhkd: Update to 0.6.2
Bastien Dejean (13):
Add an option to specify the chain abortion keysym
Version 0.6.0
Fix memory leak in `destroy_chain`
Handle unreachable keysyms
Version 0.6.1
Fix GCC warnings
Pass `--tags` to `git describe`
Make it build with GCC 10
Mention the fact that the sequences can be nested
Fix clang static analyzer warnings
Add complex example from @msteen
Sequences can't be nested
Version 0.6.2
Lesik (1):
Remove explicit mention of xorg.service in sxhkd.service
Miroslav Koškár (1):
Use preferred X screen
Diffstat (limited to 'x11')
-rw-r--r-- | x11/sxhkd/Makefile | 4 | ||||
-rw-r--r-- | x11/sxhkd/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/sxhkd/Makefile b/x11/sxhkd/Makefile index e4ac9e832e1..340db5a78d0 100644 --- a/x11/sxhkd/Makefile +++ b/x11/sxhkd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/05/10 13:35:07 leot Exp $ +# $NetBSD: Makefile,v 1.4 2020/12/05 14:56:33 nia Exp $ -DISTNAME= sxhkd-0.5.9 +DISTNAME= sxhkd-0.6.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=baskerville/} GITHUB_TAG= ${PKGVERSION} diff --git a/x11/sxhkd/distinfo b/x11/sxhkd/distinfo index 10218fd5627..1cf39874547 100644 --- a/x11/sxhkd/distinfo +++ b/x11/sxhkd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/05/10 13:35:07 leot Exp $ +$NetBSD: distinfo,v 1.5 2020/12/05 14:56:33 nia Exp $ -SHA1 (sxhkd-0.5.9.tar.gz) = e1199d78d4acea12c89a4e3163d8c86ac22e1058 -RMD160 (sxhkd-0.5.9.tar.gz) = ea0292b1422680f1bde5d4859b1d2bdbe4f4f43c -SHA512 (sxhkd-0.5.9.tar.gz) = 32ee7261b4fa10d5a62a7fa61e689977d12afd654e81123711bda1f006e4b6baa7524352086037594e6ef1989dd8fcb6eddc1114085ee91546a69f6d1146924e -Size (sxhkd-0.5.9.tar.gz) = 34649 bytes +SHA1 (sxhkd-0.6.2.tar.gz) = cfb2a6c3ca0d969c7d2177464957a898167b8f22 +RMD160 (sxhkd-0.6.2.tar.gz) = 9fd7d95aa2d44decc2f10134233d0179b96e7012 +SHA512 (sxhkd-0.6.2.tar.gz) = 3f758aec3de76c6336a9008e997317ed7a05db0fcd81025d8f856694c2b8162022e25d9a48876de99056748a2dbe6a561a0e1594973c854ac2c98d44af6b03aa +Size (sxhkd-0.6.2.tar.gz) = 35711 bytes |