Skip to content

Commit

Permalink
AU: 1 updated - pleiades-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 21, 2025
1 parent 0865350 commit 54fac8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pleiades-streams/pleiades-streams.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"java-full": "2024.12.20241228",
"java": "2024.12.20241228",
"platform-full": "2024.12.20241228",
"platform": "2024.12.20241228"
"java-full": "2024.12.20250120",
"java": "2024.12.20250120",
"platform-full": "2024.12.20250120",
"platform": "2024.12.20250120"
}
2 changes: 1 addition & 1 deletion pleiades-streams/pleiades-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>pleiades-platform</id>
<version>2024.12.20241228</version>
<version>2024.12.20250120</version>
<packageSourceUrl>https://github.com/kai2nenobu/my-chocolatey-packages/tree/master/pleiades</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>kai2nenobu</owners>
Expand Down
4 changes: 2 additions & 2 deletions pleiades-streams/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = 'pleiades-platform'
$installPath = Join-Path (Get-ToolsLocation) $packageName
$url = 'https://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2024/pleiades-2024-12-platform-win-64bit_20241228.exe'
$checksum = '2f22a101abb3b6b6cc85889d204fe5dd'
$url = 'https://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2024/pleiades-2024-12-platform-win-64bit_20250120.exe'
$checksum = '1217e69e2f77c64a3329b914fb81ca78'
$checksumType = 'md5'
$shortcutName = 'Pleiades All in One Platform Standard Edition.lnk'

Expand Down

0 comments on commit 54fac8a

Please sign in to comment.