Skip to content

Commit

Permalink
AU: 3 updated - chromium juju zotero
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 11, 2020
1 parent 56330dc commit 36d7546
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "84.0.4139.0-snapshots",
"snapshots": "84.0.4144.0-snapshots",
"stable": "81.0.4044.138"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>81.0.4044.138</version>
<title>Chromium</title>
<version>84.0.4144.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v81.0.4044.138-r737173/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v81.0.4044.138-r737173/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/767228/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/767231/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 1BF032948BD33F425EB5EC06EAA9E29172935B9801F94AA9E46C6D645BAD6FD2
checksum64: 862ABBB1A2C0B706735070CDB29ED4AF3F187F05733492B4AD225B3D2E3050CC
checksum32: 6B41460ADFD6E06D4A34B237D77C7286383C603110377ED27B24B9CD0502AF4F
checksum64: B622019576FA59401C1ED2FBB5AF6EC4F5B32285A1F1D9A12DBF4D7F40C9B7D8

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "81.0.4044.138"
$version = "84.0.4144.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
3 changes: 2 additions & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"2.4": "2.4.6",
"2.5": "2.5.8",
"2.6": "2.6.10",
"2.7": "2.7.6"
"2.7": "2.7.6",
"2.8": "2.8-rc1"
}
2 changes: 1 addition & 1 deletion automatic/juju/juju.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>juju</id>
<version>2.7.6</version>
<version>2.8-rc1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/juju</packageSourceUrl>
<owners>AdmiringWorm,chocolatey</owners>
<title>Juju</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their launchpad page <https://launchpad.
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/2.7/2.7.6/+download/juju-setup-2.7.6.exe>
1. Go to <https://launchpad.net/juju/2.8/2.8-rc1/+download/juju-setup-2.8-rc1.exe>
to download the installer
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 91C15234A5EA782F3DD353BD8C5C440A5EBF1F2A36D0F5F807CE9A36EFEF3205
checksum: 66B9F6232237394A1A6B211DFEDF35F5E81ECD4EBA3819603DCB91A9EBE8FBEE

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/0b9d2d867111e1476ace5483c9868960cfe22ba1/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.7.6.exe"
file = "$toolsDir\juju-setup-2.8-rc1.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.zotero.org/download/> (The listed url gets redirected to another one)
and can be verified by doing the following:

1. Download the following <https://download.zotero.org/client/release/5.0.84/Zotero-5.0.84_setup.exe>
1. Download the following <https://download.zotero.org/client/release/5.0.86/Zotero-5.0.86_setup.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 779FD71B303093ACC6955517859D6EE9E4F9B5D933F4B10DE5A16C9D608AB376
checksum: EE24CDE7C1CD182322DA3654354BD32FF6DF8A67798B01593AB3874DA5711C58

The file 'LICENSE.txt' has been obtained from <https://github.com/zotero/zotero/blob/929288f9811a5026053ae154ca08cc4a9da13c52/COPYING>
4 changes: 2 additions & 2 deletions automatic/zotero/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $packageArgs = @{
fileType = 'exe'
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Zotero Standalone *'
file = "$toolsPath\Zotero-5.0.84_setup.exe"
softwareName = 'Zotero'
file = "$toolsPath\Zotero-5.0.86_setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Zotero Standalone *'
softwareName = 'Zotero'
fileType = 'exe'
silentArgs = '/S'
validExitCodes= @(@(0))
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero/zotero.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>zotero</id>
<title>Zotero</title>
<owners>chocolatey</owners>
<version>5.0.84</version>
<version>5.0.86</version>
<authors>Center for History and New Media, et. al.</authors>
<summary>Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. </summary>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png</iconUrl>
Expand Down

0 comments on commit 36d7546

Please sign in to comment.