Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbojko committed May 13, 2024
1 parent c4187cb commit 24e4994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion syft.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>syft</id>
<title>Syft</title>
<version>1.3.0</version>
<version>1.4.0</version>
<authors>Anchore Inc</authors>
<owners>Marcin Bojko</owners>
<summary>A CLI tool and Go library for generating a Software Bill of Materials (SBOM) from container images and filesystems.</summary>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop';

$packageName = 'syft'
$version = '1.3.0'
$version = '1.4.0'
$url64 = "https://github.com/anchore/syft/releases/download/v"+$version+"/syft_"+$version+"_windows_amd64.zip"
$checksum64 = '90c526c99f794a33d57a2d7ba379206a4382ddb877e061daacf7569ff19bc892'
$checksum64 = '49742d3ba007a1c477f6c1b15ba19aed7592697d321eee2ef37902001b3dd5e6'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
Expand Down

0 comments on commit 24e4994

Please sign in to comment.