Skip to content

Commit 456de60

Browse files
authored
Merge pull request #235685 from Homebrew/bump-jsign-7.2
jsign 7.2
2 parents fb11567 + 8983fd0 commit 456de60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/j/jsign.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Jsign < Formula
22
desc "Tool for signing Windows executable files, installers and scripts"
33
homepage "https://ebourg.github.io/jsign/"
4-
url "https://github.com/ebourg/jsign/archive/refs/tags/7.1.tar.gz"
5-
sha256 "bb6a6cc0fdcc9802b5ab47e7080601c94c545fa235c0feac242d11b9a2524d7d"
4+
url "https://github.com/ebourg/jsign/archive/refs/tags/7.2.tar.gz"
5+
sha256 "5994ce62eb8ccce2d4e3459de9fe76071f879adaebb88250bdadc90891266d35"
66
license "Apache-2.0"
77
head "https://github.com/ebourg/jsign.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "398d1b30442ae333b029ad878b635c9f1301be644aa5b2b838de8eb93b039eda"
10+
sha256 cellar: :any_skip_relocation, all: "1413911edeeefb33e063376892dfdfe174ba76f6fc83e8a343db0a8175093997"
1111
end
1212

1313
depends_on "maven" => :build

0 commit comments

Comments
 (0)