From 774f3fb5bf5791c1fe8f57876cfbae590845f278 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 23 Aug 2022 13:31:02 +0200 Subject: [PATCH] cmirror: Update version from 1.2 to 1.3 The Dark Blue Bikeshed Release - Fix nonsense error message [1] - Fix other printf format errors and add check macro - Fix bug that directories, which were replaced by another file type (e.g. plain files), would not actually be deleted, but would be left lingering around as "DIR.deleteme". For regular mirrors, the directory would be deleted during the the next pass. - Fix bug, that directories, which were replaced by another file type (e.g. plain files), would be deleted even with --noop - Fix bug, that directories, which were replaced by another file type (e.g. plain files), would no be deleted because of a missing --delete [1]: https://github.molgen.mpg.de/mariux64/cmirror/issues/14 --- cmirror.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmirror.be0 b/cmirror.be0 index 26d2267c5..4b6ce18d8 100755 --- a/cmirror.be0 +++ b/cmirror.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION cmirror-1.2-0 +# BEE_VERSION cmirror-1.3-0 # more info: https://github.molgen.mpg.de/mariux64/cmirror #SRCURL[0]="https://github.molgen.mpg.de/mariux64/cmirror/archive/refs/tags/${PKGVERSION}.tar.gz cmirror-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/40d4261f477d56107845e07db880218f/cmirror-1.2.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/1e131eaf6d134ca6d5e27ed312bfc935/cmirror-1.3.tar.gz" # PATCHURL+=()