Compare commits

...

4 Commits

Author SHA1 Message Date
Olav Rønnestad Birkeland
b5a95db84d
pulumi@3.173.0: Fix bin + add arm64 + add checksum (#6857) 2025-06-01 01:05:37 +00:00
github-actions[bot]
e88f94343d sbcl: Update to version 2.5.5 2025-06-01 00:49:07 +00:00
github-actions[bot]
0cfcc6d332 mise: Update to version 2025.5.17 2025-05-31 20:28:27 +00:00
github-actions[bot]
c44e655f4b cc65: Update to version 15366074890 2025-05-31 20:28:26 +00:00
4 changed files with 22 additions and 14 deletions

View File

@ -1,16 +1,16 @@
{
"version": "15364248614",
"version": "15366074890",
"description": "cc65 - a freeware C compiler for 6502 based systems",
"homepage": "https://cc65.github.io/",
"license": "zlib-acknowledgement",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/cc65/cc65-snapshot-win64.zip",
"hash": "sha1:2ad2dfb574e6b284cfae3d6dfb1b61ba313ee5cd"
"hash": "sha1:879e1cd77b317da19ac8cf08a20c7c90e1d18aa6"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/cc65/cc65-snapshot-win32.zip",
"hash": "sha1:d6f87777bc1ca2b9f141216866484052d1b1cb15"
"hash": "sha1:d3a88869b0bcfc12b596c572070bb7b0958e1f1a"
}
},
"bin": [

View File

@ -1,5 +1,5 @@
{
"version": "2025.5.16",
"version": "2025.5.17",
"description": "Polyglot tool version manager and task runner",
"homepage": "https://mise.jdx.dev/",
"license": "MIT",
@ -10,12 +10,12 @@
],
"architecture": {
"64bit": {
"url": "https://github.com/jdx/mise/releases/download/v2025.5.16/mise-v2025.5.16-windows-x64.zip",
"hash": "2669ee18f9d8f21c15e6b124fb1a5db58294c36dddc401723212a6158109d048"
"url": "https://github.com/jdx/mise/releases/download/v2025.5.17/mise-v2025.5.17-windows-x64.zip",
"hash": "de62f35b01b577db29d75cc8b6807527fce56827b3a4a9f359f7d6dfac5c04fa"
},
"arm64": {
"url": "https://github.com/jdx/mise/releases/download/v2025.5.16/mise-v2025.5.16-windows-arm64.zip",
"hash": "465f2cba1f5ef90abe5eb295204650abbb7480ba1920e59d8464978252987efb"
"url": "https://github.com/jdx/mise/releases/download/v2025.5.17/mise-v2025.5.17-windows-arm64.zip",
"hash": "d35bd79f1b8d4df5658bd9a4b2e9b1037cfaea7cdc968a4aa56f3c21953b6f2d"
}
},
"extract_dir": "mise",

View File

@ -6,7 +6,11 @@
"architecture": {
"64bit": {
"url": "https://get.pulumi.com/releases/sdk/pulumi-v3.173.0-windows-x64.zip",
"hash": "8ca2d91052dbc847ac17a9dbbb38b75c6418bd20cff0ea622a70b6a7ae897c9b"
"hash": "sha512:4030c071fcc53e8f7eb33230f03d0e34b42f507386f2cc35cb5739f5a2ae986bad0641037b8f0b735bb37361634c67e0ed7da09a66b5812d7f70d8529001e644"
},
"arm64": {
"url": "https://get.pulumi.com/releases/sdk/pulumi-v3.173.0-windows-x64.zip",
"hash": "sha512:4030c071fcc53e8f7eb33230f03d0e34b42f507386f2cc35cb5739f5a2ae986bad0641037b8f0b735bb37361634c67e0ed7da09a66b5812d7f70d8529001e644"
}
},
"extract_dir": "Pulumi\\bin",
@ -21,8 +25,6 @@
"pulumi-language-python-exec",
"pulumi-language-python.exe",
"pulumi-language-yaml.exe",
"pulumi-python-shim.cmd",
"pulumi-python3-shim.cmd",
"pulumi-resource-pulumi-nodejs.cmd",
"pulumi-resource-pulumi-python.cmd",
"pulumi-watch.exe"
@ -35,7 +37,13 @@
"architecture": {
"64bit": {
"url": "https://get.pulumi.com/releases/sdk/pulumi-v$version-windows-x64.zip"
},
"arm64": {
"url": "https://get.pulumi.com/releases/sdk/pulumi-v$version-windows-x64.zip"
}
},
"hash": {
"url": "https://github.com/pulumi/pulumi/releases/download/v$version/SHA512SUMS"
}
}
}

View File

@ -1,5 +1,5 @@
{
"version": "2.5.4",
"version": "2.5.5",
"description": "A high performance Common Lisp compiler.",
"homepage": "https://www.sbcl.org/",
"license": {
@ -9,8 +9,8 @@
"notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.5.4/sbcl-2.5.4-x86-64-windows-binary.msi",
"hash": "sha1:2db23e49babebe646eac107b97fb113ecaa937c7"
"url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.5.5/sbcl-2.5.5-x86-64-windows-binary.msi",
"hash": "sha1:b67f225c4ef44ecf4710a61e56bd350ccf07042d"
}
},
"extract_dir": "PFiles\\Steel Bank Common Lisp",