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 Feb 18, 2024
1 parent 5cefb01 commit fa8299d
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": "2023.12.20240214",
"java": "2023.12.20240214",
"platform-full": "2023.12.20240214",
"platform": "2023.12.20240214"
"java-full": "2023.12.20240218",
"java": "2023.12.20240218",
"platform-full": "2023.12.20240218",
"platform": "2023.12.20240218"
}
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>2023.12.20240214</version>
<version>2023.12.20240218</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/2023/pleiades-2023-12-platform-win-64bit_20240214.exe'
$checksum = '0607deb89facebad698cafd57dcb08eb'
$url = 'https://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2023/pleiades-2023-12-platform-win-64bit_20240218.exe'
$checksum = 'dc7170924844b105b56e8f55ed5ea871'
$checksumType = 'md5'
$shortcutName = 'Pleiades All in One Platform Standard Edition.lnk'

Expand Down

0 comments on commit fa8299d

Please sign in to comment.