Skip to content

Commit

Permalink
AU: 1 updated - helix
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed May 27, 2023
1 parent bc1abb2 commit 812116a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helix/helix.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>helix</id>
<version>23.05</version>
<version>23.5.0.20230527</version>
<title>Helix</title>
<owners>josephharrisonlim</owners>
<authors>https://github.com/helix-editor/helix/graphs/contributors</authors>
Expand Down
4 changes: 2 additions & 2 deletions helix/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$ErrorActionPreference = 'Stop'

$packageName = 'helix'
$url = 'https://github.com/helix-editor/helix/releases/download/23.03/helix-23.03-x86_64-windows.zip'
$url = 'https://github.com/helix-editor/helix/releases/download/23.05/helix-23.05-x86_64-windows.zip'
$directoryName = (Split-Path $url -Leaf) -replace ".zip"

$packageArgs = @{
packageName = $packageName
url64bit = $url
checksum64 = '58013f827d676a9dcb3efdf81e8202abc10e6665f977acb7edf2ba325645ddfb'
checksum64 = '27ba9a7ea0cbb5a4de2378c5d7383405f2aeb254118cfba1785eb0b32aee3ef0'
checksumType64 = 'sha256'
unzipLocation = Split-Path $MyInvocation.MyCommand.Definition
}
Expand Down

0 comments on commit 812116a

Please sign in to comment.