jemproject / JEM-Project

JEM - an Event Manager for Joomla
https://www.joomlaeventmanager.net
GNU General Public License v3.0
25 stars 36 forks source link

This extension does not provide a checksum #1689

Closed mckillo closed 6 months ago

mckillo commented 7 months ago

When I update JEM form 4.1.0 to 4.2.0 from Joomla Update extension, the JEM update works but Joomla show the following message: "This extension does not provide a checksum for validation of the integrity of the downloaded file." We have to research about solve it, I suppose that JEM needs any file with checksum list in the package.

mckillo commented 7 months ago

Into update.xml, add the of the download file, for the JEM 4.2.0 version.

<update>
  <update>
        <sha256>9D9BFC3EF5EC410E67AE430E3E2BBB7B6FE07EAFA12DE4A30969F7E69ABB8CA1</sha256>
        <sha384>54494A8937014FECD3C74AE10AFD13D6458B692E7B4D5489FB1730E64CA34842C29F19372B71CD0A16AC9891E16293B1</sha384>
        <sha512>7969824F23968316CB8E11C4CD0C3AA75B10C3CCC4A06E361BA702D03C4DD72C0E25E0B50403B3CC0E1ABD2605A1D444F08215081B50BB33687CD8731F4E9C49</sha512>
Heklaterriol commented 7 months ago

Cool. Than means that when we release a new vesion of JEM we have to calculate the new checksum and insert it here, right?

mckillo commented 7 months ago

Yes, with each version. In any case, we are updated this data when the file is uploaded.