Skip to content

Commit

Permalink
AU: 2 updated - jetbrains-youtrack veeam-backup-and-replication-extract
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Feb 14, 2023
1 parent 9bb7456 commit 1ab5cb2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/jetbrains-youtrack/jetbrains-youtrack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>2022.3.65370</version>
<version>2022.3.65371</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/jetbrains-youtrack/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.jetbrains.com/charisma/youtrack-2022.3.65370.msi'
$checksum = 'a6d77b952cbf9aca3e015003bc158dcb24c1270107219e63cce4b0bd96f9da99'
$url = 'https://download.jetbrains.com/charisma/youtrack-2022.3.65371.msi'
$checksum = 'e43b9f5b096c641b5e9bd880ecd395ac7be3199322e816fe210477d5820d6894'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download2.veeam.com/VBR/v11/VeeamExtract_11.0.1.1261.zip'
$checksum = '9693c59472e1c4b82f967c5d6acdffb77d9ee86cbf2268c9cfd041d5f52e6005'
$url = 'https://download2.veeam.com/VBR/v12/VeeamExtract_12.0.0.1420.zip'
$checksum = '248281aab20ee65b3d55816ca22fff60b7138b049a939f1ce430a7e2511669cd'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>11.0.1.1261</version>
<version>12.0.0.1420</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -42,7 +42,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Veeam Software AG</copyright>
<tags>veeam-backup-and-replication veeam backup extract admin</tags>
<releaseNotes>https://www.veeam.com/veeam_backup_11_0_release_notes_rn.pdf</releaseNotes>
<releaseNotes>https://www.veeam.com/veeam_backup_12_release_notes_rn.pdf</releaseNotes>
<licenseUrl>https://www.veeam.com/eula.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/veeam-backup-and-replication-extract</packageSourceUrl>
Expand Down

0 comments on commit 1ab5cb2

Please sign in to comment.