[Commits] [SCM] claws-win32-installer branch, master, updated. 4.1.1-1-95-g5fba334

jonathan at claws-mail.org jonathan at claws-mail.org
Sun Nov 26 01:57:31 UTC 2023


The branch, master has been updated
       via  5fba334710a55a0fd38416f537b4d81178e97222 (commit)
      from  a3a00d00f2b2d17eeaac75123ede64dee4565dd6 (commit)

Summary of changes:
 packages/download.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 5fba334710a55a0fd38416f537b4d81178e97222
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sun Nov 5 17:01:34 2023 -0700

    Print package version when downloading

diff --git a/packages/download.sh b/packages/download.sh
index c867bf7..3b8f0aa 100755
--- a/packages/download.sh
+++ b/packages/download.sh
@@ -99,7 +99,7 @@ total=$(sed -e '/^#/d' -e '/^$/d' packages.current | wc -l)
 
 while IFS=, read name version type url hash branch ref
 do
-	printf "\033[1mpackage %02d/%d %s\033[0m\n" "$current" "$total" "$name"
+	printf "\033[1mpackage %02d/%d %s %s\033[0m\n" "$current" "$total" "$name" "$version"
 	if [[ "$type" = "file" ]]; then
 		download_file || continue
 	elif [[ "$type" = "git" ]]; then

-----------------------------------------------------------------------


hooks/post-receive
-- 
Installer sources for Claws Mail Windows port


More information about the Commits mailing list