You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
The target example depends on the file de.tototec.sbuild-0.7.1.jar which will be downloaded via HTTP and afterwards it's checksum is checked. The md5 scheme would fail, if the checksum of the downloaded file does not match.
To verify the checksum of a file, a Md5SumSchemHandler or a Sha1SchemeHandler might come in handy.
Example:
The target
exampledepends on the filede.tototec.sbuild-0.7.1.jarwhich will be downloaded via HTTP and afterwards it's checksum is checked. Themd5scheme would fail, if the checksum of the downloaded file does not match.