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 Oct 5, 2023
1 parent 376d464 commit db1f2e9
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.1153.1</version>
<version>1.0.1184.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.1153.1'
$version = '1.0.1184.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://edgedl.me.gvt1.com/edgedl/release2/Nearby/adeqjmpid4vfr743qhg27vintn5q_1.0.1153.1/better_together.msi'
checksum64 = '0324daf9a43505315496e63274fed25062bbf582f69e9f4317aaff388214f816'
url64 = 'https://dl.google.com/release2/Nearby/n4prd7y3gcnr6jof65fenwlng4_1.0.1184.0/better_together.msi'
checksum64 = 'f68b18de3aa9c49680185173d60990a31e01644b19800e4f3dc00b728f3010c0'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart"
validExitCodes = @(0)
Expand Down

0 comments on commit db1f2e9

Please sign in to comment.