Fixes an issue (introduced in 0.6.0) where installing a package using a direct download URL would fail. The problem was caused by how the extract directory was created in soar-dl. The directory was being created before verifying whether the file was actually extractable. This led the installation script to treat the file as an archive simply because the extract directory existed, even when it shouldn't have.
🚜 Refactor
- (checksum) Save checksum from metadata as is for installed package - (55b1f34)