diff options
author | Juergen Daubert <jue@jue.li> | 2021-03-08 13:28:15 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2021-03-08 13:28:15 +0100 |
commit | 042101f780a85b9d856da1b83f7a2beecd0da5cd (patch) | |
tree | 76b5dd2cb9c8f8a91e94fcc0e7f9252c756265d8 /unison | |
parent | 68275a03329439f56e1a8396e5d2696c3466e740 (diff) | |
download | opt-042101f780a85b9d856da1b83f7a2beecd0da5cd.tar.gz opt-042101f780a85b9d856da1b83f7a2beecd0da5cd.tar.xz |
unison: update to 2.51.4_rc1
Diffstat (limited to 'unison')
-rw-r--r-- | unison/.signature | 6 | ||||
-rw-r--r-- | unison/Pkgfile | 20 |
2 files changed, 13 insertions, 13 deletions
diff --git a/unison/.signature b/unison/.signature index b26c56817..0772c79ab 100644 --- a/unison/.signature +++ b/unison/.signature @@ -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 diff --git a/unison/Pkgfile b/unison/Pkgfile index 85c4d9296..05b502f6e 100644 --- a/unison/Pkgfile +++ b/unison/Pkgfile @@ -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/ } |