diff --git a/Formula/d/ducker.rb b/Formula/d/ducker.rb index 642c35faf51c7..fcd0f7bc0d697 100644 --- a/Formula/d/ducker.rb +++ b/Formula/d/ducker.rb @@ -1,17 +1,17 @@ class Ducker < Formula desc "Slightly quackers Docker TUI based on k9s" homepage "https://github.com/robertpsoane/ducker" - url "https://github.com/robertpsoane/ducker/archive/refs/tags/v0.1.5.tar.gz" - sha256 "2e368e2ba2b1df5f33c112caef2da5788c06c3b181e0b382f94b1b97478160cd" + url "https://github.com/robertpsoane/ducker/archive/refs/tags/v0.1.6.tar.gz" + sha256 "e388d32e3a3e22618e420dff605f393726dcc17efbd4b84c8ebac8a1681743b4" license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5fec9082c112e1de2d756055e901e3a9f4fe09ab45d4c88477d97b82f1ce3ca" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b94b2674ba1be8b72aeee937ee622bde74e730baab2cf59bd56770acf821d7f5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "127dfff3a88d1bc0a07c9ddf28966fdd63a6c98e46ccae88aa4f47d112e67179" - sha256 cellar: :any_skip_relocation, sonoma: "61b0852575fd9de0d98715c2b4138d0d8f01971c153099adbd413596e6c78282" - sha256 cellar: :any_skip_relocation, ventura: "c25cc16edb523c455b32828779cfc850c0762df94d726664e107d636ff789e02" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7bcf4f3bcb95074f1ab07377e589369453c78b66a676d106d1584ce2f99e4cd0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "897e5b90a1bf2f423f49f0644975aaf4f1afbe88800af3726339d732d6465953" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "12ee4a3092d9d033ff94720d573eb42ec77ac4c11222694d1c0b10d78a7e6a26" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2a3ec7b2730c01c32aad01d616ce884a5ec822f2c906be14bc280380c52e47f2" + sha256 cellar: :any_skip_relocation, sonoma: "3a5d2b448b95d96eb6216b159927faae8be74ce49d56c01ed1232ab3d768412b" + sha256 cellar: :any_skip_relocation, ventura: "0e8a16a3c85205f967fc4ba95c4f496c72805f7814306f16f41bd3b0d090f377" + sha256 cellar: :any_skip_relocation, x86_64_linux: "48a2cea38823c77413da67369d1d2722396952839edbd9c99fe65567e1f82952" end depends_on "rust" => :build