diff options
author | Alexey Neyman <stilor@att.net> | 2017-09-27 22:29:35 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-09-27 22:40:21 -0700 |
commit | 48a949cf60b422c1904dca42519e54902f3ed0a6 (patch) | |
tree | 923dd08ce1fee74b3431086e13be0ae0739dd9a1 /packages/mingw-w64 | |
parent | f86adab1f41b2320c20ffe2e9ffe0c6d12954c33 (diff) | |
download | crosstool-ng-48a949cf60b422c1904dca42519e54902f3ed0a6.tar.gz crosstool-ng-48a949cf60b422c1904dca42519e54902f3ed0a6.tar.bz2 crosstool-ng-48a949cf60b422c1904dca42519e54902f3ed0a6.zip |
Add an ability to verify the digest/signature
Fixes #611.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/mingw-w64')
-rw-r--r-- | packages/mingw-w64/package.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/mingw-w64/package.desc b/packages/mingw-w64/package.desc index 12cb4f2b..ff2f3151 100644 --- a/packages/mingw-w64/package.desc +++ b/packages/mingw-w64/package.desc @@ -2,3 +2,4 @@ repository='git https://git.code.sf.net/p/mingw-w64/mingw-w64' mirrors='http://downloads.sourceforge.net/sourceforge/mingw-w64 https://downloads.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/' milestones='v4' archive_formats='.tar.bz2 .zip' +signature_format='packed/.sig' |