Skip to content

Commit

Permalink
AU: 2 updated - rundeck trid
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 7, 2023
1 parent 8a73d9f commit ed29909
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions rundeck/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

x32: https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.17.1-20231018.war/artifacts/rundeck-4.17.1-20231018.war/download
x32: https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.17.2-20231107.war/artifacts/rundeck-4.17.2-20231107.war/download

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'

checksum32: f4e4e8ded7e9980876110afc80ce83fc6a1e4fffd5429ff22d74b546dc5f8f4d
checksum32: 9ea3efd82d1df7d8d92b922ef6391d336f4e8923a71cb5a7fe354db3f7355807

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/rundeck/rundeck/master/LICENSE
2 changes: 1 addition & 1 deletion rundeck/rundeck.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>rundeck</id>
<title>Rundeck</title>
<version>4.17.1</version>
<version>4.17.2</version>
<authors>Rundeck, Inc.</authors>
<owners>Miodrag Milic</owners>
<summary>Job scheduler and runbook automation. Enable self-service access to existing scripts and tools.</summary>
Expand Down
2 changes: 1 addition & 1 deletion rundeck/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (!$pp.InstallDir) { $pp.InstallDir = 'C:\rundeck' }
Write-Host "Installing to" $pp.InstallDir
mkdir $pp.InstallDir -ea 0 | Out-Null

$url = 'https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.17.1-20231018.war/artifacts/rundeck-4.17.1-20231018.war/download'
$url = 'https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.17.2-20231107.war/artifacts/rundeck-4.17.2-20231107.war/download'
Get-ChocolateyWebFile rundeck "$($pp.InstallDir)\rundeck.war" $url

Write-Host "Setting up machine environment variable RDECK_BASE"
Expand Down
2 changes: 1 addition & 1 deletion trid/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Package can be verified like this:
- Use Chocolatey utility 'checksum.exe'

checksum_trid: EA7F82363912F5B3C79217BA8716425EC3F2514887F788DCD5A2821D0B1FC83F
checksum_triddefs: 38C0DE4AC7F5DE642DAFD3E06F51CE4C57D2EB303C7105868C108A7514DC16D2
checksum_triddefs: 2EEC8DD11A1179AB53AABDDD5084B3023C2CA53114C3E9E4CAB03BF19EB786E9

File 'readme.txt' with license is obtained from the trid_w32.zip file.
4 changes: 2 additions & 2 deletions trid/trid.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>trid</id>
<title>TrID - File Identifier</title>
<version>2.24.20231101</version>
<version>2.24.20231106</version>
<authors>Marco Pontello</authors>
<owners>Miodrag Milić</owners>
<summary>TrID is an utility designed to identify file types from their binary signatures</summary>
Expand All @@ -29,7 +29,7 @@ Because TrID uses an expandable database it will never be out of date. As new fi
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/trid/icon.jpg</iconUrl>
<!--<dependencies>-->
<!--</dependencies>-->
<releaseNotes>https://mark0.net/forum/index.php?topic=934.msg3832#msg3832</releaseNotes>
<releaseNotes>https://mark0.net/forum/index.php?topic=934.msg3835#msg3835</releaseNotes>
<mailingListUrl>http://mark0.net/forum/index.php?board=6.0</mailingListUrl>
<packageSourceUrl>https://github.com/majkinetor/chocolatey/tree/master/trid</packageSourceUrl>
</metadata>
Expand Down

0 comments on commit ed29909

Please sign in to comment.