Skip to content

Commit 90ea2ed

Browse files
authored
Merge pull request #245155 from Homebrew/bump-nip4-9.0.13-2
nip4 9.0.13-2
2 parents 445916e + ab8172b commit 90ea2ed

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/n/nip4.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Nip4 < Formula
22
desc "Image processing spreadsheet"
33
homepage "https://github.com/jcupitt/nip4"
4-
url "https://github.com/jcupitt/nip4/releases/download/v9.0.13/nip4-9.0.13.tar.xz"
5-
sha256 "10330eb7f470b8774326d8a05698829e858af9c5f70d4392433abd7f2abfd56e"
4+
url "https://github.com/jcupitt/nip4/releases/download/v9.0.13-2/nip4-9.0.13-2.tar.xz"
5+
sha256 "ab144b3702eb2376b58df9c39c9a53161e6960fea4c7c71eb5e5fd9cab9af1e1"
66
license "GPL-2.0-or-later"
77
head "https://github.com/jcupitt/nip4.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any, arm64_tahoe: "c7b3f10eb45f3f7d83fad9c66505c3102fb15d9fd8943dae64799d4cd1b83e65"
11-
sha256 cellar: :any, arm64_sequoia: "8294ceb186f4a5ee6bb0b14a28a71aca5dcc5ca7bca487b6fe27de3f3caf6891"
12-
sha256 cellar: :any, arm64_sonoma: "103fbdd0f4ccb8eb0e5bf2e2085fd453e42450fa5a396708250ff197ffdfef04"
13-
sha256 cellar: :any, sonoma: "54298372de231cbf4076185f910c17bd89a5167827d91246813b7b4e7fdce665"
14-
sha256 arm64_linux: "a4af1494e26c6eaec1b4c44239355dea7657797d6d54e7cd387d532cfa206f69"
15-
sha256 x86_64_linux: "859c409f1c0f527a8d9a5f8b58c13d33786accd9d424269eb5ca78d81f4f2b55"
10+
sha256 cellar: :any, arm64_tahoe: "7f12dc7ac73e81bdae035ab1cbd8b299b870c419a626a695c955890e18c19176"
11+
sha256 cellar: :any, arm64_sequoia: "9bcd462222196e81f2dea6a0a35ba7624f27dc02c1fb878cfce9dcea0e713902"
12+
sha256 cellar: :any, arm64_sonoma: "794eb9cd73584956939380cfe338fb8793a0fc298deab405793aa22a149a72b5"
13+
sha256 cellar: :any, sonoma: "d4d0b55419abfb5b00c853249fdbdc8ae17dbb0ec69e0df5188550103bc11280"
14+
sha256 arm64_linux: "208965f1f47bfd67cfcb24297096a66b3a4c31129d2646d4a49096781b45a59d"
15+
sha256 x86_64_linux: "037054fd39b519ff9032abc5b62e874cd49519f5a5b14b45f109578c4b7f821d"
1616
end
1717

1818
depends_on "bison" => :build
@@ -48,7 +48,7 @@ def post_install
4848
end
4949

5050
test do
51-
assert_match version.to_s, shell_output("#{bin}/nip4 --version")
51+
assert_match version.major_minor_patch.to_s, shell_output("#{bin}/nip4 --version")
5252

5353
# nip4 is a GUI application
5454
spawn bin/"nip4" do |_r, _w, pid|

0 commit comments

Comments
 (0)