Skip to content

Commit

Permalink
AU: 2 updated - monero rstray
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Dec 31, 2020
1 parent 4fefe86 commit dd223df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/monero/monero.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>monero</id>
<title>Monero Wallet</title>
<version>0.17.1.7</version>
<version>0.17.1.8</version>
<authors>Monero Project</authors>
<owners>tunisiano</owners>
<summary>Monero: the secure, private, untraceable cryptocurrency</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/monero/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://downloads.getmonero.org/cli/monero-win-x86-v0.17.1.7.zip'
$checksum = 'ef47d1160f3926b9046b1ee0ac324b8d8c6196f8c93d685ef8e4b7e3274372fc'
$url = 'https://downloads.getmonero.org/cli/monero-win-x86-v0.17.1.8.zip'
$checksum = '4bd0c594c59de2815e91e7560be5b52370abb351f425c2ea1434a0ae4205c30a'
$checksumType = 'sha256'
$url64 = 'https://downloads.getmonero.org/cli/monero-win-x64-v0.17.1.7.zip'
$checksum64 = '4e1352b383095e9d4393a40785e159d6a4a83bca69f304a2dba258d370074ad0'
$url64 = 'https://downloads.getmonero.org/cli/monero-win-x64-v0.17.1.8.zip'
$checksum64 = '55bafa33142b2aa979e5f6b4a6ddb60584bc9e9434e3a8c0a7fd8c9852bbcd7e'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
2 changes: 1 addition & 1 deletion automatic/rstray/rstray.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>rstray</id>
<version>1.0.0</version>
<version>2.0.0</version>
<title>Redshift Tray</title>
<authors>ltGuillaume</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/rstray/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ x86: https://github.com/ltGuillaume/Redshift-Tray/releases/download/2.0.0/redshi
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: @{Algorithm=SHA256; Hash=7236592EBD628A1C357006F57798DB42A781371EBCD095CDA0BF63652E6B5D6A; Path=C:\projects\chocolatey-packages\automatic\rstray\tools\redshift-tray.zip}
checksum: 7236592EBD628A1C357006F57798DB42A781371EBCD095CDA0BF63652E6B5D6A

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE

0 comments on commit dd223df

Please sign in to comment.