Skip to content

Commit

Permalink
Merge pull request #174145 from Homebrew/bump-atuin-18.3.0
Browse files Browse the repository at this point in the history
atuin 18.3.0
  • Loading branch information
BrewTestBot authored Jun 11, 2024
2 parents dd4da47 + cdd6d48 commit 04179a2
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Formula/a/atuin.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
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
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
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
Expand Down

0 comments on commit 04179a2

Please sign in to comment.