Skip to content

Commit 77e219c

Browse files
committed
Update partclone to 0.3.33
1 parent f38be3d commit 77e219c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Buildroot/package/partclone/partclone-0.3.32.patch renamed to Buildroot/package/partclone/partclone-0.3.33.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/src/progress.c b/src/progress.c
2-
index 91f053a..3b22853 100644
2+
index 9858511..8b98adc 100644
33
--- a/src/progress.c
44
+++ b/src/progress.c
55
@@ -228,6 +228,47 @@ static void calculate_speed(struct progress_bar *prog, unsigned long long copied
@@ -54,7 +54,7 @@ index 91f053a..3b22853 100644
5454
fprintf(stderr, _(", %6.2f%s/%s,"), prog_stat.speed, prog_stat.speed_unit, prog->time_unit);
5555
if(prog->flag == IO)
5656
fprintf(stderr, _("\n\r%80c\rCurrent block: %10Lu, Total block: %10Lu, Complete: %6.2f%%%s\r"), clear_buf, current, prog->total, prog_stat.total_percent, "\x1b[A");
57-
+ fogLogStatusFile(prog, &prog_stat, current);
57+
+ fogLogStatusFile(prog, &prog_stat, current);
5858
} else {
5959
setlocale(LC_ALL, "");
6060
bindtextdomain(PACKAGE, LOCALEDIR);

Buildroot/package/partclone/partclone.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
PARTCLONE_VERSION = 0.3.32
7+
PARTCLONE_VERSION = 0.3.33
88
PARTCLONE_SOURCE = partclone-$(PARTCLONE_VERSION).tar.gz
99
PARTCLONE_SITE = $(call github,Thomas-Tsai,partclone,$(PARTCLONE_VERSION))
1010
PARTCLONE_INSTALL_STAGING = YES

0 commit comments

Comments
 (0)