Skip to content

Commit

Permalink
Merge pull request #19 from dhimmel/pandoc-2.0
Browse files Browse the repository at this point in the history
Upgrade to pandoc 2.0
ocefpaf authored Oct 31, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 9305b2c + 2b9779b commit b26b43b
Showing 3 changed files with 9 additions and 8 deletions.
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

2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
@@ -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
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
@@ -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
@@ -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

0 comments on commit b26b43b

Please sign in to comment.