Skip to content

Commit

Permalink
Chocolatey scripts update for tenv version v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuutils committed Jun 7, 2024
1 parent 9fa8cac commit 9726054
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.0.2/tenv_v2.0.2_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.0.2/tenv_v2.0.2_Windows_x86_64.zip'
$checksum = '2af0783bb9e1786ff9579e36f8aad4091d764f1b9e2118d27a9f12c247a43532'
$checksum64 = 'd8ef1818fc4dd739c1976859cedcfb439f64033fe18edb2df743d6441176d0d8'
$url = 'https://github.com/tofuutils/tenv/releases/download/v2.0.3/tenv_v2.0.3_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.0.3/tenv_v2.0.3_Windows_x86_64.zip'
$checksum = '99ef4e9d35c5add34761d14dbeb99a7b8ef2e4a04fbabc15412d5d5d82f335c4'
$checksum64 = '2482b7b2212d516bc88c93ab3b554aea064e7b509a6b9fd75b89e8ec069e342a'

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

Expand Down

0 comments on commit 9726054

Please sign in to comment.