Skip to content

Commit

Permalink
v0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslilac committed Nov 3, 2023
1 parent 3d8a2cd commit 1493eca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gleam.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>gleam</id>
<version>0.32.0</version>
<version>0.32.1</version>
<packageSourceUrl>https://github.com/gleam-community/gleam-chocolatey</packageSourceUrl>
<owners>HarryET aslilac</owners>
<!-- ============================== -->
Expand Down
6 changes: 3 additions & 3 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = "Stop"; # stop on all errors
$url64 = "https://github.com/gleam-lang/gleam/releases/download/v0.32.0/gleam-v0.32.0-x86_64-pc-windows-msvc.zip"
# Taken from https://github.com/gleam-lang/gleam/releases/download/v0.32.0/gleam-v0.32.0-x86_64-pc-windows-msvc.zip.sha512
$checksum = "37199ab2af205661e30a323eea09757661813b4fcb62ebd9956ead9d9fc98bbdda42e494157eac08a30f2b350ba81bb20a7f01cd8128309e71d01ca57840f0b4"
$url64 = "https://github.com/gleam-lang/gleam/releases/download/v0.32.1/gleam-v0.32.1-x86_64-pc-windows-msvc.zip"
# Taken from https://github.com/gleam-lang/gleam/releases/download/v0.32.1/gleam-v0.32.1-x86_64-pc-windows-msvc.zip.sha512
$checksum = "7059d8955fb55976b916817d87109b70f14ada8ca3f240f4d182618347809f8335bfdcd4a2802c4d9c142b19e12dc83e206d9ab8b93979fa2c58129610ab1c59"

Install-ChocolateyZipPackage `
-PackageName "Gleam" `
Expand Down

0 comments on commit 1493eca

Please sign in to comment.