Skip to content

Commit

Permalink
Chocolatey scripts update for tenv version v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuutils committed Jul 15, 2024
1 parent efb79a0 commit 7c11d97
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/v2.5.0/tenv_v2.5.0_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.5.0/tenv_v2.5.0_Windows_x86_64.zip'
$checksum = 'e9430b0f227b8b0b92e40ae495484e2857863579db6e7839d46ab7973fcccb56'
$checksum64 = 'fbbf7c8c928bd39bebaacd0791820c6305534a23c7158fdde9b32235d96fa731'
$url = 'https://github.com/tofuutils/tenv/releases/download/v2.6.0/tenv_v2.6.0_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.6.0/tenv_v2.6.0_Windows_x86_64.zip'
$checksum = 'ab337de2d5202f014483f9e96688e59761f0ee14a96907b6e2623c9fc71266af'
$checksum64 = '5da7ba56e476b99dd6990bc1d45125eb4986014ebf9246cb152394cd9e5dbdc3'

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

Expand Down

0 comments on commit 7c11d97

Please sign in to comment.