mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'dune'
|
||||||
pkgname=dune
|
pkgname=dune
|
||||||
version=3.5.0
|
version=3.6.1
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="ocaml"
|
makedepends="ocaml"
|
||||||
depends="ocaml"
|
depends="ocaml"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://dune.build/"
|
homepage="https://dune.build/"
|
||||||
distfiles="https://github.com/ocaml/dune/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/ocaml/dune/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=86c6ba465009c7bcf9fc5ac675c788db0ac8d0c72a3566d88c0e1d454968a184
|
checksum=89eb18ff7d3808812e9422b36713336cabc2bd48e875621facee1307ff082f6a
|
||||||
nocross="ocaml"
|
nocross="ocaml"
|
||||||
|
|
||||||
_dune_release_pkgs="dune dune-build-info dune-configurator
|
_dune_release_pkgs="dune dune-build-info dune-configurator
|
||||||
|
@ -20,7 +20,7 @@ do_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make dune.exe
|
make release
|
||||||
./dune.exe build -p "$(echo $_dune_release_pkgs |tr ' ' ,)" --profile dune-bootstrap
|
./dune.exe build -p "$(echo $_dune_release_pkgs |tr ' ' ,)" --profile dune-bootstrap
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue