From be4eb72fa9a4b1d80dddac19162d6941e87330d7 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 16 Jan 2019 14:48:10 +0000 Subject: [PATCH] AU: 2 updated - julia mp3tag [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/5e34e207c170d38a2dfddbab96ed4bd838218bb9 --- automatic/julia/julia.nuspec | 2 +- automatic/julia/tools/chocolateyBeforeModify.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/julia/julia.nuspec b/automatic/julia/julia.nuspec index 4393ca82968..72cc325d1b3 100644 --- a/automatic/julia/julia.nuspec +++ b/automatic/julia/julia.nuspec @@ -2,7 +2,7 @@ julia - 1.0.3 + 1.0.3.20190116 Julia programming language Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah, Julia contributors chocolatey, FlorianRappl, drel diff --git a/automatic/julia/tools/chocolateyBeforeModify.ps1 b/automatic/julia/tools/chocolateyBeforeModify.ps1 index b1e2f265168..2e5d748b17c 100644 --- a/automatic/julia/tools/chocolateyBeforeModify.ps1 +++ b/automatic/julia/tools/chocolateyBeforeModify.ps1 @@ -1,4 +1,4 @@ Write-Host "Removing julia shim before upgrading/uninstalling..." -$binFilePath = Get-UninstallRegistryKey -SoftwareName "Julia*" | select -First 1 -ExpandProperty DisplayIcon +$binFilePath = Get-UninstallRegistryKey -SoftwareName "Julia*" | Select-Object -First 1 -ExpandProperty DisplayIcon Uninstall-BinFile "julia" -path $binFilePath