Skip to content

Commit

Permalink
AU: 1 updated - nearby-share
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 19, 2024
1 parent 6304c60 commit d6bb46c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nearby-share/nearby-share.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nearby-share</id>
<version>1.0.1417.0</version>
<version>1.0.1439.0</version>
<title>Nearby Share</title>
<authors>Google LLC.</authors>
<owners>Smart123s</owners>
Expand Down
6 changes: 3 additions & 3 deletions nearby-share/tools/chocolateyinstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '1.0.1417.0'
$version = '1.0.1439.0'
if ($version -eq (Get-NearbyShareVersion)) {
Write-Host "Nearby Share $version is already installed."
return
Expand All @@ -10,8 +10,8 @@ if ($version -eq (Get-NearbyShareVersion)) {
$packageArgs = @{
packageName = 'Nearby Share'
fileType = 'MSI'
url64 = 'http://dl.google.com/release2/Nearby/lzfyfffdbxz5d77pmqebsehaau_1.0.1417.0/better_together.msi'
checksum64 = '8abcd92559bd3e367c1f787ea5a4bde25b9ca3b4c9d868707f49435a92177500'
url64 = 'https://edgedl.me.gvt1.com/edgedl/release2/Nearby/lbwkksm5ue76nax4xzsqjohtl4_1.0.1439.0/better_together.msi'
checksum64 = '6e572d2f665a9e5080c443deba366a5536fb350bff94e1af98af7d01225be5e2'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart"
validExitCodes = @(0)
Expand Down

0 comments on commit d6bb46c

Please sign in to comment.