Replaced checksum with commit.
All checks were successful
the build was successful

This commit is contained in:
tastytea 2019-04-21 02:38:02 +02:00
parent 08690e30fa
commit 79dab8bd17
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -64,7 +64,7 @@ uint8_t write_tags(const string &url)
get_domain(url) + " tag " + sha);
write_line(6, "description",
"\n <![CDATA[<p><strong>" + name + "</strong> "
"with checksum " + sha + "</p>\n"
"on commit " + sha + "</p>\n"
" <p><a href=\""
+ baseurl + "/" + repo + "/archive/" + name + ".tar.gz"
+ "\">Download tarball</a></p>]]>\n ");