Class PluginUpdateRunner

All Implemented Interfaces:
Runnable, UpdateTask, EepGet.StatusListener

class PluginUpdateRunner
extends UpdateRunner
Check for an updated version of a plugin. A plugin is a standard .sud file with a 40-byte signature, a 16-byte version, and a .zip file. So we get the current version and update URL for the installed plugin, then fetch the first 56 bytes of the URL, extract the version, and compare. uri list must not be empty. Moved from web/ and turned into an UpdateTask.
Since:
0.9.4 moved from PluginUpdateHandler