]> Sergey Matveev's repositories - meta4ra.git/commitdiff
Prepare for new release v0.5.0
authorSergey Matveev <stargrave@stargrave.org>
Wed, 14 Feb 2024 07:42:03 +0000 (10:42 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 14 Feb 2024 07:42:03 +0000 (10:42 +0300)
README
common.go

diff --git a/README b/README
index 738e0a2f7f7be454702aee52e8dcce4656f6a716..1969527a7ae63bfc13997e008a323e3b6b58c4d0 100644 (file)
--- a/README
+++ b/README
@@ -3,17 +3,12 @@ meta4ra -- Metalink4 utilities
 meta4-create utility is used to create Metalink4
 (https://datatracker.ietf.org/doc/html/rfc5854)
 .meta4-file for single specified file.
+Look for its -help for invocation information.
 
--fn NAME      -- the only required option specifying file's name.
--desc "..."   -- set file's description.
--mtime FILE   -- let published date be equal to FILE's mtime.
--sig-pgp .asc -- path to armored OpenPGP's signature file.
--sig-ssh .sig -- path to armored OpenSSH's signature file.
--torrent URL  -- set BitTorrent's URL.
--hashes -- comma-separated list of colon-separated pairs of hash'es
-           name and the external command used to compute it. Command
-           shall take the data from stdin and print the digest in
-           hexadecimal form with the following newline to stdout.
+-hashes are comma-separated list of colon-separated pairs of hash'es
+name and the external command used to compute it. Command shall take
+the data from stdin and print the digest in hexadecimal form with the
+following newline to stdout.
 
 Following hashes are predefined by default:
 
@@ -40,8 +35,5 @@ Federation's government standard. Skein is SHA3-finalist. BLAKE3 is
 reduced round Merklee-tree-based BLAKE2 descendant. BLAKE2 is reduced
 round BLAKE, that also was one of SHA3-finalists.
 
-meta4-check utility is used to check files against provided Metalink4.
-
--extract-sig -- store the OpenPGP signature (if exists) in .asc file nearby.
--hashes      -- same as in meta4-create. Hashes are sorted by preferences
-                priority. First matching one will be used to check integrity.
+meta4ra is copylefted free software: see the file COPYING for copying
+conditions. It should work on all POSIX-compatible systems.
index 13a640038b2e18f6f8721e29e1b755e3c3acab95..01bfa4f3a3f1010ad877f1365bf35dec445d69d2 100644 (file)
--- a/common.go
+++ b/common.go
@@ -17,7 +17,7 @@
 package meta4ra
 
 const (
-       Generator       = "meta4ra/0.4.0"
+       Generator       = "meta4ra/0.5.0"
        SigMediaTypePGP = "application/pgp-signature"
        SigMediaTypeSSH = "application/ssh-signature"
 )