mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
script: use SHA-512 instead of MD5 for script checksum
Related to weechat/weechat.org@66a8b72ab1
This commit is contained in:
@@ -43,7 +43,7 @@ struct t_script_repo
|
||||
char *requirements; /* requirements */
|
||||
char *min_weechat; /* min WeeChat version */
|
||||
char *max_weechat; /* max WeeChat version */
|
||||
char *md5sum; /* md5sum of script content */
|
||||
char *sha512sum; /* SHA-512 checksum of script */
|
||||
char *url; /* URL to download script */
|
||||
int popularity; /* >0 for popular scripts only */
|
||||
time_t date_added; /* date added */
|
||||
|
||||
Reference in New Issue
Block a user