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 Oct 19, 2024
1 parent 7c447b0 commit 8b46e12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.11.2024042801</version>
<version>0.5.0</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@0b5a8f94de3b943557dad3b2979127dd1a1cfdbd/icons/pinode.png</iconUrl>
Expand All @@ -22,7 +22,7 @@ PiNode is a node that helps to decentralize the pi network.
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
]]></description>
<releaseNotes>#### Software
https://minepi.com/#download
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.11.exe'
$checksum = '65e124e93afca3b8cf982683a3e9f13f5ee85fc11a6ffc76b31d8c2e33e013b1'
$url = 'https://downloads.minepi.com/Pi%20Network%20Setup%200.5.0.exe'
$checksum = 'fc31852db38e8a6a51991ca082d7982f93ff370623c7ab8068d3415862cd83c6'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 8b46e12

Please sign in to comment.