Skip to content

Commit

Permalink
AU: 3 updated - juju qtox zotero-standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 29, 2017
1 parent 1277fa8 commit ac4f6d0
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"2.2": "2.2.6",
"2.3": "2.3-rc1"
"2.3": "2.3-rc2"
}
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.2.6</version>
<version>2.3-rc2</version>
<packageSourceUrl>https://github.com/chocolatey/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.2/2.2.6/+download/juju-setup-2.2.6-signed.exe>
1. Go to <https://launchpad.net/juju/2.3/2.3-rc2/+download/juju-setup-2.3-rc2.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: 5289936B2F4EE4721EC5A577968629CD26F67C06EF6377B318F544AFA0FCECF2
checksum: 960F63AAE2EAC36AF0F87B674C3D2083C26F4617C08B57056AF043524C73D951

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/1a64fe64d6c5d9aacbda27a1fea925e078f191f2/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.2.6-signed.exe"
file = "$toolsDir\juju-setup-2.3-rc2.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/qtox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ locations and can be verified by doing the following:
3. The checksums should match the following:

checksum type: SHA256
checksum32: 1C3C9689A7FC5BD1402D3C3D073E8ED17585F069B16AEB2302205D9EEB59B276
checksum64: 782D3DFF81907F81D713CC444872F8FBCF8C3B4A400293AA836724F5AD9F311D
checksum32: 8E089FD6F7C0931DFBCE1DF2F150136B4A8E83045C56D94ECBB306D48C0C87A2
checksum64: F3BEC415BD82A3BCF45AD1528B01FC348EE63E51FA14AE7D168CA23EF3EEFDFC

The file 'LICENSE.txt' has been obtained from <https://raw.githubusercontent.com/qTox/qTox/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/qtox/qtox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qtox</id>
<title>qTox</title>
<version>1.12.1</version>
<version>1.13.0</version>
<authors>qTox developers</authors>
<owners>chocolatey</owners>
<summary>Powerful Tox chat client that follows the Tox design guidelines.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero-standalone/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.28/Zotero-5.0.28_setup.exe>
1. Download the following <https://download.zotero.org/client/release/5.0.29/Zotero-5.0.29_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: CCF9335D9A65990A1456DA6FBA1916AD51887240180C9BE219FE9C587E8A3DBD
checksum: 336969E824F0AD3B78C1FBA4C40080799BF1BD5DBD598441B2AE13897116DAD9

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

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero-standalone/zotero-standalone.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>zotero-standalone</id>
<title>Zotero Standalone</title>
<owners>chocolatey</owners>
<version>5.0.28</version>
<version>5.0.29</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.rawgit.com/chocolatey/chocolatey-coreteampackages/430b7ebac494468d32c2c20e362a01321a483642/icons/zotero-standalone.png</iconUrl>
Expand Down

0 comments on commit ac4f6d0

Please sign in to comment.