Skip to content

Commit

Permalink
dune: update to 3.17.2
Browse files Browse the repository at this point in the history
- modify build script.
  • Loading branch information
ruaharico committed Feb 21, 2025
1 parent 4de9f2f commit c97926f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion lang-ocaml/dune/autobuild/build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ pushd "$_SRCDIR"

abinfo "Building Dune's core executable ..."
./configure --libdir /usr/lib/ocaml
make dune.exe
make _boot/dune.exe
choice

abinfo "Building Dune packages ..."
DUNE_RELEASE_PKGS="dune,dune-action-plugin,dune-build-info,dune-configurator,dune-glob,dune-private-libs,dune-site,dyn,stdune,ordering,xdg,fiber"
Expand Down
5 changes: 2 additions & 3 deletions lang-ocaml/dune/spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
VER=3.4.1
REL=2
VER=3.17.2
SRCS="tbl::https://github.com/ocaml/dune/archive/$VER/dune-$VER.tar.gz"
CHKSUMS="sha256::dc260f7f723b17cec104d394d904b402a0b0108d2d3241fe7596e6d473502cef"
CHKSUMS="sha256::1b45e34d1eacf40be569e4d7ad055508a3242637b098327c91f7ce67772a1889"
CHKUPDATE="anitya::id=16017"
SUBDIR=.

0 comments on commit c97926f

Please sign in to comment.