File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11echo off
22rem choco apikey --key ???????? --source https://push.chocolatey.org/
33
4- choco push cs-script.4.12 .0.nupkg --source https://push.chocolatey.org/
4+ choco push cs-script.4.13 .0.nupkg --source https://push.chocolatey.org/
55pause
Original file line number Diff line number Diff line change 11$packageName = ' cs-script'
2- $url = ' https://github.com/oleg-shilo/cs-script/releases/download/v4.12 .0.0/cs-script.win.v4.12 .0.0.7z'
2+ $url = ' https://github.com/oleg-shilo/cs-script/releases/download/v4.13 .0.0/cs-script.win.v4.13 .0.0.7z'
33
44try {
55 $installDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
66
7- $checksum = ' 3F9B7CD01DBB5F6792AE5F9142A860E8504B073BAFC114EDEB914DFCC832BC4D '
7+ $checksum = ' 6DD213949C697CD7E0E21AAC6F20C49CF0D81526C8232A54280182DE8A71D697 '
88 $checksumType = " sha256"
99
1010 function stop-server
Original file line number Diff line number Diff line change 99ServicePointManager . Expect100Continue = true ;
1010ServicePointManager . SecurityProtocol = SecurityProtocolType . Tls12 ;
1111
12- var url = "https://github.com/oleg-shilo/cs-script/releases/download/v4.12 .0.0/cs-script.win.v4.12 .0.0.7z" ;
12+ var url = "https://github.com/oleg-shilo/cs-script/releases/download/v4.13 .0.0/cs-script.win.v4.13 .0.0.7z" ;
1313
1414var installScript = @"tools\chocolateyInstall.ps1" ;
1515
You can’t perform that action at this time.
0 commit comments