ocaml-camlp-streams: update to 5.0.1.

This commit is contained in:
Leah Neukirchen 2022-06-28 15:22:20 +02:00
parent c6a4841dc7
commit 3bf5aa0e14

View file

@ -1,6 +1,6 @@
# Template file for 'ocaml-camlp-streams' # Template file for 'ocaml-camlp-streams'
pkgname=ocaml-camlp-streams pkgname=ocaml-camlp-streams
version=5.0 version=5.0.1
revision=1 revision=1
wrksrc="camlp-streams-${version}" wrksrc="camlp-streams-${version}"
makedepends="ocaml dune" makedepends="ocaml dune"
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1-only,OCaml-LGPL-linking-exception" license="LGPL-2.1-only,OCaml-LGPL-linking-exception"
homepage="https://github.com/ocaml/camlp-streams" homepage="https://github.com/ocaml/camlp-streams"
distfiles="https://github.com/ocaml/camlp-streams/archive/v${version}.tar.gz" distfiles="https://github.com/ocaml/camlp-streams/archive/v${version}.tar.gz"
checksum=daa618bb57a876075a1801d9dcde7dee83635766185f565af913dff43ea4d226 checksum=ad71f62406e9bb4e7fb5d4593ede2af6c68f8b0d96f25574446e142c3eb0d9a4
nocross=yes nocross=yes
disable_parallel_build=yes disable_parallel_build=yes