Skip to content

Commit

Permalink
wait4x: Add version 2.14.1 (#13465)
Browse files Browse the repository at this point in the history
* wait4x: Add version 2.14.0
* wait4x: Update to version 2.14.1

---------

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
  • Loading branch information
atkrad and aliesbelik committed Jun 17, 2024
1 parent b28e30c commit 39b2081
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bucket/wait4x.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "2.14.1",
"description": "Wait4X allows you to wait for a port or a service to enter the requested state",
"homepage": "https://wait4x.dev/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/atkrad/wait4x/releases/download/v2.14.1/wait4x-windows-amd64.tar.gz",
"hash": "3c7acab48fcd58693b686383e81104d9366fe56999abb5cbe09992b2ac48ed2b"
},
"arm64": {
"url": "https://github.com/atkrad/wait4x/releases/download/v2.14.1/wait4x-windows-arm64.tar.gz",
"hash": "804225d6ddc09f229178f3becb62572f3c70bdc179610500c2dda448e94ef9f0"
}
},
"bin": "wait4x.exe",
"checkver": {
"github": "https://github.com/atkrad/wait4x"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/atkrad/wait4x/releases/download/v$version/wait4x-windows-amd64.tar.gz"
},
"arm64": {
"url": "https://github.com/atkrad/wait4x/releases/download/v$version/wait4x-windows-arm64.tar.gz"
}
},
"hash": {
"url": "$url.sha256sum"
}
}
}

0 comments on commit 39b2081

Please sign in to comment.