Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jaso: 1.0.1 #21

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions Formula/jaso.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
class Jaso < Formula
desc "Normalizes filenames to Unicode NFC, faster than convmv"
homepage "https://github.com/cr0sh/jaso"
url "https://github.com/cr0sh/jaso/archive/refs/tags/v1.0.0.tar.gz"
sha256 "72815436bb7a440ac53b3f79509756807e369be6082788aae40b4a00a92ad283"
url "https://github.com/cr0sh/jaso/archive/refs/tags/v1.0.1.tar.gz"
sha256 "b9b7b2f73c3f3a9c062691f6907c29b44a9753cb3dc165c2f7f835780cf496d7"
license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT). Commenting it out due do false-alarm of "brew audit"

bottle do
root_url "https://github.com/simnalamburt/homebrew-x/releases/download/jaso-1.0.0"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d86d89af805e4cf017d98327743845e3eb8384a347f391f3affe843641911da"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e935a0ae3e5bc313958b539c189fbc9011ecc13317ea5b1adc436fa57b3c4cd"
sha256 cellar: :any_skip_relocation, ventura: "1b7130049ad249b875ffe21463af4cf767acdfaf0f93f972462ebd436e7245a6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c5d99b4a17be15c0acd4125ca11a263cfd56f9d5167a50cdac11e620a9369233"
end

depends_on "rust" => :build

def install
system "cargo", "install", *std_cargo_args

generate_completions_from_executable(bin/"jaso", "completion")
end
end