pandoc: update to 1.19.2.3.
This commit is contained in:
parent
870c623d98
commit
7d72318dd6
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'pandoc'
|
||||
pkgname=pandoc
|
||||
# Keep in sync with http://www.stackage.org/lts
|
||||
version=1.19.2.1
|
||||
version=1.19.2.3
|
||||
revision=1
|
||||
_citeproc_version=0.10.4
|
||||
_citeproc_version=0.10.5.1
|
||||
build_style=haskell-stack
|
||||
stackage="lts-8.0"
|
||||
stackage="lts-9.4"
|
||||
make_build_args="--flag pandoc:-old-locale
|
||||
--flag pandoc:embed_data_files --flag pandoc-citeproc:embed_data_files"
|
||||
nocross=yes
|
||||
|
@ -18,8 +18,8 @@ license="GPL-2"
|
|||
homepage="http://johnmacfarlane.net/pandoc/"
|
||||
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz
|
||||
http://hackage.haskell.org/package/${pkgname}-citeproc-${_citeproc_version}/${pkgname}-citeproc-${_citeproc_version}.tar.gz"
|
||||
checksum="08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801
|
||||
1dcfffe0dc26d0a1b5ef5688a09c1bb81231702169196e6faed8ddef360d848f"
|
||||
checksum="325169ec40917c7ecd9bf1189fe9847efa03404fc05170d86dc75e368df71ae4
|
||||
49038b80ad802098169852b0bc7fc7c9878a85a9091eee4c32211844fecda783"
|
||||
nopie=yes # network-2.6.2.1 build fails with a relocation
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue