unison: update to 2.53.4.

This commit is contained in:
Andrew J. Hesford 2024-02-22 20:16:37 -05:00
parent 14a649b315
commit 5fd8d083f5
1 changed files with 3 additions and 3 deletions

View File

@ -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 <ajh@sideband.org>"
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
}