Skip to content

Commit 4b2f052

Browse files
authored
Merge pull request Homebrew#182569 from chenrui333/bump-nnn-5.0
nnn 5.0
2 parents c3a087e + cb9109b commit 4b2f052

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,6 +1829,7 @@ nlopt
18291829
nmail
18301830
nmap
18311831
nng
1832+
nnn
18321833
node
18331834
node_exporter
18341835
node-build

Formula/n/nnn.rb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
class Nnn < Formula
22
desc "Tiny, lightning fast, feature-packed file manager"
33
homepage "https://github.com/jarun/nnn"
4-
url "https://github.com/jarun/nnn/archive/refs/tags/v4.9.tar.gz"
5-
sha256 "9e25465a856d3ba626d6163046669c0d4010d520f2fb848b0d611e1ec6af1b22"
4+
url "https://github.com/jarun/nnn/archive/refs/tags/v5.0.tar.gz"
5+
sha256 "31e8fd85f3dd7ab2bf0525c3c0926269a1e6d35a5343a6714315642370d8605a"
66
license "BSD-2-Clause"
77
head "https://github.com/jarun/nnn.git", branch: "master"
88

99
bottle do
10-
rebuild 3
11-
sha256 cellar: :any, arm64_sonoma: "a661f24f20729323cc44905e72b5e0615809cd6dc00923355276e8bc327e8d2b"
12-
sha256 cellar: :any, arm64_ventura: "da99936ce4f9aa649cc5114bf34724dec324e1fe0484258036cd50ccd974d566"
13-
sha256 cellar: :any, arm64_monterey: "ef086ae9e6fdf3ee271b5c64a5b9355b49b311a6f3afc75aab8a452f8c03e155"
14-
sha256 cellar: :any, sonoma: "29597f38dca184b1e8283f788d9feb0d9d610bb20294d49a666864cacaf51ae8"
15-
sha256 cellar: :any, ventura: "9c2d3f2668b52cfc5c8cfd9f1970501cc67767ea82e3e033d76e6bc263edfaff"
16-
sha256 cellar: :any, monterey: "c3e95d1ca7c575edbc4bfae316b58f218598a5926c4f1c6577b19e0f4cbeae92"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "866a588102383c2f892e434139af2962ab0d179469681cb4e8f2eacb6f55d3ce"
10+
sha256 cellar: :any, arm64_sonoma: "7773a56db688d09ee950ed2cece939fd95d229031044acbc310eda58f227c0b7"
11+
sha256 cellar: :any, arm64_ventura: "094d843cb5247e4140b21d3145b214ac43ec3a2aa5e366779db33369c922523c"
12+
sha256 cellar: :any, arm64_monterey: "c644255f2c961e6e4804e2c9fcecdb20a9b09cfcb226b86907c43097cf9b0c25"
13+
sha256 cellar: :any, sonoma: "1a839e5fb6dc6049039c8148d648265f30673f8589d51f84146283148c1d2563"
14+
sha256 cellar: :any, ventura: "142164bea2d0cbdd7984a410bd981ee718c2d7a6bd600d0d1e0361886af1530e"
15+
sha256 cellar: :any, monterey: "9fc7ce6137ed2d0ba69d9e44524485f23a768b464a82c570e2529c84f72cb357"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "46ee484c8948c2c24d8fd20f11013fbf6c1c4657d5c4659983d985f5a0e2056f"
1817
end
1918

2019
depends_on "gnu-sed"

0 commit comments

Comments
 (0)