Skip to content

Commit a536149

Browse files
committed
www/wiki-tui: update to 0.5.0
Breaking Changes Move Parser Configuration into a Feature Option by @Builditluc in #63 Exciting New Features Add option to change the keybindings via configuration by @Builditluc in #38 Add AUR install option by @ThomasFrans in #42 Add a desktop-entry for packaging by @ThomasFrans in #44 Add checksums for the release assets by @Builditluc in #59 Bug Fixes Fix Header Selection by @Builditluc in #41 Fix Keybinding Crash by @Builditluc in #46 Add missing element after line split by @ThomasFrans in #48 Disable stdout logging for release builds by @ThomasFrans in #47 Fix publish action in the cd workflow by @Builditluc in #60 Fix toc not having scrollbars by @Builditluc in #64 Other Changes Update Bug Report Issue Template by @Builditluc in #40 Add label requirement to ci workflow by @Builditluc in #52 Add documentation job to ci workflow by @Builditluc in #55 Fix typo in search.rs by @eltociear in #56 Add yashinghcodes/wik project to similar projects by @Builditluc in #58 Increase Stale Days to 365 by @Builditluc in #61
1 parent 712834c commit a536149

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

www/wiki-tui/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.9 2022/05/17 18:35:38 pin Exp $
1+
# $NetBSD: Makefile,v 1.10 2022/08/01 08:14:09 pin Exp $
22

3-
DISTNAME= wiki-tui-0.4.8
3+
DISTNAME= wiki-tui-0.5.0
44
CATEGORIES= www
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=Builditluc/}
66
GITHUB_TAG= v${PKGVERSION_NOREV}

www/wiki-tui/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$NetBSD: distinfo,v 1.9 2022/05/17 18:35:38 pin Exp $
1+
$NetBSD: distinfo,v 1.10 2022/08/01 08:14:09 pin Exp $
22

33
BLAKE2s (addr2line-0.16.0.crate) = 24e229c429a7ffc5c9010ec4c102ab2fc3f9982cfa9897b42709fd96b8f83dc7
44
SHA512 (addr2line-0.16.0.crate) = 7ea8fffcdff7f8f25c0a588fe2ee652053988ab2e1d39ac740f5199d6e7d30beed0272403d04b86ec5de6ad5459698cdf28f8efd5caab7b6693102df7ec4889c
@@ -666,9 +666,9 @@ Size (wasm-bindgen-shared-0.2.72.crate) = 6690 bytes
666666
BLAKE2s (web-sys-0.3.49.crate) = f4a0299a0dee099893de50d089dff882af61df259964713a7979e122d0582470
667667
SHA512 (web-sys-0.3.49.crate) = b77c4b473b849bef87325c14bb48f08a52145812fef35e81e854ac0631264253a4b8c50bafab8578f79832414a081a929ca71426cd9c90529e5f319e52e58451
668668
Size (web-sys-0.3.49.crate) = 649549 bytes
669-
BLAKE2s (wiki-tui-0.4.8.tar.gz) = 70e4a3604f3c3c6cd70b743e7ee979a93db3fdddcbf0465c32a6f28e0165cced
670-
SHA512 (wiki-tui-0.4.8.tar.gz) = 4631e278b7d64eb471cb2a65d73aecb24f7d4046ce9a2370ca1d2da8ed55aefd32c87784772f6cce06f21db5d1de8beb5e2f14d89238c77e9befacb3501eb5e7
671-
Size (wiki-tui-0.4.8.tar.gz) = 73716 bytes
669+
BLAKE2s (wiki-tui-0.5.0.tar.gz) = 9afe9a44e0a609ea24e0ba1e62ce3ab1c26765aac50a1d68317638522332f633
670+
SHA512 (wiki-tui-0.5.0.tar.gz) = 42393469478253a6d00bd91745478156f080fe4cf73575076da68f57732dc40776ea23020908a044d91d95b70e7bee6d13066415525ea761823f1c3622b9d114
671+
Size (wiki-tui-0.5.0.tar.gz) = 77260 bytes
672672
BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce
673673
SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97
674674
Size (winapi-0.3.9.crate) = 1200382 bytes

0 commit comments

Comments
 (0)