unison: update to 2.48.4.
This commit is contained in:
parent
b7fbc216fa
commit
54055f1c9b
1 changed files with 4 additions and 2 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'unison'
|
# Template file for 'unison'
|
||||||
pkgname="unison"
|
pkgname="unison"
|
||||||
version=2.48.3
|
version=2.48.4
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="A file-synchronization tool"
|
short_desc="A file-synchronization tool"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.cis.upenn.edu/~bcpierce/unison/"
|
homepage="http://www.cis.upenn.edu/~bcpierce/unison/"
|
||||||
distfiles="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/${pkgname}-${version}.tar.gz"
|
||||||
checksum=f40d3cfbe82078d79328b51acab3e5179f844135260c2f4710525b9b45b15483
|
checksum=30aa53cd671d673580104f04be3cf81ac1e20a2e8baaf7274498739d59e99de8
|
||||||
hostmakedepends="ocaml"
|
hostmakedepends="ocaml"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
nopie=yes
|
||||||
|
wrksrc="src"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
CFLAGS= make UISTYLE=text DEBUGGING=false THREADS=true
|
CFLAGS= make UISTYLE=text DEBUGGING=false THREADS=true
|
||||||
|
|
Loading…
Reference in a new issue