From 5fd8d083f559ece6915e52c4d1f9726db85c713f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 22 Feb 2024 20:16:37 -0500 Subject: [PATCH] unison: update to 2.53.4. --- srcpkgs/unison/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/unison/template b/srcpkgs/unison/template index 2360574efa4..8a5f06e0b6f 100644 --- a/srcpkgs/unison/template +++ b/srcpkgs/unison/template @@ -1,6 +1,6 @@ # Template file for 'unison' pkgname=unison -version=2.53.3 +version=2.53.4 revision=1 hostmakedepends="ocaml" short_desc="File-synchronization tool" @@ -8,11 +8,11 @@ maintainer="Andrew J. Hesford " license="GPL-3.0-or-later" homepage="https://www.cis.upenn.edu/~bcpierce/unison/" distfiles="https://github.com/bcpierce00/unison/archive/v${version}.tar.gz" -checksum=aaea04fc5bc76dcfe8627683c9659ee4c194d4f992cc8aaa15bbb2820fc8de46 +checksum=d19e4293013581dbc4d149aef89b34c76221efcbd873c7aa5193de489addb85a nocross="OCaml does not cross compile" do_build() { - CFLAGS= make ${makejobs} UISTYLE=text DEBUGGING=false THREADS=true + CFLAGS= make ${makejobs} DEBUGGING=false THREADS=true CFLAGS= make ${makejobs} -C man }