Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions[bot]
b8bbad0752 poetry: Update to version 2.2.0 2025-09-14 12:30:51 +00:00
github-actions[bot]
77ac0d2588 mailpit: Update to version 1.27.8 2025-09-14 12:30:51 +00:00
github-actions[bot]
a3d4b36643 gallery-dl: Update to version 1.30.7 2025-09-14 08:29:27 +00:00
github-actions[bot]
41a76dc023 f2: Update to version 2.2.1 2025-09-14 08:29:27 +00:00
4 changed files with 14 additions and 14 deletions

View File

@ -1,16 +1,16 @@
{
"version": "2.2.0",
"version": "2.2.1",
"description": "Batch renaming files and directories quickly and safely.",
"homepage": "https://f2.freshman.tech",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v2.2.0/f2_2.2.0_windows_amd64.zip",
"hash": "858cc769a5b367d6cb05367a8e7c35d0a7b39adda4e4375533ad5eb34a9276d8"
"url": "https://github.com/ayoisaiah/f2/releases/download/v2.2.1/f2_2.2.1_windows_amd64.zip",
"hash": "7941b92f8cf2622c789182b9e1fc904a1eff9bd8b628b59bbe557b7dc4a7c18e"
},
"32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v2.2.0/f2_2.2.0_windows_386.zip",
"hash": "6b03e0c952f3066dd7881981432bd4af77091f319c38bdf4fc8520ed732e6f12"
"url": "https://github.com/ayoisaiah/f2/releases/download/v2.2.1/f2_2.2.1_windows_386.zip",
"hash": "1365a301f19d3cdae589a725162703b4fb41fd21c238cb32a40db58e9f355cd0"
}
},
"bin": "f2.exe",

View File

@ -1,10 +1,10 @@
{
"version": "1.30.6",
"version": "1.30.7",
"description": "Command-line program to download image-galleries and -collections from several image hosting sites.",
"homepage": "https://github.com/mikf/gallery-dl",
"license": "GPL-2.0-only",
"url": "https://github.com/mikf/gallery-dl/releases/download/v1.30.6/gallery-dl.exe",
"hash": "77f2ed393864bbae06e05d324e755e6ef77397a8e497af46e732e4069e94d8bc",
"url": "https://github.com/mikf/gallery-dl/releases/download/v1.30.7/gallery-dl.exe",
"hash": "b12f38f7f62b6dbcb7ca6b8f5b4049fdd73910ef59e9651f3d5fa0fe85344b7b",
"bin": "gallery-dl.exe",
"pre_install": "if (-not (Test-Path \"$persist_dir\\gallery-dl.conf\")) { Set-Content \"$dir\\gallery-dl.conf\" '{}' -Encoding Ascii | Out-Null }",
"persist": "gallery-dl.conf",

View File

@ -1,16 +1,16 @@
{
"version": "1.27.7",
"version": "1.27.8",
"description": "An email and SMTP testing tool with API for developers",
"homepage": "https://mailpit.axllent.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.27.7/mailpit-windows-amd64.zip",
"hash": "80e26d163f7bc3204ca8ff44d80e1812a850288f649be2d533fe5bbf552a65b9"
"url": "https://github.com/axllent/mailpit/releases/download/v1.27.8/mailpit-windows-amd64.zip",
"hash": "429adff7d7cfe982c43f0a8e90c54dfba23f838a91d90be6464441e862eb1fe8"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.27.7/mailpit-windows-arm64.zip",
"hash": "c3bc7f9355397a9738018230469fd6a3997a2104309056df0b70f096b6e8c1f2"
"url": "https://github.com/axllent/mailpit/releases/download/v1.27.8/mailpit-windows-arm64.zip",
"hash": "6cbc8c75b6d4add40f734addb6addec57a1311bc0127d89e5a97d79ab37c66f9"
}
},
"bin": "mailpit.exe",

View File

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