Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
920975b6
Commit
920975b6
authored
Dec 03, 2019
by
IKEDA Soji
Browse files
Add SHA512 hash.
parent
04827d23
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
920975b6
...
...
@@ -64,6 +64,7 @@ Makefile
/sympa-*/
/sympa-*.tar.gz.md5
/sympa-*.tar.gz.sha256
/sympa-*.tar.gz.sha512
# perltidy
...
...
Makefile.am
View file @
920975b6
...
...
@@ -213,6 +213,7 @@ dist-hook:
distcheck-hook
:
-
md5sum
$(DIST_ARCHIVES)
>
$(DIST_ARCHIVES)
.md5
-
sha256sum
$(DIST_ARCHIVES)
>
$(DIST_ARCHIVES)
.sha256
-
openssl sha512
$(DIST_ARCHIVES)
>
$(DIST_ARCHIVES)
.sha512
tidyall
:
tidyall
--conf-file
doc/dot.tidyallrc
--root-dir
.
-r
src t xt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment