Southclaws / sampctl

The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
GNU General Public License v3.0
242 stars 33 forks source link

Use a tag if possible when installing new dependencies #350

Closed Southclaws closed 3 years ago

Southclaws commented 4 years ago

If you run sampctl package install X/Y, you get X/Y as a dependency with no version.

This can lead to unexpected results if the dependency releases a broken version.

sampctl should, when installing a new dependency, check the repository for tags and if some are found, use the latest tag available.