Skip to content

Commit

Permalink
AU: 1 updated - whalebird
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Automatic Updater committed Oct 11, 2023
1 parent 5adace9 commit 2dc64cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions automatic/whalebird/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageName = 'whalebird'

$url64 = 'https://github.com/h3poteto/whalebird-desktop/releases/download/v5.1.0/Whalebird-5.1.0-win-x64.exe'
$checksum64 = '26946261d7e026f324748a98fb409fb64397210ef2654a4770ab64039fe9b44e05f6ee62fc9a795d347d01296b24ec4943f34108bdd3ca30aa3043eccd36a796'
$url64 = 'https://github.com/h3poteto/whalebird-desktop/releases/download/v5.1.1/Whalebird-5.1.1-win-x64.exe'
$checksum64 = '444bb1d76bccceb69a3847593a7f4dc14499b452a14dcbe83e7070bc864059d58733345669633bc2a0ce3d710254d42031058f560502302a28b6a89725343fef'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/whalebird/whalebird.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>whalebird</id>
<version>5.1.0</version>
<version>5.1.1</version>
<packageSourceUrl>https://github.com/FullofQuarks/chocolatey-packages/tree/master/automatic/whalebird</packageSourceUrl>
<owners>FullofQuarks</owners>
<title>Whalebird</title>
Expand Down

0 comments on commit 2dc64cc

Please sign in to comment.