Skip to content

Commit

Permalink
AU: 1 updated - pinode
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Apr 10, 2024
1 parent 235c7b8 commit 1e245e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/pinode/pinode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>pinode</id>
<version>0.4.9</version>
<version>0.4.10</version>
<owners>tunisiano</owners>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/pinode</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@a4858c54c7c77d0b95fbe6d4a55731fd7051ed2a/icons/pinode.png</iconUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/pinode/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://downloads.minepi.com/Pi%20Network%20Setup%200.4.9.exe'
$checksum = '5ce998ad8e5850667b959d0cb920ba06ad4487d02b2b202c7ddca30217f4ca08'
$url = 'https://downloads.minepi.com/Pi%20Network%20Setup%200.4.10.exe'
$checksum = '7cde87628af4a0bbb05856809d6b59666a22e01d7593f732b8ab91fea530503a'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 1e245e2

Please sign in to comment.