Skip to content

Commit dd3bc26

Browse files
authored
Merge pull request #251002 from Homebrew/bump-jsign-7.4
jsign 7.4
2 parents d712c86 + 82c798f commit dd3bc26

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.3.tar.gz"
5-
sha256 "136364befdb5347767e33510c7cb7b85707e1f31b6cba7bbb76e586b5c8454da"
4+
url "https://github.com/ebourg/jsign/archive/refs/tags/7.4.tar.gz"
5+
sha256 "d86deca9d919ce435aeacac49cf2571dfc2b1f7d94e00241e597834ad0fbf48f"
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: "0968c60585590853882940f32e09d44f3a94ffbab37bb54b77a1ae860a34a91b"
10+
sha256 cellar: :any_skip_relocation, all: "e5df607c24b1098474afbe5125077cc62817ff16e0e3898e370977b93ca8d871"
1111
end
1212

1313
depends_on "maven" => :build

0 commit comments

Comments
 (0)