Skip to content

Commit

Permalink
Chocolatey scripts update for tenv version v3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuutils committed Dec 12, 2024
1 parent 9b09347 commit 4411287
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tenv/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'

$url = 'https://github.com/tofuutils/tenv/releases/download/v3.2.10/tenv_v3.2.10_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v3.2.10/tenv_v3.2.10_Windows_x86_64.zip'
$checksum = 'ef8df1d8d62f070c6818bf658f7347f39e6bd46df1ae843fd2dd36b9c83f0b9e'
$checksum64 = '465955e63c32730186ac4667950c28072fde33ea39941a9b84306440e6a43b99'
$url = 'https://github.com/tofuutils/tenv/releases/download/v3.2.11/tenv_v3.2.11_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v3.2.11/tenv_v3.2.11_Windows_x86_64.zip'
$checksum = '2419bf21ea62f5ee76dea920d4ff8ebe010fd2a7b7e48ed432d2596badf7135e'
$checksum64 = '1dce08748bfb9247e2f3728c3eca768cc3798b897ab32b4773cdcb39a12157bd'

$unzipLocation = Split-Path -Parent $MyInvocation.MyCommand.Definition

Expand Down

0 comments on commit 4411287

Please sign in to comment.