Skip to content

Commit

Permalink
Chocolatey scripts update for tenv version v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuutils committed Jun 7, 2024
1 parent 898ac00 commit ab5c780
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.0/tenv_v2.0.0_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.0.0/tenv_v2.0.0_Windows_x86_64.zip'
$checksum = 'b4a41f9e3190c2797018124f547e5548bcf84c7db9292b84b6da4e93d13055f7'
$checksum64 = 'd8a76cfeee0d57974e6bff03785370ecbb332c3ca4fabb5baaa1f0bcf4da1817'
$url = 'https://github.com/tofuutils/tenv/releases/download/v2.0.1/tenv_v2.0.1_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.0.1/tenv_v2.0.1_Windows_x86_64.zip'
$checksum = 'f126f30d1448485b4ef144ee793c20da2f44935b75628d03809c467fed3be349'
$checksum64 = 'bda2da986e7714a74093712bc390a0c9039f94d57a8caffa7d2b7af560f33b45'

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

Expand Down

0 comments on commit ab5c780

Please sign in to comment.