]> Sergey Matveev's repositories - meta4ra.git/blobdiff - common.go
Trivial README
[meta4ra.git] / common.go
index d7a23e6cbbbf0926a39e1850011902e6d34b6dff..0c56faf34736d4ae84ca446b1a52a88fd4ed36f3 100644 (file)
--- a/common.go
+++ b/common.go
@@ -1,6 +1,6 @@
 /*
 meta4a -- Metalink 4.0 creator
-Copyright (C) 2021-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2021-2023 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -24,10 +24,8 @@ import (
 )
 
 const (
-       Generator       = "meta4ra/0.1.0"
+       Generator       = "meta4ra/0.3.0"
        GPGSigMediaType = "application/pgp-signature"
-       HashSHA256      = "sha-256"
-       HashSHA512      = "sha-512"
 )
 
 type Metalink struct {