Skip to content

Commit

Permalink
Chocolatey scripts update for tenv version v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuutils committed Aug 4, 2024
1 parent b760229 commit 44039d9
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.7.9/tenv_v2.7.9_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.7.9/tenv_v2.7.9_Windows_x86_64.zip'
$checksum = '9f25c3d2fe09a6ee05d0da26f2fd8308b06ec1e747d48d62b78deb734f57070a'
$checksum64 = '6c81f35d85ca88c7c9c9dc4690a602691f6e5c9208137343e13c30e58d53b266'
$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'

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

Expand Down

0 comments on commit 44039d9

Please sign in to comment.