unison: update to 2.51.4_rc1

This commit is contained in:
Juergen Daubert 2021-03-08 13:28:15 +01:00
parent 68275a0332
commit 042101f780
2 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QsKcUgHrOUoEQRxG1s6GR9kpl566a3yoV8A/xl5JAvUoCuAlo2/7DQ4UXRnE19dIBk7gSmDLGYJaG/IKq0Jvwk=
SHA256 (Pkgfile) = 966511641607d25d97f10da7437d385ec83a51908f636781a68a3903a7eadaa6
RWSE3ohX2g5d/ZXgTx5B6+29oSvV6qn9cBjibLAbqmwzU5rK+in5Im1MozoO1NET8ArKMYddYlLjeXsMalhomyxe9fXwg7SF+A4=
SHA256 (Pkgfile) = 3daf960567c1d6c8786234f351740dadc60124c700265c26dbc58bd0c1b56762
SHA256 (.footprint) = 7dc9b1f53387cdee4c9da64f2da929d161ddc94f40576a6c07fd536ed0d04564
SHA256 (unison-2.51.3-20200614.tar.xz) = 729a727be4f27ae33e27c1517ee1ad93d35b7b7b9aabd2472485ef5398227437
SHA256 (unison-2.51.4_rc1.tar.gz) = b3f142a4557b975470a3b70fce43175602795187acf1f9ebf61be6795e54851a

View File

@ -1,17 +1,17 @@
# Description: Bi-directional file synchronization tool
# Maintainer: Juergen Daubert, jue at crux dot nu
# URL: https://www.cis.upenn.edu/~bcpierce/unison/
# Depends on: ocaml
# Maintainer: Juergen Daubert, jue at crux dot nu
# URL: https://www.cis.upenn.edu/~bcpierce/unison/
# Depends on: ocaml
name=unison
version=2.51.3-20200614
version=2.51.4_rc1
release=1
source=(https://crux.s3.amazonaws.com/dist/$name-$version.tar.xz)
source=(https://github.com/bcpierce00/unison/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
unset CFLAGS CXXFLAGS
make UISTYLE=text THREADS=true NATIVE=true
install -d $PKG/usr/bin
install -m 0755 src/{unison,unison-fsmonitor} $PKG/usr/bin/
cd $name-$version
unset CFLAGS CXXFLAGS
make UISTYLE=text THREADS=true NATIVE=true
install -d $PKG/usr/bin
install -m 0755 src/{unison,unison-fsmonitor} $PKG/usr/bin/
}