Skip to content

Commit d53b578

Browse files
committed
1 parent e3fbc32 commit d53b578

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

automatic/tilt/tilt.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
24-
<version>0.33.15</version>
24+
<version>0.34.0</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/tilt</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>

automatic/tilt/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
66
$packageArgs = @{
77
packageName = $env:ChocolateyPackageName
88
unzipLocation = $toolsDir
9-
url64 = 'https://github.com/tilt-dev/tilt/releases/download/v0.33.15/tilt.0.33.15.windows.x86_64.zip'
10-
checksum64 = '230aa57a26a761816fc8655787c547b99e5549149186c40a309c39b270ed975e'
9+
url64 = 'https://github.com/tilt-dev/tilt/releases/download/v0.34.0/tilt.0.34.0.windows.x86_64.zip'
10+
checksum64 = 'a8f3bff2c86d1eff9acb8f4db9bfe28dd40eea9be1827c3eeb3619143d1685af'
1111
checksumType64 = 'SHA256'
1212
}
1313

0 commit comments

Comments
 (0)