go mod vendor
-cat > doc/download.texi <<EOF
+cat >doc/download.texi <<EOF
You can obtain releases source code prepared tarballs on
@url{http://www.gocheese.cypherpunks.su/}.
EOF
}
texi=$(mktemp)
-cat > $texi <<EOF
+cat >$texi <<EOF
\input texinfo
@documentencoding UTF-8
@settitle INSTALL
tarball=gocheese-"$release".tar.zst
ssh-keygen -Y sign -f ~/.ssh/sign/gocheese@cypherpunks.su -n file $tarball
gpg --armor --detach-sign --sign --local-user CD5CD01F55343D88 $tarball
-meta4-create -fn "$tarball" -mtime "$tarball" \
+meta4ra-create -fn "$tarball" -mtime "$tarball" \
-sig-pgp "$tarball".asc -sig-ssh "$tarball".sig \
http://www.gocheese.cypherpunks.su/download/"$tarball" \
- http://y.www.gocheese.cypherpunks.su/download/"$tarball" < "$tarball" > "$tarball".meta4
+ http://y.www.gocheese.cypherpunks.su/download/"$tarball" <"$tarball" >"$tarball".meta4
size=$(( $(stat -f %z $tarball) / 1024 ))
release_date=$(date "+%Y-%m-%d")