Skip to content

Commit ca3f0ab

Browse files
committed
yukina: Update version; add --output-stats
1 parent edf5999 commit ca3f0ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

yukina/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ustcmirror/base:alpine
22
LABEL maintainer="Keyu Tao <taoky AT ustclug.org>"
33
LABEL bind_support=true
44

5-
ARG YUKINA_VERSION=20260126.1
5+
ARG YUKINA_VERSION=20260208
66

77
RUN <<EOF
88
set -euo pipefail

yukina/sync.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ exec yukina --name "$YUKINA_REPO" \
4545
--url "$UPSTREAM" \
4646
--remote-sizedb "$TO/.yukina-remote.db" \
4747
--local-sizedb "$TO/.yukina-local.db" \
48+
--output-stats \
4849
"${filter_array[@]}" "${extra_array[@]}"

0 commit comments

Comments
 (0)