Closed baskaran-md closed 8 years ago
Currently, the state=latest param makes sure the package is latest always. However, we need provision to install a specific version.
state=latest
What's happening when you encode the specific version as part of the name parameter?
name=foo-1.0 for example.
name=foo-1.0
Currently, the
state=latest
param makes sure the package is latest always. However, we need provision to install a specific version.