Skip to content

Commit

Permalink
AU: 2 updated - juju owncloud-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 11, 2019
1 parent 629a3bd commit ba3a2f6
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"2.4": "2.4.6",
"2.5": "2.5.8",
"2.6": "2.6.10",
"2.7": "2.7-rc2"
"2.7": "2.7-rc3"
}
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-rc2</version>
<version>2.7-rc3</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-rc2/+download/juju-setup-2.7-rc2.exe>
1. Go to <https://launchpad.net/juju/2.7/2.7-rc3/+download/juju-setup-2.7-rc3.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: 24E039246BDBB10F243A2DFB2BD7147B2AA2CD392E8DE119F54A3251EC0EB76D
checksum: 0A3E68F4732443D6367522500449630B5CFF01F03B10908F62571AC0FD2976BA

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.7-rc2.exe"
file = "$toolsDir\juju-setup-2.7-rc3.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/owncloud-client/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/owncloud.png" width="48" height="48"/> [owncloud-client](https://chocolatey.org/packages/owncloud-client)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/owncloud.png" width="48" height="48"/> [owncloud-client](https://chocolatey.org/packages/owncloud-client)


ownCloud gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. Installation has minimal server requirements, doesn't need special permissions and is quick. ownCloud is extendable via a simple but powerful API for applications and plugins.
Expand Down
4 changes: 2 additions & 2 deletions automatic/owncloud-client/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://owncloud.org/download/#install-clients>
and can be verified by doing the following:

1. Download the following <https://download.owncloud.com/desktop/stable/ownCloud-2.5.4.11654.11466.msi>
1. Download the following <https://download.owncloud.com/desktop/stable/ownCloud-2.6.0.13018.12690.msi>
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: 0CC12A93946DBDE5C35A2FA579AD32ACBFA021C06BE60F013D9397123B53022B
checksum: F14244365E55DA230C233B3641E771FEC4A4A3BE72687091639568F3D2AEED97

The file 'LICENSE.txt' has been obtained from <https://github.com/owncloud/client/blob/06936bc603c91b1c5f10442901bcfeb765b17243/COPYING>
2 changes: 1 addition & 1 deletion automatic/owncloud-client/owncloud-client.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "2.5.4.11654",
"stable": "2.6.0.13018",
"testing": "2.5.0.9736-alpha1"
}
6 changes: 3 additions & 3 deletions automatic/owncloud-client/owncloud-client.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>owncloud-client</id>
<version>2.5.4.11654</version>
<version>2.6.0.13018</version>
<title>ownCloud Windows Client</title>
<owners>chocolatey</owners>
<authors>ownCloud developers</authors>
Expand All @@ -13,7 +13,7 @@
<bugTrackerUrl>https://github.com/owncloud/client/issues</bugTrackerUrl>
<mailingListUrl>https://mailman.owncloud.org/mailman/listinfo/</mailingListUrl>
<docsUrl>https://doc.owncloud.org/</docsUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/owncloud.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/owncloud.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[
Expand All @@ -26,7 +26,7 @@ This package installs the ownCloud Sync Client on your computer.
<releaseNotes>https://owncloud.org/changelog/desktop/</releaseNotes>
<copyright>What is the copyright</copyright>
<tags>owncloud-client owncloud cloud sync webdav caldav carddav admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/owncloud-client</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/owncloud-client</packageSourceUrl>
<dependencies>
<!--<dependency id="vcredist2013" version="12.0.30501.0" />-->
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion automatic/owncloud-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\ownCloud-2.5.4.11654.11466.msi"
file = "$toolsPath\ownCloud-2.6.0.13018.12690.msi"
softwareName = 'ownCloud'
silentArgs = '/qn /norestart'
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit ba3a2f6

Please sign in to comment.