Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions bucket/pact-broker-client.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"version": "0.5.0",
"description": "Installer for Pact Broker Client",
"homepage": "https://github.com/pact-foundation/pact-broker-cli/blob/main/README.md",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://github.com/pact-foundation/pact-broker-cli/releases/download/v0.5.0/pact-broker-cli-x86_64-windows-msvc.exe#/pact-broker-client.exe"
],
"hash": [
"4adabfa3de9796c026ef9362555d898c3579e0741f603cb24e4bca2d0936d531"
],
"bin": [
"pact-broker-client.exe"
]
},
"32bit": {},
"arm64": {
"url": [
"https://github.com/pact-foundation/pact-broker-cli/releases/download/v0.5.0/pact-broker-cli-aarch64-windows-msvc.exe#/pact-broker-client.exe"
],
"hash": [
"efe78860f9a79ff06a2c95569136e50500609637f36640c75a78e36320b450f9"
],
"bin": [
"pact-broker-client.exe"
]
}
"version": "0.7.0",
"description": "Installer for Pact Broker Client",
"homepage": "https://github.com/pact-foundation/pact-broker-cli/blob/main/README.md",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://github.com/pact-foundation/pact-broker-cli/releases/download/v0.7.0/pact-broker-cli-x86_64-windows-msvc.exe#/pact-broker-client.exe"
],
"hash": [
"eb36aa6374e160c53cdcd450f7c8f15bff146a49e8b223c55a6db46e9a9a7bc1"
],
"bin": [
"pact-broker-client.exe"
]
},
"32bit": {},
"arm64": {
"url": [
"https://github.com/pact-foundation/pact-broker-cli/releases/download/v0.7.0/pact-broker-cli-aarch64-windows-msvc.exe#/pact-broker-client.exe"
],
"hash": [
"c9de0da41120fccc36b825e2c0bafca94142ce8f09f000bb5373e8f4ab905200"
],
"bin": [
"pact-broker-client.exe"
]
}
}
}
56 changes: 28 additions & 28 deletions bucket/pact.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"version": "0.9.1",
"description": "Installer for Pact Cli",
"homepage": "https://github.com/pact-foundation/pact-cli/blob/main/README.md",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://github.com/pact-foundation/pact-cli/releases/download/v0.9.1/pact-x86_64-windows-msvc.exe#/pact.exe"
],
"hash": [
"40d331c094de58e9216dc330112622089b502c101d43023438d4c295dc825c10"
],
"bin": [
"pact.exe"
]
},
"32bit": {},
"arm64": {
"url": [
"https://github.com/pact-foundation/pact-cli/releases/download/v0.9.1/pact-aarch64-windows-msvc.exe#/pact.exe"
],
"hash": [
"1f243da250a083bc191ddcc17ba1a1aebf82fb45b72f0bf835256df41ba96614"
],
"bin": [
"pact.exe"
]
}
"version": "0.10.0",
"description": "Installer for Pact Cli",
"homepage": "https://github.com/pact-foundation/pact-cli/blob/main/README.md",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://github.com/pact-foundation/pact-cli/releases/download/v0.10.0/pact-x86_64-windows-msvc.exe#/pact.exe"
],
"hash": [
"d8fecb9d6ecc991139d0bbab234dcaca735b35e3ce6ed7c8412ff2bd3e006e49"
],
"bin": [
"pact.exe"
]
},
"32bit": {},
"arm64": {
"url": [
"https://github.com/pact-foundation/pact-cli/releases/download/v0.10.0/pact-aarch64-windows-msvc.exe#/pact.exe"
],
"hash": [
"74bb2114d0501aea1d10c4054cfe7a44edc4df001c5e6ae48dcc28e76ae7f4d0"
],
"bin": [
"pact.exe"
]
}
}
}
2 changes: 1 addition & 1 deletion pact-broker-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>pact-broker-client</id>
<version>0.5.0</version>
<version>0.7.0</version>
<packageSourceUrl>https://github.com/pact-foundation/choco</packageSourceUrl>
<owners>pact-foundation</owners>
<title>Pact Broker Client</title>
Expand Down
2 changes: 1 addition & 1 deletion pact.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>pact</id>
<version>0.9.1</version>
<version>0.10.0</version>
<packageSourceUrl>https://github.com/pact-foundation/pact-cli</packageSourceUrl>
<owners>pact-foundation</owners>
<title>Pact CLI</title>
Expand Down
8 changes: 4 additions & 4 deletions tools/pact-broker-client/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$packageName = 'pact-broker-client'
$url64 = 'https://github.com/pact-foundation/pact-broker-cli/releases/download/v0.5.0/pact-broker-cli-x86_64-windows-msvc.exe'
$urlARM64 = 'https://github.com/pact-foundation/pact-broker-cli/releases/download/v0.5.0/pact-broker-cli-aarch64-windows-msvc.exe'
$checksum64 = '4adabfa3de9796c026ef9362555d898c3579e0741f603cb24e4bca2d0936d531'
$checksumARM64 = 'efe78860f9a79ff06a2c95569136e50500609637f36640c75a78e36320b450f9'
$url64 = 'https://github.com/pact-foundation/pact-broker-cli/releases/download/v0.7.0/pact-broker-cli-x86_64-windows-msvc.exe'
$urlARM64 = 'https://github.com/pact-foundation/pact-broker-cli/releases/download/v0.7.0/pact-broker-cli-aarch64-windows-msvc.exe'
$checksum64 = 'eb36aa6374e160c53cdcd450f7c8f15bff146a49e8b223c55a6db46e9a9a7bc1'
$checksumARM64 = 'c9de0da41120fccc36b825e2c0bafca94142ce8f09f000bb5373e8f4ab905200'

# Determine architecture
$is64bit = [System.Environment]::Is64BitOperatingSystem
Expand Down
8 changes: 4 additions & 4 deletions tools/pact/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$packageName = 'pact'
$url64 = 'https://github.com/pact-foundation/pact-cli/releases/download/v0.9.1/pact-x86_64-windows-msvc.exe'
$urlARM64 = 'https://github.com/pact-foundation/pact-cli/releases/download/v0.9.1/pact-aarch64-windows-msvc.exe'
$checksum64 = '40d331c094de58e9216dc330112622089b502c101d43023438d4c295dc825c10'
$checksumARM64 = '1f243da250a083bc191ddcc17ba1a1aebf82fb45b72f0bf835256df41ba96614'
$url64 = 'https://github.com/pact-foundation/pact-cli/releases/download/v0.10.0/pact-x86_64-windows-msvc.exe'
$urlARM64 = 'https://github.com/pact-foundation/pact-cli/releases/download/v0.10.0/pact-aarch64-windows-msvc.exe'
$checksum64 = 'd8fecb9d6ecc991139d0bbab234dcaca735b35e3ce6ed7c8412ff2bd3e006e49'
$checksumARM64 = '74bb2114d0501aea1d10c4054cfe7a44edc4df001c5e6ae48dcc28e76ae7f4d0'


# Determine architecture (ARM64 detection is unsuppported by Choco)
Expand Down
Loading