mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Upgrade to version 0.8.4.
This commit is contained in:
parent
c8bb775ff1
commit
83f50e21c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394590
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ex_doc
|
||||
PORTVERSION= 0.7.3
|
||||
PORTVERSION= 0.8.4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= textproc
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (elixir-lang-ex_doc-v0.7.3_GH0.tar.gz) = 4593026621fa336a1b84ef248cbcb898d16da8f74f383bb38f10ddde5878893d
|
||||
SIZE (elixir-lang-ex_doc-v0.7.3_GH0.tar.gz) = 73452
|
||||
SHA256 (elixir-lang-ex_doc-v0.8.4_GH0.tar.gz) = cafcfee9f8110cab994064ee06a6481d655e6e30f868d764289bf3c67fc290f9
|
||||
SIZE (elixir-lang-ex_doc-v0.8.4_GH0.tar.gz) = 352251
|
||||
|
@ -20,21 +20,25 @@ lib/elixir/lib/ex_doc/lib/ex_doc/cli.ex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html.ex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/autolink.ex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates.ex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/css/elixir.css
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/css/full_list.css
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/css/style.css
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/detail_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/index_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/js/app.js
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/js/full_list.js
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/js/highlight.pack.js
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/js/jquery.js
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/list_item_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/list_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/dist/app.css
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/dist/app.js
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/glyphicons-halflings-regular.eot
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/glyphicons-halflings-regular.svg
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/glyphicons-halflings-regular.ttf
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/glyphicons-halflings-regular.woff
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/glyphicons-halflings-regular.woff2
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/footer_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/head_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/module_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/overview_entry_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/overview_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/readme_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/redirect_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/sidebar_items_entry_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/sidebar_items_keys_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/sidebar_items_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/sidebar_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/summary_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/type_detail_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/markdown.ex
|
||||
|
Loading…
Reference in New Issue
Block a user