Skip to content

installing older conan versions does not work anymore #5823

Discussion options

You must be logged in to vote
# create a local bucket named "local", or another name you want
$local_bucket = "$(scoop prefix scoop)\..\..\..\buckets\local\bucket"
mkdir $local_bucket

# get link of conan 1.59.0 raw file from commit history
$raw = “https://raw.githubusercontent.com/ScoopInstaller/Main/1f0c80e01d09cc16be591fcb97ea7ceb446de737/bucket/conan.json”

# download the raw file to local bucket and named "conan-1.59.0"
iwr $raw -outfile "$local_bucket\conan-1.59.0.json"

# install the manifest
scoop install conan-1.59.0 # if you does not renamed the manifest: scoop install local/conan

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mokafolio
Comment options

Answer selected by mokafolio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants