Skip to content

Commit

Permalink
Merge pull request #197609 from shshemi/master
Browse files Browse the repository at this point in the history
tabiew 0.7.1
  • Loading branch information
BrewTestBot authored Nov 13, 2024
2 parents 03b9aa2 + 73a6123 commit fe7b219
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/tabiew.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Tabiew < Formula
desc "TUI to view and query tabular files (CSV,TSV, Parquet, etc.)"
homepage "https://github.com/shshemi/tabiew"
url "https://github.com/shshemi/tabiew/archive/refs/tags/v0.7.0.tar.gz"
sha256 "cd425757c0785fd15a95602bcf15f2c77a178a209e672444299123904cdc6617"
url "https://github.com/shshemi/tabiew/archive/refs/tags/v0.7.1.tar.gz"
sha256 "17de20949fbdf89b116ab5270413081ebbcd54c666c7430c69f58e7b12055ecc"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "75b76daa68c049a2f8f718ad5b782c3e15d783deb31b9e37d27afb2d04f67c0c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4ed66e655e73c99ac554769e9f80f35dd76cd40b5e881632a9e374141f128e2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "76205e84f0fea12fd4ae8adf81433c603cf7acd048b2c35b096a0175e1978dc0"
sha256 cellar: :any_skip_relocation, sonoma: "de91468e225837c165bcef8b9bd03c093c2bcee6730caf41067d54979a3139eb"
sha256 cellar: :any_skip_relocation, ventura: "9c842c783af69856fc54cb6d9467297f6ee25343bf9c24dcd6d39f9e03b76403"
sha256 cellar: :any_skip_relocation, x86_64_linux: "75de8126438c18ab0f62915091cd190a708cddf7941302a5e9424bf669e39044"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ba4fea1d8c66c6f835b5d5a6f5b10ab62ec748e8623ea0778c8e6fbb016075a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5b6355eccdd8b7db054475abc98091bbd16a8c2834451879f2841411d564dd9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8fc83daaee6786fd9d9537d7a7ad6932ea251b258598a88d2b1c7343667814c6"
sha256 cellar: :any_skip_relocation, sonoma: "e38b999c3d3dcffeee6c24f5663a7eb4281117283713a7237542b6769271552b"
sha256 cellar: :any_skip_relocation, ventura: "76f2b230c3ec123c4a4f0c76f8836a7536820fe59a1b3af70de6ed55d6e89c37"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0c2aef080d530017409580752343eab0b74564fc8534a9fa019b12e566edeb4c"
end

depends_on "rust" => :build
Expand Down

0 comments on commit fe7b219

Please sign in to comment.