mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
* update aria2 1.28.0 * update packer 0.11.0 * update php 7.0.13 * update git 2.10.2 * update nodejs 7.1.0 * update sqlite 3.15.1 * update cmake 3.6.3 * update r 3.3.2 * update perl 5.24.0.1 * update terraform 0.7.10 / migrate to 0.7 previous version was broken, since version 0.7 all the providers are in the main binary https://www.terraform.io/upgrade-guides/0-7.html * update vagrant 1.8.7 * update sbcl 1.3.11 * update imagemagick * update ffmpeg 20161108 * update git-lfs 1.4.4
24 lines
1.2 KiB
JSON
24 lines
1.2 KiB
JSON
{
|
|
"homepage": "http://strawberryperl.com",
|
|
"version": "5.24.0.1",
|
|
"license": "GPL",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "http://strawberryperl.com/download/5.24.0.1/strawberry-perl-5.24.0.1-32bit-portable.zip",
|
|
"hash": "29CECD3CF448799C9BFF5D3647ED703729C42332931C093525582BA053CD6543"
|
|
},
|
|
"64bit": {
|
|
"url": "http://strawberryperl.com/download/5.24.0.1/strawberry-perl-5.24.0.1-64bit-portable.zip",
|
|
"hash": "98330F799134F1693BAA3C20CF4092DEC957DF89F7A26C7D0AF3232B0141B388"
|
|
}
|
|
},
|
|
"post_install":"
|
|
# enable standard idiomatic access to user's home directory
|
|
## remove HomeDir section from portable.perl (disables Portable.pm override of File::HomeDir)
|
|
## NOTE: conversion to byte[] avoids adding an extra trailing newline to the output file
|
|
[byte[]][char[]]((Get-Content -raw $dir\\portable.perl) -replace \"(?ms)^HomeDir:.*?^(?=\\S)\",\"\") | Set-Content $dir\\portable.perl -encoding byte
|
|
",
|
|
"env_add_path": [ "perl\\site\\bin", "perl\\bin", "c\\bin" ],
|
|
"checkver": "Recommended version:<\/b><\/p>\\s*<a href=\"\\/download\\/([^\\/]+)\\/strawberry-perl-[\\d.]+-64bit.msi"
|
|
}
|