Skip to content

Commit cdfaa42

Browse files
crschnickrunner
authored and
runner
committed
14.2
1 parent b7a9483 commit cdfaa42

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: installer/tools/chocolateyinstall.ps1

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Generated with JReleaser 1.15.0 at 2025-01-18T15:54:29.145776936Z
1+
# Generated with JReleaser 1.15.0 at 2025-01-22T13:34:19.604066694Z
22
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
33

44
$packageArgs = @{
55
packageName = 'xpipe'
66
fileType = 'msi'
7-
url = 'https://github.com/xpipe-io/xpipe/releases/download/14.1.1/xpipe-installer-windows-x86_64.msi'
7+
url = 'https://github.com/xpipe-io/xpipe/releases/download/14.2/xpipe-installer-windows-x86_64.msi'
88
silentArgs = "/quiet"
99
validExitCodes= @(0)
1010
softwareName = 'xpipe*'
11-
checksum = 'b963e13cde0d8d3ab9950605a84ce7d3527e73ab513fa99745abc463f8b7e286'
11+
checksum = '0d9b80282dc8cd3f5fd70f9a7dca4fb1f117db9ad0efe980ecb4cea55827f90d'
1212
checksumType = 'sha256'
1313
}
1414

Diff for: installer/xpipe.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- Generated with JReleaser 1.15.0 at 2025-01-18T15:54:29.145776936Z -->
2+
<!-- Generated with JReleaser 1.15.0 at 2025-01-22T13:34:19.604066694Z -->
33
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
44
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
55
<metadata>
66
<!-- required -->
77
<id>xpipe</id>
8-
<version>14.1.1</version>
8+
<version>14.2</version>
99
<authors>Christopher Schnick</authors>
1010
<description>XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire server infrastructure from your local machine. It works on top of your installed command-line programs that you normally use to connect and does not require any setup on your remote systems.</description>
1111
<!-- optional -->
@@ -20,7 +20,7 @@
2020
<packageSourceUrl>https://github.com/xpipe-io/choco_bucket</packageSourceUrl>
2121
<docsUrl>https://docs.xpipe.io</docsUrl>
2222
<bugTrackerUrl>https://github.com/xpipe-io/xpipe/issues</bugTrackerUrl>
23-
<releaseNotes>https://github.com/xpipe-io/xpipe/releases/tag/14.1.1</releaseNotes>
23+
<releaseNotes>https://github.com/xpipe-io/xpipe/releases/tag/14.2</releaseNotes>
2424
<iconUrl>https://rawcdn.githack.com/xpipe-io/xpipe/a097ae7a41131fa358b5343345557ad00a45c309/dist/logo/logo.png</iconUrl>
2525
</metadata>
2626
<files>

0 commit comments

Comments
 (0)