Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbojko committed Jun 5, 2024
1 parent 24e4994 commit e748a90
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.4.0</version>
<version>1.5.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.4.0'
$version = '1.5.0'
$url64 = "https://github.com/anchore/syft/releases/download/v"+$version+"/syft_"+$version+"_windows_amd64.zip"
$checksum64 = '49742d3ba007a1c477f6c1b15ba19aed7592697d321eee2ef37902001b3dd5e6'
$checksum64 = '5079c6a88e130f8677d0701cb2689f9eae2088022ecf5fa2b9f341b96d9983d2'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
Expand Down

0 comments on commit e748a90

Please sign in to comment.