Skip to content

Commit

Permalink
AU: 5 updated - dogecoin dogecoin.install dogecoin.portable lbry odrive
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Aug 21, 2021
1 parent 43e32de commit 049d085
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/dogecoin.install/dogecoin.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>dogecoin.install</id>
<title>Dogecoin Core Wallet (Install)</title>
<version>1.14.3</version>
<version>1.14.4</version>
<authors>Jackson Palmer</authors>
<owners>tunisiano</owners>
<summary>Cryptocurrency like Bitcoin, although it does not use SHA256 as its proof of work (POW)</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/dogecoin.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
$packageName = '$env:ChocolateyPackageName'
$installerType = 'exe'
$silentArgs = '/S'
$url = 'https://github.com/dogecoin/dogecoin/releases/download/v1.14.3/dogecoin-1.14.3-win32-setup-unsigned.exe'
$checksum = '74190511fd882631ca4b467715ec26771eb4ba3cb0e8896f50d6dc840ee0cfd7'
$url = 'https://github.com/dogecoin/dogecoin/releases/download/v1.14.4/dogecoin-1.14.4-win32-setup-unsigned.exe'
$checksum = 'c1bee4eeb90a1d3b2f058a3cf725b618d16b21d9c84b5bdcbd989c8ceb7e9de3'
$checksumType = 'sha256'
$url64 = 'https://github.com/dogecoin/dogecoin/releases/download/v1.14.3/dogecoin-1.14.3-win64-setup-unsigned.exe'
$checksum64 = '37aafa689c193feb6d66e4ed30f9aaf899f4065a5b002f6962ce02a200d9116b'
$url64 = 'https://github.com/dogecoin/dogecoin/releases/download/v1.14.4/dogecoin-1.14.4-win64-setup-unsigned.exe'
$checksum64 = 'c683e321e71000730ee6f742b49ce1a14e9471a32e29cd54d56fe417d9d690aa'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Expand Down
2 changes: 1 addition & 1 deletion automatic/dogecoin.portable/dogecoin.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>dogecoin.portable</id>
<title>Dogecoin Core Wallet (Portable)</title>
<version>1.14.3</version>
<version>1.14.4</version>
<authors>Jackson Palmer</authors>
<owners>tunisiano</owners>
<summary>Cryptocurrency like Bitcoin, although it does not use SHA256 as its proof of work (POW)</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/dogecoin.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$packageName = '$env:ChocolateyPackageName'
$url = 'https://github.com/dogecoin/dogecoin/releases/download/v1.14.3/dogecoin-1.14.3-win32.zip'
$checksum = '06eef064cfe136afda87d452aa40742c8eb36f88d2e52872f186232c974b9c90'
$url = 'https://github.com/dogecoin/dogecoin/releases/download/v1.14.4/dogecoin-1.14.4-win32.zip'
$checksum = '0648c5f89bc078ae6b5191156434cb6be7b9b42fee3d42b6e14f8323e17acc93'
$checksumType = 'sha256'
$url64 = 'https://github.com/dogecoin/dogecoin/releases/download/v1.14.3/dogecoin-1.14.3-win64.zip'
$checksum64 = '55cad1ec60a594aa9e448047de87a2b39ef415dc2f0a635b34a352351e656316'
$url64 = 'https://github.com/dogecoin/dogecoin/releases/download/v1.14.4/dogecoin-1.14.4-win64.zip'
$checksum64 = '499d93f8b97189721981557394f63aafc5ccdc90d51ed4dbd9fa7de7c22e7050'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
2 changes: 1 addition & 1 deletion automatic/dogecoin/dogecoin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>dogecoin</id>
<title>Dogecoin Core Wallet</title>
<version>1.14.3</version>
<version>1.14.4</version>
<authors>Jackson Palmer</authors>
<owners>tunisiano</owners>
<summary>Cryptocurrency like Bitcoin, although it does not use SHA256 as its proof of work (POW)</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/dogecoin/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop'
# MetaPackage
$version = '1.14.3'
$version = '1.14.4'
Write-Verbose $version
2 changes: 1 addition & 1 deletion automatic/lbry/lbry.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>lbry</id>
<version>0.51.2-rc4</version>
<version>0.51.2</version>
<owners>tunisiano</owners>
<title>lbry (Install)</title>
<authors>lbry.com</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/lbry/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.51.2-rc.4/LBRY_0.51.2-rc.4.exe'
$checksum = '86b0744da5d9919b6576695af769f02995086d09254e8d3b01f76d8981f8f853'
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.51.2/LBRY_0.51.2.exe'
$checksum = '48aa1db98a9a20abf0c835020d96434e3c233d93f289375fe67c421ed026453c'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/odrive.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>odrive</id>
<version>1.6452.0.7018</version>
<version>1.6452.0.7029</version>
<title>odrive (Install)</title>
<authors>ODrive.com</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.odrive.com/downloaddesktop?platform=win'
$checksum = '0d77978171c5b3d07c2418f7d120e0bf7f3dafaf1289d52de30fd1e97d0502ae'
$checksum = 'f2a91e88ff60b23000156f315cd63a8bc71b34d13ed7f5034e3573412c4760a6'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 049d085

Please sign in to comment.