Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to pandoc 2.0 #19

Merged
merged 2 commits into from
Oct 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
About pandoc
============

Home: http://johnmacfarlane.net/pandoc/
Home: http://pandoc.org/

Package license: GPL-2.0

Expand Down
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ $(uname) == Linux ]; then
ar vx pandoc*.deb
tar -xzvf data.tar.gz
tar --extract --xz --verbose --file=data.tar.xz
mkdir -p $PREFIX/bin
mv usr/bin/* $PREFIX/bin
fi
Expand Down
13 changes: 7 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.19.2" %}
{% set version = "2.0.0.1" %}

package:
name: pandoc
Expand All @@ -7,13 +7,13 @@ package:
source:
fn: pandoc-{{ version }}-amd64.deb # [linux64]
url: https://github.com/jgm/pandoc/releases/download/{{ version }}/pandoc-{{ version }}-1-amd64.deb # [linux64]
sha256: 308fa08d427a2b49c6b4d1558884c8fad2f07684997232b4818b98cc7ca14392 # [linux64]
sha256: e0d8941aa7310e7bdcac6cb425fa99e1630c45dd2f756a61d2c53bbc57da5555 # [linux64]
fn: pandoc-{{ version }}.pkg # [osx]
url: https://github.com/jgm/pandoc/releases/download/{{ version }}/pandoc-{{ version }}-osx.pkg # [osx]
sha256: ebf8af76d94a87803d938e18d1b6f2da472e610a73f48838932a808ca2593239 # [osx]
url: https://github.com/jgm/pandoc/releases/download/{{ version }}/pandoc-{{ version }}-macOS.pkg # [osx]
sha256: 9cddbe28b6eade1f760a7b6dc4e0d9f18ab0a63c64ec107bb2301f0f8ffa3e6b # [osx]
fn: pandoc-{{ version }}-windows.msi # [win]
url: https://github.com/jgm/pandoc/releases/download/{{ version }}/pandoc-{{ version }}-windows.msi # [win]
sha256: 63d26519adc2a86f71160058b8a03f2a4911064ef4b4ae3d3900c413e81beac0 # [win]
sha256: 0b1d27bf68fbaf7a0454c91590ad5e2a044ab44b73917d9fba832ffa7f7127d2 # [win]

build:
number: 0
Expand All @@ -29,11 +29,12 @@ test:
- pandoc --version

about:
home: http://johnmacfarlane.net/pandoc/
home: http://pandoc.org/
license: GPL-2.0
summary: 'Universal markup converter (repackaged binaries).'

extra:
recipe-maintainers:
- janschulz
- ocefpaf
- dhimmel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+2