mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-23 02:52:34 +03:00
Convert contrib windows chocolatey files to templates
This commit is contained in:
parent
36361efa88
commit
a8c037974d
@ -2,8 +2,8 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>hurl</id>
|
||||
<version>1.4.0</version>
|
||||
<title>HURL - http requests defined in a simple plain text format</title>
|
||||
<version>{version}</version>
|
||||
<title>Hurl</title>
|
||||
<authors>Fabrice REIX, Jean Christophe AMIEL, Orange-OpenSource</authors>
|
||||
<owners>Orange-OpenSource</owners>
|
||||
<projectUrl>https://hurl.dev</projectUrl>
|
||||
@ -15,28 +15,14 @@
|
||||
<docsUrl>https://hurl.dev/docs/man-page.html</docsUrl>
|
||||
<bugTrackerUrl>https://github.com/Orange-OpenSource/hurl/issues</bugTrackerUrl>
|
||||
<tags>hurl curl http https cli http-client testing-tool integration-tool automation-tool api-testing cross-platform</tags>
|
||||
<summary>Hurl is a command line tool that performs HTTP requests defined in a simple plain text format.</summary>
|
||||
<summary>Hurl is a command line tool that runs HTTP requests defined in a simple plain text format</summary>
|
||||
<description><![CDATA[
|
||||
Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.
|
||||
It can perform requests, capture values and evaluate queries on headers and body response.
|
||||
Hurl is very versatile: it can be used for both fetching data and testing HTTP sessions.
|
||||
]]></description>
|
||||
<releaseNotes><![CDATA[
|
||||
# Enhancement:
|
||||
|
||||
- Install via Scoop #289
|
||||
- Support spaces in filenames #287
|
||||
- Remove deprecated option --append #262
|
||||
- Improve HTML output for hurlfmt #260
|
||||
- Add option --ignore-asserts #254
|
||||
|
||||
# Bugs Fixes:
|
||||
|
||||
- Support tilde in URL #294
|
||||
- Fix Windows Terminal output for non-UTF-8 byte sequences #292
|
||||
- Fix asserts entries in JSON report #286
|
||||
- Fix --test mode in Windows (/dev/null) #273
|
||||
- Support key with underscore in jsonpath dot notation #269
|
||||
- Fix Windows installer PATH #267
|
||||
{changelog}
|
||||
]]></releaseNotes>
|
||||
</metadata>
|
||||
<files>
|
||||
|
@ -4,8 +4,8 @@ $SoftwareName = 'hurl'
|
||||
$HashArguments = @{
|
||||
PackageName = $env:ChocolateyPackageName
|
||||
UnzipLocation = $(Split-Path -Parent $MyInvocation.MyCommand.Definition)
|
||||
Url64 = 'https://github.com/Orange-OpenSource/hurl/releases/download/1.4.0/hurl-1.4.0-win64.zip'
|
||||
Checksum64 = '78255BB838095A1015679F92189074C1162EDD51B5EDC1DDA7B863BA7304C4B5'
|
||||
Url64 = 'https://github.com/Orange-OpenSource/hurl/releases/download/{version}/hurl-{version}-win64.zip'
|
||||
Checksum64 = '{Checksum64}'
|
||||
ChecksumType64 = 'sha256'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user