From c003aaac061dc5d885d6011b06ef57d548996b36 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:24:02 +0000 Subject: [PATCH 1/2] atuin 18.3.0 Signed-off-by: Rui Chen atuin: update build Co-authored-by: Ellie Huxtable fixup --- Formula/a/atuin.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/a/atuin.rb b/Formula/a/atuin.rb index cc0b6d17b3e6..7d224053666d 100644 --- a/Formula/a/atuin.rb +++ b/Formula/a/atuin.rb @@ -1,8 +1,8 @@ class Atuin < Formula desc "Improved shell history for zsh, bash, fish and nushell" homepage "https://github.com/atuinsh/atuin" - url "https://github.com/atuinsh/atuin/archive/refs/tags/v18.2.0.tar.gz" - sha256 "7fb87902ce09af2d29459e9158bc83c18519690d555259709cab40d9ee75b024" + url "https://github.com/atuinsh/atuin/archive/refs/tags/v18.3.0.tar.gz" + sha256 "d05d978d1f1b6a633ac24a9ac9bde3b1dfb7416165b053ef54240fff898aded3" license "MIT" bottle do @@ -15,10 +15,11 @@ class Atuin < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "ee2fcbdc3084214e964a4c9e7c6afda2fb6adb9598d49a073580cf3106517661" end + depends_on "protobuf" => :build depends_on "rust" => :build def install - system "cargo", "install", *std_cargo_args(path: "atuin") + system "cargo", "install", *std_cargo_args(path: "crates/atuin") generate_completions_from_executable(bin/"atuin", "gen-completion", "--shell") end From cdd6d48a91776c32b3bdc7be652defa0eb9de7a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 11 Jun 2024 01:53:00 +0000 Subject: [PATCH 2/2] atuin: update 18.3.0 bottle. --- Formula/a/atuin.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/atuin.rb b/Formula/a/atuin.rb index 7d224053666d..825376318236 100644 --- a/Formula/a/atuin.rb +++ b/Formula/a/atuin.rb @@ -6,13 +6,13 @@ class Atuin < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8881f20ea906c9375a4a9494fef2c328dc5ffed3ed933b08f51dba5c9f1c3f9a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6f741344400169a4465e54096caf0a3c4272c61e5343c8053182306946c2c996" - sha256 cellar: :any_skip_relocation, arm64_monterey: "80f71fd0735c329b3e4150f58880f4b824e0338394c8a0a2fa05bdfbd46d31a7" - sha256 cellar: :any_skip_relocation, sonoma: "a7ccea5f606404334e679230fd6d1f136e5090b1d229954b6657f6ebfcbf19e7" - sha256 cellar: :any_skip_relocation, ventura: "c8a2d0594c59a593dc420e61746e7126182517025103eedc8ebab33851b00c1c" - sha256 cellar: :any_skip_relocation, monterey: "7352526c0409f4a538e70ed355e9856de603a9ad95271304ef17c9779c0f4d83" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ee2fcbdc3084214e964a4c9e7c6afda2fb6adb9598d49a073580cf3106517661" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4db9097e63a1800f93144eb25353b8668ad5e475faefc61e72671ac02d549965" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c42852037ee57dedd73470e899ed4359374a7912df3f564b58bccfecac3b84d6" + sha256 cellar: :any_skip_relocation, arm64_monterey: "2eacf66e3a212e014f9c1a086b2e032ce9de9f9d0d0fea7efc8c2b379f2c64f9" + sha256 cellar: :any_skip_relocation, sonoma: "0b4a5c5898bab731cd6be2cbdcc34293978c89dccf96ec4b36cc4043169e0420" + sha256 cellar: :any_skip_relocation, ventura: "8af145234fd6a0ce710c1edd85e41b535656bd9549825702d5a89af5c475fe78" + sha256 cellar: :any_skip_relocation, monterey: "aca1f5a9972dc37d10a660e17f7c279fcd9251f8c8c884c861c9f35cb2e8abc6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eec053b9e9bae3757a36e96164c77ef6084c3ef4882265d3d83571a9b44db99d" end depends_on "protobuf" => :build