11class Ain < Formula
22 desc "HTTP API client for the terminal"
33 homepage "https://github.com/jonaslu/ain"
4- url "https://github.com/jonaslu/ain/archive/refs/tags/v1.5 .0.tar.gz"
5- sha256 "f886d5df83abd6788ac4f1875844f51d609fa1f466b8af5a5cc8acab92781cc5 "
4+ url "https://github.com/jonaslu/ain/archive/refs/tags/v1.6 .0.tar.gz"
5+ sha256 "a60ce846edc6f8e5429c3cf14faf57f170b757c6ab13d8f36d64235a1959e6c8 "
66 license "MIT"
77 head "https://github.com/jonaslu/ain.git" , branch : "main"
88
@@ -15,14 +15,12 @@ class Ain < Formula
1515 end
1616
1717 bottle do
18- sha256 cellar : :any_skip_relocation , arm64_sequoia : "661cc461e836d8df796083906bfa40af3689af26ee9dfcf52abefc6f5bc7f164"
19- sha256 cellar : :any_skip_relocation , arm64_sonoma : "1ed631c64904849f645f34d812545b8c33fe8ab92b01b8225a295c4ebe6e4012"
20- sha256 cellar : :any_skip_relocation , arm64_ventura : "1ed631c64904849f645f34d812545b8c33fe8ab92b01b8225a295c4ebe6e4012"
21- sha256 cellar : :any_skip_relocation , arm64_monterey : "1ed631c64904849f645f34d812545b8c33fe8ab92b01b8225a295c4ebe6e4012"
22- sha256 cellar : :any_skip_relocation , sonoma : "12231aa6ee4849a06f073e2030da41626d9f28de97b12ce206755b841ee256ef"
23- sha256 cellar : :any_skip_relocation , ventura : "12231aa6ee4849a06f073e2030da41626d9f28de97b12ce206755b841ee256ef"
24- sha256 cellar : :any_skip_relocation , monterey : "12231aa6ee4849a06f073e2030da41626d9f28de97b12ce206755b841ee256ef"
25- sha256 cellar : :any_skip_relocation , x86_64_linux : "24edf0665a2356575689840d7a04971f351d28dd074e3f9ca5b5692f7125ffa2"
18+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "470ca30ee09a8e40745f90086841c36f4efe34acdd7c7398089a6a6597314bfa"
19+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "470ca30ee09a8e40745f90086841c36f4efe34acdd7c7398089a6a6597314bfa"
20+ sha256 cellar : :any_skip_relocation , arm64_ventura : "470ca30ee09a8e40745f90086841c36f4efe34acdd7c7398089a6a6597314bfa"
21+ sha256 cellar : :any_skip_relocation , sonoma : "9299bcb45b88a76fa588d7352925a379b41cc6cfc0d23f4c38b80903b2391bf5"
22+ sha256 cellar : :any_skip_relocation , ventura : "9299bcb45b88a76fa588d7352925a379b41cc6cfc0d23f4c38b80903b2391bf5"
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "0b63dff05d2c4e4c322a6f4213271cf5e5a80d9a55d8a0cdca5dcbf3bda87748"
2624 end
2725
2826 depends_on "go" => :build
0 commit comments