Skip to content

Commit

Permalink
Merge pull request #192716 from Homebrew/bump-superfile-1.1.5
Browse files Browse the repository at this point in the history
superfile 1.1.5
  • Loading branch information
BrewTestBot authored Oct 3, 2024
2 parents be54601 + 780fce3 commit 093d8fc
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/s/superfile.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class Superfile < Formula
desc "Modern and pretty fancy file manager for the terminal"
homepage "https://github.com/yorukot/superfile"
url "https://github.com/yorukot/superfile/archive/refs/tags/v1.1.4.tar.gz"
sha256 "3b1060deab226f9d6de8e57abbcfcf80f356332f1b9de1b042aece94d0571c25"
url "https://github.com/yorukot/superfile/archive/refs/tags/v1.1.5.tar.gz"
sha256 "38ecb89048b712d244246c7317115d973c1b56323295e902fbe7e2cc400d9cd6"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "49a9d7c1e9a72ba404c74a14020a3d6f3683baf4af59a8074218f51ff75ec5ee"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "34d26a515756b88da4157ec7552aadb7e4adeb1dcb1d27c7c43569c7ba8c3c46"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7ed99c2c5afd4c5a631594048fdf6cf85627985f99c17593166d71e5715dec74"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c6fd6b796e942c0b6631f54b64f4e9a4bc1406d46d7a579ab0df70010ac96ce8"
sha256 cellar: :any_skip_relocation, sonoma: "171b6c453896f89bff56a15e4d2a49647471552ba64d4f2bef246715e7616d1d"
sha256 cellar: :any_skip_relocation, ventura: "b549b5c0a9ba3ed6cb5d79545c766e90aded3fc3fd0e1c4d5f952c4f9a4a7ea6"
sha256 cellar: :any_skip_relocation, monterey: "9e98c0f9a1f79b073ec7cc17f8a89c741a83d5957b256eda07b99ca0b178e5d3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "382e0b777f93ce42d8d59996222e0f1bf0e46f046c171f57d355c0b53c51a55d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "49fd082e2892c91bccc6071d8469092c9af84afcee7624996d1af56201227d1a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c092d10844ccb382fbd929c73f1eb64c8c737d60f88235e423e0e1ae04f03f00"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b5dcf1e2eb1502f36d09d8ab9f5e4aaa7c1830f2ad4f917ec541e4bbc82aed7b"
sha256 cellar: :any_skip_relocation, sonoma: "2c7ce7ac07f2795bafadb66473c39e04412e4ffde166f13dcfb7d2f4678451c2"
sha256 cellar: :any_skip_relocation, ventura: "98a45a4aa25f82bae99d39cd47627341c83f3fc71ab00f4c68e5d43c049d6bb3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5f600b994ed2ec0e146046e8c6b02db19fc5c79bf09a8b83465105eeb35fc52e"
end

depends_on "go" => :build
Expand Down

0 comments on commit 093d8fc

Please sign in to comment.