getsolus / solbuild

The Solus package build system
https://getsol.us
Apache License 2.0
19 stars 12 forks source link

Bring back support for file:// sources #86

Closed silkeh closed 6 months ago

silkeh commented 6 months ago

Solbuild 1.5.3.0 replace the way files are downloaded. The feature to download files using file:// sources was lost.

Restore the functionality to set sources using file:// by copying the file when encountered.

Resolves #38.