[Commits] [SCM] claws-win32-installer branch, gtk2, updated. 3.19.1-1-73-g6a86b78

jonathan at claws-mail.org jonathan at claws-mail.org
Sun Nov 26 01:58:39 UTC 2023


The branch, gtk2 has been updated
       via  6a86b78b7d31a115b5a1bc7355aebb45dd348cea (commit)
      from  6a6ff501c0b1ec1c7c8ba9ff35630d2c987f2309 (commit)

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


- Log -----------------------------------------------------------------
commit 6a86b78b7d31a115b5a1bc7355aebb45dd348cea
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