Update to 3.8.6
Changelog: Bug Fixes Update log output for an invalid theme directory (#7734) Memoize SiteDrop#documents to reduce allocations (#7722) Excerpt handling of custom and intermediate tags (#7467) Escape valid special chars in a site's path name (#7573) Revert memoizing Site#docs_to_write and refactor #documents (#7689) Fix broken include_relative usage in excerpt (#7690) Install platform-specific gems as required (3c06609) Security Fixes Theme gems: ensure directories aren't symlinks (#7424)
This commit is contained in:
parent
ba83eabb4f
commit
532803e07e
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.34 2019/04/15 06:11:33 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2019/08/18 09:18:39 ryoon Exp $
|
||||
|
||||
DISTNAME= jekyll-3.8.5
|
||||
DISTNAME= jekyll-3.8.6
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.17 2019/02/06 14:51:37 taca Exp $
|
||||
$NetBSD: distinfo,v 1.18 2019/08/18 09:18:39 ryoon Exp $
|
||||
|
||||
SHA1 (jekyll-3.8.5.gem) = 2cad393337f77c7b6f9c6bf62c4fbf5394504245
|
||||
RMD160 (jekyll-3.8.5.gem) = 92f40ce49d4cbfbab1a4b6d22e21a3f21e171729
|
||||
SHA512 (jekyll-3.8.5.gem) = 1a45814567caa1cb4902d749330c3f6287fb7f0e84a1bc81eb7ce49ce48ed182799733b227671dfe4de9d5229877ffb581fedb927b831c6a68ab699c7d6b763a
|
||||
Size (jekyll-3.8.5.gem) = 112640 bytes
|
||||
SHA1 (jekyll-3.8.6.gem) = 1aa3d32f96cc7ab87897cdc9e517d2260ab5f704
|
||||
RMD160 (jekyll-3.8.6.gem) = c5244d290728356b92420232e0342f9935271f98
|
||||
SHA512 (jekyll-3.8.6.gem) = 9b54f3c06373ff515c3f190645a231538b3045a5d39b568defc4977434a52812a1cfa1f9ec836b0b7376d1d0290ca17a55b69b3039203aa8f99df8e9b66c56e3
|
||||
Size (jekyll-3.8.6.gem) = 113152 bytes
|
||||
SHA1 (patch-lib_jekyll_commands_new.rb) = 928f4542aae30671efeaa99f59d61034aa5e38a7
|
||||
|
|
Loading…
Reference in a new issue