Skip to content

Commit

Permalink
Chocolatey scripts update for tenv version v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuutils committed Jul 17, 2024
1 parent 7c11d97 commit 42dea1a
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.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'
$url = 'https://github.com/tofuutils/tenv/releases/download/v2.6.1/tenv_v2.6.1_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.6.1/tenv_v2.6.1_Windows_x86_64.zip'
$checksum = 'e2af51fa810a4726a5ca9df1b63eb6c5368e3ea3afca12117933aa91a8572739'
$checksum64 = '85290424671c6e2374a4c1f249937e6e1546bd3f81bcfda8acef74fc2e414103'

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

Expand Down

0 comments on commit 42dea1a

Please sign in to comment.