# HG changeset patch # User Hans-G?nter Theisgen # Date 1642695642 -3600 # Node ID 679126bfd4193c38992e8a2317e5d9c151a0fb20 # Parent ee50917f30ae71221cbfb2fd07e5e4a3931d7438 updated unison (2.51.4 -> 2.51.5) diff -r ee50917f30ae -r 679126bfd419 unison/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unison/description.txt Thu Jan 20 17:20:42 2022 +0100 @@ -0,0 +1,4 @@ +Unison is a file-synchronization tool for OSX, Unix, and Windows. +It allows two replicas of a collection of files and directories to be stored +on different hosts (or different disks on the same host), modified separately, +and then brought up to date by propagating the changes in each replica to the other. diff -r ee50917f30ae -r 679126bfd419 unison/receipt --- a/unison/receipt Thu Jan 20 15:28:58 2022 +0100 +++ b/unison/receipt Thu Jan 20 17:20:42 2022 +0100 @@ -1,16 +1,18 @@ # SliTaz package receipt. PACKAGE="unison" -VERSION="2.51.4" +VERSION="2.51.5" CATEGORY="system-tools" +TAGS="sync" SHORT_DESC="File-synchronization tool." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" +WEB_SITE="https://www.cis.upenn.edu/~bcpierce/unison" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.cis.upenn.edu/~bcpierce/unison" -WGET_URL="https://github.com/bcpierce00/unison/archive/refs/tags/v$VERSION.tar.gz" +WGET_URL="https://github.com/bcpierce00/$PACKAGE/archive/v$VERSION.tar.gz" + BUILD_DEPENDS="ocaml emacs" -TAGS="sync" current_version() { @@ -29,6 +31,7 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $src/src/unison $fs/usr/bin - cp -a $src/src/unison-fsmonitor $fs/usr/bin + + cp -a $src/src/unison $fs/usr/bin + cp -a $src/src/unison-fsmonitor $fs/usr/bin }