diff options
author | nia <nia@pkgsrc.org> | 2021-03-04 11:22:08 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-03-04 11:22:08 +0000 |
commit | 888891c31c5dae1b81e87a393f4425e18da2e146 (patch) | |
tree | 702d534292053d8103340889a350c0fda5ff23bc /wm | |
parent | e8e2b4c079560b30921c530aef3faa690f5245fb (diff) | |
download | pkgsrc-888891c31c5dae1b81e87a393f4425e18da2e146.tar.gz |
cwm: Update to 6.7
2020-05-22: Seventh public release 6.7 of portable cwm.
Changes made between OpenBSD 6.6 and 6.7
* Allowed cwm(1) configuration of window size based on percentage of
the master window during horizontal and vertical tiling actions.
* Allowed use of window-htile and window-vtile with the "empty" group
clients in cwm(1).
Diffstat (limited to 'wm')
-rw-r--r-- | wm/cwm/Makefile | 5 | ||||
-rw-r--r-- | wm/cwm/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/wm/cwm/Makefile b/wm/cwm/Makefile index aafaf321f53..1c3b3925cc5 100644 --- a/wm/cwm/Makefile +++ b/wm/cwm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2020/08/17 20:20:15 leot Exp $ +# $NetBSD: Makefile,v 1.25 2021/03/04 11:22:08 nia Exp $ -DISTNAME= cwm-6.6 -PKGREVISION= 1 +DISTNAME= cwm-6.7 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=leahneukirchen/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/wm/cwm/distinfo b/wm/cwm/distinfo index f1a0bc16799..3a1b51c9958 100644 --- a/wm/cwm/distinfo +++ b/wm/cwm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/01/04 20:58:23 ng0 Exp $ +$NetBSD: distinfo,v 1.5 2021/03/04 11:22:08 nia Exp $ -SHA1 (cwm-6.6.tar.gz) = d67ab92860fb82928a8e060b78cd23df9737edb6 -RMD160 (cwm-6.6.tar.gz) = 3062a5f945bbb92f1910268ccb35850aaeda22af -SHA512 (cwm-6.6.tar.gz) = ff94fd1b7d263f9de538e5b338db58a08e1bec3e4233b84ab0a3ac94c47a45e10b2c772f93b897e70baf9a3c04e1a6fa04604ac71655acb7ebd1d10edb381042 -Size (cwm-6.6.tar.gz) = 53062 bytes +SHA1 (cwm-6.7.tar.gz) = b10fb847d9f514804e39475961516da543eb486e +RMD160 (cwm-6.7.tar.gz) = ace3484da689214c6c12a9d9cc66f6aef898df91 +SHA512 (cwm-6.7.tar.gz) = 5ad0fa56d9c96c36cc32e68128e58d4e3a7483f349bb26be1083c5b5c6d853ff05eec1a783b07ed928bd99a35a2e0b2d7053fc89b828aa9bdfe3589a318c4171 +Size (cwm-6.7.tar.gz) = 53172 bytes |