From 7dba6d81ee0e62b08c4a8ff3df8e884452ba47b8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 12 May 2023 21:54:47 +0200 Subject: [PATCH] dune: use release tarball to properly embed version information. --- srcpkgs/dune/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dune/template b/srcpkgs/dune/template index 8f71b5e689a..bc60f119644 100644 --- a/srcpkgs/dune/template +++ b/srcpkgs/dune/template @@ -1,7 +1,7 @@ # Template file for 'dune' pkgname=dune version=3.7.1 -revision=1 +revision=2 makedepends="ocaml" depends="ocaml" short_desc="Composable build system for OCaml" @@ -9,8 +9,8 @@ maintainer="Leah Neukirchen " license="MIT" homepage="https://dune.build/" changelog="https://raw.githubusercontent.com/ocaml/dune/main/CHANGES.md" -distfiles="https://github.com/ocaml/dune/archive/refs/tags/${version}.tar.gz" -checksum=9ddc1dae09e7be6d0bf22b7d1584d95a1b3d4f5d1bae1d4095dc4e1833fa86b2 +distfiles="https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz" +checksum=adfc38f14c0188a2ad80d61451d011d27ab8839b717492d7ad42f7cb911c54c3 nocross="ocaml" _dune_release_pkgs="dune dune-build-info dune-configurator