summaryrefslogtreecommitdiff
path: root/www/vimb
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2020-01-03 14:55:27 +0000
committerleot <leot@pkgsrc.org>2020-01-03 14:55:27 +0000
commitf1fd27a20de9ca9731b09b4800e6d76146616c5e (patch)
treef83a6472687c68d08f53f8883ea8d929149e86dc /www/vimb
parent314a69856ebeff9d52c68ec502eb9949bbf8df96 (diff)
downloadpkgsrc-f1fd27a20de9ca9731b09b4800e6d76146616c5e.tar.gz
vimb: Update to 3.6.0
Changes: 3.6.0 ===== Added ----- * `:cleardata [listOfDataTypes] [timeSpan]` command to clear various types of stored website data modified in the last _timeSpan_. * Setting `hint-match-element` to allow to disable the hinting to filter hints by the elements text content. This is useful if 'hint-keys' are set the chars instead of numbers. * New autocmd event `LoadStarting` to run auto commands before the first page content is loaded (Thanks to Patrick Steinhardt). * Setting `geolocation` with values ('ask', 'always' and 'never') to allow the user to permit or disable geolcation requests by default (Thanks to Alva). * Setting `dark-mode` to switch the webview into dark mode, which might be picked up by pages media query to setup dark styling (Thanks to Alva). * Option `--cmd, -C` to run ex commands on startup. Removed ------- * `:clearcache` was removed in favor of more advanced `:cleardata` command. The previous behaviour of `:clearcache` could be replaces by `:cleardata memory-cache,disk-cache`.
Diffstat (limited to 'www/vimb')
-rw-r--r--www/vimb/Makefile5
-rw-r--r--www/vimb/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/www/vimb/Makefile b/www/vimb/Makefile
index 8e99a7b5e76..b005a519264 100644
--- a/www/vimb/Makefile
+++ b/www/vimb/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2019/09/10 22:53:54 leot Exp $
+# $NetBSD: Makefile,v 1.35 2020/01/03 14:55:27 leot Exp $
-DISTNAME= vimb-3.5.0
-PKGREVISION= 1
+DISTNAME= vimb-3.6.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=fanglingsu/}
diff --git a/www/vimb/distinfo b/www/vimb/distinfo
index 8957e2e45b0..c99b2e24e08 100644
--- a/www/vimb/distinfo
+++ b/www/vimb/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/07/31 16:33:42 leot Exp $
+$NetBSD: distinfo,v 1.7 2020/01/03 14:55:27 leot Exp $
-SHA1 (vimb-3.5.0.tar.gz) = e988398a1d83744ef0c7021f5aa7084b55f4ca67
-RMD160 (vimb-3.5.0.tar.gz) = cfd03e29f1fef449deb8769aa45fce8bfa376e0b
-SHA512 (vimb-3.5.0.tar.gz) = e90373235b0d277a8232eff069faaa0c615d53dbfbfae3c3ba76af30cc5a3424c173c4bc5f56c0e5dd2d4e5dac349d6615d452a00ab2b2ee12c7c39ebe95c981
-Size (vimb-3.5.0.tar.gz) = 141269 bytes
+SHA1 (vimb-3.6.0.tar.gz) = c068cb9743be8f326c7d3da416d45ef2d1844b76
+RMD160 (vimb-3.6.0.tar.gz) = 96e23c9df28d067fec149e7a97a9f3b24048c0ec
+SHA512 (vimb-3.6.0.tar.gz) = 0c1a131641c47ec0dd7a5346d5e7260f85293ecc105e04e6265680c53bbbdc8d98acc4f4e11443efc4e4148aa0b77c496cf7e5f59d44857e6e612c3d4a643c8f
+Size (vimb-3.6.0.tar.gz) = 144750 bytes