- update to 2.1.1
This commit is contained in:
parent
8b1b277a92
commit
df7fc4a2f3
@ -1,13 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/12/13 14:07:01 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/09/14 10:37:57 jasper Exp $
|
||||
|
||||
COMMENT= fast, safe and extensible Markdown to (X)HTML parser
|
||||
|
||||
DISTNAME= redcarpet-2.0.0
|
||||
DISTNAME= redcarpet-2.1.1
|
||||
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= https://github.com/tanoku/redcarpet
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (redcarpet-2.0.0.gem) = fFgmXNGvblUVKjEhJsHjjA==
|
||||
RMD160 (redcarpet-2.0.0.gem) = Ymc5qtz4+R6Pr0SZ3aOWWu6TZyo=
|
||||
SHA1 (redcarpet-2.0.0.gem) = 7H8zNmy9MaznkLkuPq4s8ewbEyA=
|
||||
SHA256 (redcarpet-2.0.0.gem) = LL/vTejb3eMx9CoFCbLqO0aPAF7NGyyA3+vG/fDwqMo=
|
||||
SIZE (redcarpet-2.0.0.gem) = 43520
|
||||
SHA256 (redcarpet-2.1.1.gem) = 0hK18ieEufQG3IXy3XCEqfwVv5xhADGBn/hBmdLj/c4=
|
||||
SIZE (redcarpet-2.1.1.gem) = 45568
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/12/13 14:07:01 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/09/14 10:37:57 jasper Exp $
|
||||
${GEM_BIN}/redcarpet${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
@ -44,7 +44,9 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/redcarpet/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/redcarpet.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/redcarpet.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/redcarpet/compat.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/redcarpet/render_man.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/redcarpet/render_strip.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/redcarpet.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/redcarpet_test.rb
|
||||
|
Loading…
Reference in New Issue
Block a user