Skip to content

Commit

Permalink
AU: 1 updated - deno
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jan 17, 2025
1 parent a571b14 commit d6c03d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deno/deno.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>2.1.5</version>
<version>2.1.6</version>
<packageSourceUrl>https://github.com/digitalcoyote/chocolatey-packages</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>codingcoyote</owners>
Expand Down
4 changes: 2 additions & 2 deletions deno/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$url64 = 'https://github.com/denoland/deno/releases/download/v2.1.5/deno-x86_64-pc-windows-msvc.zip'
$checksum64 = 'b68f02dcb51ba62292e5e80fad8bdad27aff19b57ef6c6ebf7027315bada953e6c988586dfe436ae2b3633c301e0c2ec61725d0a67a4112ee4db846a5d07cc3f'
$url64 = 'https://github.com/denoland/deno/releases/download/v2.1.6/deno-x86_64-pc-windows-msvc.zip'
$checksum64 = '438b7f17b9ecfc1d55f55335b920fc5a6e23148c0ee8f71a39a1891267c56c21f1ce5ce5dd9739c7fc18912feb7b56db092b53cd611f409af52b15cea83e83de'
$checksumType64 = 'sha512'
$UnzipLocation = Join-Path $env:ChocolateyInstall (Join-Path 'lib' $env:ChocolateyPackageName)

Expand Down

0 comments on commit d6c03d4

Please sign in to comment.