X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=9a1e6982ce18382d9077b145ac8ff6a679568493;hb=6f120959c33dd2297da042e28318375f905a8182;hp=1fc9f34b591451521df5c3c89e3933c957fdcb4d;hpb=2a70c0b74a86b0ef6f9bd03ba9b5bfa23f523900;p=pygost.git diff --git a/makedist.sh b/makedist.sh index 1fc9f34..9a1e698 100755 --- a/makedist.sh +++ b/makedist.sh @@ -12,13 +12,14 @@ xz -9 pygost-"$release".tar gpg --detach-sign --sign --local-user E6FD1269CD0C009E pygost-"$release".tar.xz tarball=pygost-"$release".tar.xz -size=$(( $(wc -c < $tarball) / 1024 )) +size=$(( $(stat -f %z $tarball) / 1024 )) hash=$(gpg --print-md SHA256 < $tarball) hashsb=$($HOME/work/gogost/streebog256 < $tarball) +release_date=$(date "+%Y-%m-%d") cat <8 ------------------------ -PyGOST'es home page is: http://www.cypherpunks.ru/pygost/ +PyGOST'es home page is: http://pygost.cypherpunks.ru/ Source code and its signature for that version can be found here: - http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz ($size KiB) - http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz.sig + http://pygost.cypherpunks.ru/pygost-${release}.tar.xz ($size KiB) + http://pygost.cypherpunks.ru/pygost-${release}.tar.xz.sig Streebog-256 hash: $hashsb SHA256 hash: $hash @@ -71,12 +72,12 @@ PyGOST это свободное программное обеспечение ------------------------ >8 ------------------------ -Домашняя страница PyGOST: http://www.cypherpunks.ru/pygost/ +Домашняя страница PyGOST: http://pygost.cypherpunks.ru/ Исходный код и его подпись для этой версии могут быть найдены здесь: - http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz ($size KiB) - http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz.sig + http://pygost.cypherpunks.ru/pygost-${release}.tar.xz ($size KiB) + http://pygost.cypherpunks.ru/pygost-${release}.tar.xz.sig Streebog-256 хэш: $hashsb SHA256 хэш: $hash