Skip to content

Commit

Permalink
Chocolatey scripts update for tenv version v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuutils committed Aug 18, 2024
1 parent 44039d9 commit d48d6e0
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.0.0/tenv_v3.0.0_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v3.0.0/tenv_v3.0.0_Windows_x86_64.zip'
$checksum = 'bd4fcb1f632ae82134d9a99179c26e51fe5360badc016f1cee87b2ca1d04283d'
$checksum64 = '959a3e45c81f628cb700f5bd3ccb28ea3b9c99abf73802f42ec517c7287bb1f6'
$url = 'https://github.com/tofuutils/tenv/releases/download/v3.1.0/tenv_v3.1.0_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v3.1.0/tenv_v3.1.0_Windows_x86_64.zip'
$checksum = '71aaa1d68ebe263f49658ad218d94f6eccc1ccb728dd731866034e480763facf'
$checksum64 = 'c67ec1899691eb70f229afec6578308db0cf4e3c31cd213c210fe4c3507b5d21'

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

Expand Down

0 comments on commit d48d6e0

Please sign in to comment.