Skip to content

Commit

Permalink
AU: 2 updated - nexus-repository youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 11, 2024
1 parent 8226702 commit 3bb8646
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/nexus-repository/nexus-repository.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>nexus-repository</id>
<title>Nexus Repository OSS</title>
<version>3.70.0.03</version>
<version>3.70.1.02</version>
<authors>Sonatype</authors>
<owners>chocolatey-community,DarwinJS</owners>
<summary>Free open source version of popular Nexus Repository for binary artifacts including first class Nuget support.</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/nexus-repository/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (Get-OSArchitectureWidth 32) {
throw "Sonatype Nexus Repository 3.0 and greater only supports 64-bit Windows."
}

$Version = '3.70.0-03'
$Version = '3.70.1-02'
$NexusVersionedFolder = "nexus-$Version"
$TargetFolder = "$env:ProgramData\nexus"
$ExtractFolder = "$env:TEMP\NexusExtract"
Expand Down Expand Up @@ -55,8 +55,8 @@ if (Test-Path "$ExtractFolder") {
$PackageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $ExtractFolder
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.70.0-03-win64.zip'
checksum64 = '1c1b5dd9de0b8e2ae75710485a93aa3327ac0eeddf1cbf49ae1e101bbe356e12'
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.70.1-02-win64.zip'
checksum64 = 'c6939d6989ce358709037deddf7cb85abfd9e825c7620aa25ccdcce2022700e4'
checksumType64 = 'SHA256'
}

Expand Down
6 changes: 3 additions & 3 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer has been downloaded from their official download link listed on <https://github.com/ytdl-org/ytdl-nightly/releases/tag/2024.07.08>
The installer has been downloaded from their official download link listed on <https://github.com/ytdl-org/ytdl-nightly/releases/tag/2024.07.11>
and can be verified like this:

1. Download <https://github.com/ytdl-org/ytdl-nightly/releases/download/2024.07.08/youtube-dl.exe>
1. Download <https://github.com/ytdl-org/ytdl-nightly/releases/download/2024.07.11/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: c609c0554ff21350f7a100cae3a131fe7199eed5bdef719025fc98d3cbec9846c627886e1684da991d9f5445e973480190ad6d8d3a19d7960f64cbaf90879f93
checksum: 431c0e9bb58daf99ff80212c807dd90187edf5d05169aab4a25e3fc585a9c56905ba712ec9d0e11863b9615aac68b8f667ccd58130a59e912497ec2af464c6a2

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.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>youtube-dl</id>
<version>2024.07.08-nightly</version>
<version>2024.07.11-nightly</version>
<title>youtube-dl</title>
<owners>chocolatey-community</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 3bb8646

Please sign in to comment.