This commit is contained in:
Rmys
2020-02-09 12:13:54 +03:00
parent 23c91caa4e
commit 54d129fa2a
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy</Summary>
<Description>librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy. This algorithm transfers the differences between 2 files without needing both files on the same system.</Description>
<Archive sha1sum="f8e74edf82520e682e6c213f0de644874829da9a" type="targz">https://github.com/librsync/librsync/archive/v2.0.2.tar.gz</Archive>
<Archive sha1sum="879f1d5266213c361e29f9fabf7b5eed5aebb4da" type="targz">https://github.com/librsync/librsync/archive/v2.2.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>popt-devel</Dependency>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-02-09</Date>
<Version>2.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-09-09</Date>
<Version>2.0.2</Version>