unison: update to 2.53.4.
This commit is contained in:
parent
14a649b315
commit
5fd8d083f5
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue