11class BalenaCli < Formula
22 desc "Command-line tool for interacting with the balenaCloud and balena API"
33 homepage "https://www.balena.io/docs/reference/cli/"
4- url "https://registry.npmjs.org/balena-cli/-/balena-cli-20.0.1 .tgz"
5- sha256 "80becbb5cf2265f465920e9be470af414f1e7320a7b2f160a027451921d80eeb "
4+ url "https://registry.npmjs.org/balena-cli/-/balena-cli-20.0.2 .tgz"
5+ sha256 "49548dbf4edec9aa33da12f93d073445b2dee50af18500c2684efcdc835c72ba "
66 license "Apache-2.0"
77
88 livecheck do
@@ -11,12 +11,12 @@ class BalenaCli < Formula
1111 end
1212
1313 bottle do
14- sha256 arm64_sequoia : "1b41d08d6ac2d1a31ce2573d03b9c36b4983cedf54fc06594704a83b5f845530 "
15- sha256 arm64_sonoma : "d3957647dbedcbdf8699ef92c72ea19e887780873befe38b8448814f62897540 "
16- sha256 arm64_ventura : "3e28f42c9e87a3268e09618f303d231a4e0b9e6d0ad42c7efc58fb1c2e1f5ee5 "
17- sha256 sonoma : "bd485a3128b86ce60f95ffbd5fb63a028f0e01acae02abcac4c1ed87e5eaed5f "
18- sha256 ventura : "cab9ed8101ae54462b102bdda856f54c6ae4cfb4951c5cf2e8b814fd6cf5543c "
19- sha256 cellar : :any_skip_relocation , x86_64_linux : "9286e2b134c8f2b3485e482d2ee69a00228b567909e6b7109ec94440d2236cfb "
14+ sha256 arm64_sequoia : "026b248af0c0764e1688153c890f97a4f886789763f69fb0123268b077feaf15 "
15+ sha256 arm64_sonoma : "33e6b361935feef602d3166c5b1c99c9b540d9c5cfce066246abed9eac19c756 "
16+ sha256 arm64_ventura : "771b9f116501c86194732d84a65eb3c9528e81da247d72499cf363ae285c3423 "
17+ sha256 sonoma : "0e997b3228da4ffe36645ef358b4c7f89b6ec94737f361ba1aecf1cd860777db "
18+ sha256 ventura : "0596b11b6ae2e8766ddec7de8ca9f6fc95a33a64ca96698ed6234fa201a5daad "
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "c9daec20534ab76f406aabd539a0c92939ae53b800fe4f058a260de505a703bd "
2020 end
2121
2222 # need node@20, and also align with upstream, https://github.com/balena-io/balena-cli/blob/master/.github/actions/publish/action.yml#L21
0 commit comments