Skip to content

Commit

Permalink
AU: 3 updated - 360ts graphviz spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 7, 2023
1 parent ffa51e2 commit cd1ff3b
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ts": "11.0.0.1020",
"ts": "11.0.0.1022",
"tse": "8.8.0.1119"
}
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>360ts</id>
<version>11.0.0.1020</version>
<version>11.0.0.1022</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey-community,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1020.exe'
checksum = 'dddc006f7e833598d26dcb381df191425aec0209f1b5878532502706b1762c50'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1022.exe'
checksum = '82522183e0c27f2d3047e1645bab04a4a6cbc17ced50cbf7c29f2cb51b827a46'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/graphviz/graphviz.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>graphviz</id>
<version>8.0.5</version>
<version>8.1.0</version>
<title>Graphviz</title>
<authors>Arif Bilgin, graphviz committers</authors>
<owners>chocolatey, Jason Denizac, Friedrich von Never</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/graphviz/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/8.0.5/windows_10_cmake_Release_graphviz-install-8.0.5-win64.exe
x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/8.1.0/windows_10_cmake_Release_graphviz-install-8.1.0-win64.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: F9B69DB90A8538E411499F8D55B356A092611581F6F201599C0CECE1B9061AB9
checksum64: E8F18A59A3C4A7B9D8F00C203D1C3CECB8B2353D79BA6546E78084796E36F56F


File 'license.txt' is a copy of file 'share\license.rtf' obtained from the installation directory
2 changes: 1 addition & 1 deletion automatic/graphviz/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'graphviz'
fileType = 'exe'
file64 = "$toolsPath\graphviz-8.0.5 (64-bit) EXE installer.exe"
file64 = "$toolsPath\graphviz-8.1.0 (64-bit) EXE installer.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Graphviz*'
Expand Down
6 changes: 3 additions & 3 deletions automatic/graphviz/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
import-module au

$releases = "https://graphviz.org/download"

Expand All @@ -21,12 +21,12 @@ function global:au_GetLatest {
$download_page = Invoke-WebRequest -UseBasicParsing -Uri $releases

$re = "windows_10_cmake_Release.+-win64\.exe"
$link = $download_page.links | ? outerHtml -match $re | select -first 1
$link = $download_page.links | Where-Object outerHtml -match $re | Select-Object -first 1
$link.outerHtml -match '>(.+)</a>' | Out-Null
$fileName = $Matches[1]

@{
Version = $filename -split '-| ' | select -First 1 -Skip 1
Version = $filename -split '-| ' | Select-Object -First 1 -Skip 1
URL64 = $link.href
FileName = $fileName
FileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"cd34d01b7a01c7df53f9384e06ae6e76"|1.2.14.1149
"638760427d2d4e7d4727271957eb1378"|1.2.15.828
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.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>spotify</id>
<version>1.2.14.1149</version>
<version>1.2.15.828</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = 'ABE109BE1C7321D712EF841E49270987327BE8B7AA5AAC091EE34AE01347C6040A4C8956606A69B1C6D72A7D89ADFFB1C3036B75ACADDE1CB33DE6CA64DD36CE'
checksum = '6FCB04CAA61448E176A4C45E580A1620A3507AA59C8C8F64536262E5588F841E96AED9F4A445368A161924E18A9FBDC485B6C389888A85370EA683BC73045538'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit cd1ff3b

Please sign in to comment.