Diff hugo-0.115.4 with a hugo-0.118.2

/usr/portage/www-apps/hugo/hugo-0.118.2.ebuild 2023-10-09 14:52:35.872368511 +0300
38 38

  
39 39
PATCHES=(
40 40
	"${FILESDIR}"/${PN}-0.96.0-unbundle-libwebp-and-libsass.patch
41
	"${FILESDIR}"/${PN}-0.115.2-skip-some-tests.patch
41
	"${FILESDIR}"/${PN}-0.118.2-skip-some-tests.patch
42 42
)
43 43

  
44 44
src_configure() {
......
54 54

  
55 55
src_prepare() {
56 56
	# wants to run command that require network access
57
	rm testscripts/commands/mod{,_vendor}.txt || die
57
	rm testscripts/commands/mod{,_vendor,__disable}.txt || die
58 58

  
59 59
	default
60 60
}
Thank you!