Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot]
caa598bdb1 poetry: Update to version 2.2.1 2025-09-21 16:29:24 +00:00
github-actions[bot]
bb998d8c05 croc: Update to version 10.2.5 2025-09-21 16:29:24 +00:00
github-actions[bot]
8b63aca236 gotify-server: Update to version 2.7.3 2025-09-21 12:31:18 +00:00
3 changed files with 13 additions and 13 deletions

View File

@ -1,20 +1,20 @@
{
"version": "10.2.4",
"version": "10.2.5",
"description": "Easily and securely send things from one computer to another.",
"homepage": "https://schollz.com/software/croc6",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/schollz/croc/releases/download/v10.2.4/croc_v10.2.4_Windows-64bit.zip",
"hash": "9e375e75ae8a74a134315ff23be63b0e39a5d022350ec3e554123c9cee291382"
"url": "https://github.com/schollz/croc/releases/download/v10.2.5/croc_v10.2.5_Windows-64bit.zip",
"hash": "1fdf10fddae2822cc4751b7c7b63c5e3143c4e59e6bd5e9af48216a65b992073"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v10.2.4/croc_v10.2.4_Windows-32bit.zip",
"hash": "b02d5ac8793e5558bd606aaf37c040f9e629c5d84c4d1f175403f737b5b4f29c"
"url": "https://github.com/schollz/croc/releases/download/v10.2.5/croc_v10.2.5_Windows-32bit.zip",
"hash": "9956407daac64047de0400378fc49669bbf8076846de7b136da3300d564c608b"
},
"arm64": {
"url": "https://github.com/schollz/croc/releases/download/v10.2.4/croc_v10.2.4_Windows-ARM64.zip",
"hash": "92f3e60dc62f2b945aa3f9d6fda03d31f5c0fd58784bcac72392c66e728fbab8"
"url": "https://github.com/schollz/croc/releases/download/v10.2.5/croc_v10.2.5_Windows-ARM64.zip",
"hash": "3c8d93ccba801f33b354dd7a8f3e06375b1bb751e54bc4c6ab2e5175a27d0960"
}
},
"bin": "croc.exe",

View File

@ -1,16 +1,16 @@
{
"version": "2.7.2",
"version": "2.7.3",
"description": "A simple server for sending and receiving messages in real-time per WebSocket, with a sleek web UI",
"homepage": "https://gotify.net/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gotify/server/releases/download/v2.7.2/gotify-windows-amd64.exe.zip",
"hash": "de3249274042817c3379ae7e44ffc10ade8310b57ca7347e38787c89be960e53"
"url": "https://github.com/gotify/server/releases/download/v2.7.3/gotify-windows-amd64.exe.zip",
"hash": "d8bb13c44f9ae9a45deb480122d12188ed2f7247f0c7c86a900a9d9891cbd67b"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v2.7.2/gotify-windows-386.exe.zip",
"hash": "50e67d99257a1af3396d95c5101afb0bc2db23c41e979a27a618ce4c91d6d2d0"
"url": "https://github.com/gotify/server/releases/download/v2.7.3/gotify-windows-386.exe.zip",
"hash": "e8ad75ee0f24cf00d000b49da79b4ed81fe051dbe3af8491b8e565efc66af2f0"
}
},
"pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",

View File

@ -1,5 +1,5 @@
{
"version": "2.2.0",
"version": "2.2.1",
"description": "Dependency Management for Python",
"homepage": "https://python-poetry.org/",
"license": "MIT",