mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
dune: update to 3.6.1.
This commit is contained in:
parent
063048a1ec
commit
de469a5ddd
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dune'
|
||||
pkgname=dune
|
||||
version=3.5.0
|
||||
version=3.6.1
|
||||
revision=1
|
||||
makedepends="ocaml"
|
||||
depends="ocaml"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="MIT"
|
||||
homepage="https://dune.build/"
|
||||
distfiles="https://github.com/ocaml/dune/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=86c6ba465009c7bcf9fc5ac675c788db0ac8d0c72a3566d88c0e1d454968a184
|
||||
checksum=89eb18ff7d3808812e9422b36713336cabc2bd48e875621facee1307ff082f6a
|
||||
nocross="ocaml"
|
||||
|
||||
_dune_release_pkgs="dune dune-build-info dune-configurator
|
||||
|
@ -20,7 +20,7 @@ do_configure() {
|
|||
}
|
||||
|
||||
do_build() {
|
||||
make dune.exe
|
||||
make release
|
||||
./dune.exe build -p "$(echo $_dune_release_pkgs |tr ' ' ,)" --profile dune-bootstrap
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue