Skip to content

Commit 96a304f

Browse files
authored
Merge pull request Homebrew#202820 from Homebrew/bump-xfig-3.2.9a
xfig 3.2.9a
2 parents b8cb67b + 322cb99 commit 96a304f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3386,6 +3386,7 @@ xdg-ninja
33863386
xdpyinfo
33873387
xeol
33883388
xerces-c
3389+
xfig
33893390
xgboost
33903391
xh
33913392
xkbcomp

Formula/x/xfig.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
class Xfig < Formula
22
desc "Facility for interactive generation of figures"
33
homepage "https://mcj.sourceforge.net/"
4-
url "https://downloads.sourceforge.net/mcj/xfig-3.2.9.tar.xz"
5-
sha256 "13ed9d04d1bbc2dec09da7ef49ceec278382d290f6cd926474c2f2d016fec2f7"
4+
url "https://downloads.sourceforge.net/mcj/xfig-3.2.9a.tar.xz"
5+
sha256 "bc572a1881e5e20987ac590158b041ab7803845a9691036d3ba5e982f66d9ca3"
66
license "MIT"
7-
revision 1
87

98
livecheck do
109
url :stable
1110
regex(%r{url=.*?/xfig[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t}i)
1211
end
1312

1413
bottle do
15-
sha256 arm64_sequoia: "00065bb855d889cb03d1b9a6be6b8e379afbdc34eec9bd8a6b295c7c6569f66f"
16-
sha256 arm64_sonoma: "fc167af1203cd9c55c4b608d648ec787c0fab60d03addae286b93354edfa4a27"
17-
sha256 arm64_ventura: "78a6256536cf3979802f06d9c739f1167a9dd1dc79e82973c426c84002616ade"
18-
sha256 sonoma: "248e1c225dbae1d8272f3fdde6e7d73ab7c200ced0855e6da9fdfea637b0fb2d"
19-
sha256 ventura: "45c8fe0a50ab221a983d50b39016857a07df1a6e753a1fa62d21b100624c7fcf"
20-
sha256 x86_64_linux: "d18838b6078735b2015842785ca34e48695ecd25a33569b406bfd125cda965da"
14+
sha256 arm64_sequoia: "15314f47823b47202f5589b9392d3f7240efd9be0550edf3a7708f918f7e11a7"
15+
sha256 arm64_sonoma: "d7bfff29e140007a73340cb17675c39f525904647202c08e9905856c90ed24eb"
16+
sha256 arm64_ventura: "e851f86fd326aed56aa0fbef6f266764bc6670ec2fdaa1ba24634babe165898f"
17+
sha256 sonoma: "5465a1183061357a7a8a3a7455488fd8df9182efab574fe6812f256ad881087e"
18+
sha256 ventura: "b8f02cb2ff2cc65c1c64ce3400e7e1ad5fa7e48b4ab09fece650ec6013bc11b8"
19+
sha256 x86_64_linux: "421fbe1c1fffddf7545aa6e360430958758b4b2b211f80653ec8854660b864ca"
2120
end
2221

2322
depends_on "fig2dev"

0 commit comments

Comments
 (0)