Skip to content

Commit

Permalink
AU: 1 updated - cairoshell
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 8, 2021
1 parent e609492 commit 6bac8ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/cairoshell/cairoshell.nuspec
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>cairoshell</id>
<title>Cairoshell</title>
<version>0.4.133</version>
<version>0.4.164</version>
<authors>Cairo Development Team</authors>
<owners>Xav83</owners>
<summary>Cairo is a customizable, intuitive desktop environment for Windows.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cairoshell/tools/chocolateyInstall.ps1
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$packageName = 'cairoshell'
$url32 = 'https://github.com/cairoshell/cairoshell/releases/download/v0.4.133/CairoSetup_32bit.exe'
$url64 = 'https://github.com/cairoshell/cairoshell/releases/download/v0.4.133/CairoSetup_64bit.exe'
$checksum32 = '34edfaebb6bb34368fb65f8ae438c1d743d7cedf38056b2bf3bc6d847bff5f39'
$checksum64 = 'c6408e7c9ec64e625526b758fa93da178c8e81bac9aef8853d016d1fc6fcc9eb'
$url32 = 'https://github.com/cairoshell/cairoshell/releases/download/v0.4.164/CairoSetup_32bit.exe'
$url64 = 'https://github.com/cairoshell/cairoshell/releases/download/v0.4.164/CairoSetup_64bit.exe'
$checksum32 = 'facfa69ff6a288c9e66693ab1fad9dccbf3bcbb824378178235d0f97f72c6a54'
$checksum64 = 'dd96c128f20b8a0268fda035afdd233286435d6fbd23843563450c8ebffc3da8'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 6bac8ac

Please sign in to comment.