Skip to content

Commit

Permalink
use null values as updater template
Browse files Browse the repository at this point in the history
  • Loading branch information
abu-usama committed Feb 29, 2024
1 parent af1af4f commit 51a68cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chocolatey-packages/ipinfo/ipinfo.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>ipinfo</id>
<version>3.3.0</version>
<version>1.0.0</version>
<owners>ipinfo</owners>
<title>ipinfo</title>
<authors>IPInfo</authors>
Expand Down
12 changes: 6 additions & 6 deletions chocolatey-packages/ipinfo/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $packageName
url64 = 'https://github.com/ipinfo/cli/releases/download/ipinfo-3.3.0/ipinfo_3.3.0_windows_amd64.zip'
checksum64 = '2ab00f6a289d308b9ac04be9153aa566e93acff3da8a62dd283022a0cb6ee34d'
checksumType64 = 'sha256'
url = 'https://github.com/ipinfo/cli/releases/download/ipinfo-3.3.0/ipinfo_3.3.0_windows_386.zip'
checksumType = 'sha256'
checksum = 'ddc0d4f17ca972cfc4bc76fc4775f67514e67bc654db4c9695993600a905525b'
url64 = ''
checksum64 = ''
checksumType64 = ''
url = ''
checksumType = ''
checksum = ''
destination = $toolsDir
}

Expand Down

0 comments on commit 51a68cb

Please sign in to comment.