diff --git a/lib/rbpkg/repo.rb b/lib/rbpkg/repo.rb
index 418771e..144105d 100644
--- a/lib/rbpkg/repo.rb
+++ b/lib/rbpkg/repo.rb
@@ -473,6 +473,7 @@ class Rbpkg::Repo
file = scan[1]
hash = scan[2]
path = "#{Rbpkg.prefix}/#{file}"
+ STDERR.puts "echo 'SHA256 (#{sh_quote(path)}) = #{sh_quote(hash)}' | #{Rbpkg.sha256} -c /dev/stdin"
`echo 'SHA256 (#{sh_quote(path)}) = #{sh_quote(hash)}' | #{Rbpkg.sha256} -c /dev/stdin`
if $?.success?
cmd! "rm #{sh_quote(path)}"