diff --git a/installer/tools/chocolateyinstall.ps1 b/installer/tools/chocolateyinstall.ps1 index aa5cf92..9026006 100755 --- a/installer/tools/chocolateyinstall.ps1 +++ b/installer/tools/chocolateyinstall.ps1 @@ -1,14 +1,14 @@ -# Generated with JReleaser 1.8.0 at 2023-10-26T17:59:23.247392673Z +# Generated with JReleaser 1.8.0 at 2023-11-04T06:15:07.819954103Z $toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'xpipe' fileType = 'msi' - url = 'https://github.com/xpipe-io/xpipe/releases/download/1.7.2/xpipe-installer-windows-x86_64.msi' + url = 'https://github.com/xpipe-io/xpipe/releases/download/1.7.3/xpipe-installer-windows-x86_64.msi' silentArgs = "/quiet" validExitCodes= @(0) softwareName = 'xpipe*' - checksum = 'e51d5ed65b49250e44ca2698703ee2c694a1672754d6c033eb89037f53687f2b' + checksum = '65fed41ed5750e90abaa76526769fef0066173b58d90e6ec63ef23572fa35c34' checksumType = 'sha256' } diff --git a/installer/xpipe.nuspec b/installer/xpipe.nuspec index 896d5ea..6034447 100755 --- a/installer/xpipe.nuspec +++ b/installer/xpipe.nuspec @@ -1,11 +1,11 @@ - + xpipe - 1.7.2 + 1.7.3 Christopher Schnick A connection manager and remote file explorer that works by exclusively interacting with CLI tools on local and remote shell connections. This approach makes it much more flexible as it doesn't have to deal with file system APIs or remote file handling protocols at all. @@ -22,7 +22,7 @@ XPipe integrates with your existing tools and workflows by outsourcing as many t https://github.com/xpipe-io/choco_bucket https://docs.xpipe.io https://github.com/xpipe-io/xpipe/issues - https://github.com/xpipe-io/xpipe/releases/tag/1.7.2 + https://github.com/xpipe-io/xpipe/releases/tag/1.7.3 https://rawcdn.githack.com/xpipe-io/xpipe/a097ae7a41131fa358b5343345557ad00a45c309/dist/logo/logo.png