|
1 | 1 | class Tass64 < Formula
|
2 | 2 | desc "Multi pass optimizing macro assembler for the 65xx series of processors"
|
3 | 3 | homepage "https://tass64.sourceforge.net/"
|
4 |
| - url "https://downloads.sourceforge.net/project/tass64/source/64tass-1.58.2974-src.zip" |
5 |
| - sha256 "3f3e2b1867664cb3b64d315fea11938f1666d79d11ea705a6937310257ef0a67" |
| 4 | + url "https://downloads.sourceforge.net/project/tass64/source/64tass-1.59.3120-src.zip" |
| 5 | + sha256 "a89a7b79ad234c6ea51a1c9d6c472d0f3827d01b2501b3f30cd0af9541423eef" |
6 | 6 | license all_of: ["GPL-2.0-or-later", "LGPL-2.0-or-later", "LGPL-2.1-only", "MIT"]
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "e9e804611c1a03eb3c563ad9c60cea21498d375e706d96931d3eec2b2d1bfc89" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "12e08b68f976a919f927579f3e9d7768dd497aa5cd02337cc42dd95586956f68" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_big_sur: "e819ad2bf701f18a362c4343b464f954bc3fac63b8f410bf97fefc12c787dcaa" |
12 |
| - sha256 cellar: :any_skip_relocation, ventura: "f597f8a0ce9f9cad1506bb1424e3209e66d5549ecb529a39d10cea90120a77b3" |
13 |
| - sha256 cellar: :any_skip_relocation, monterey: "7cbee14fd0c68c2f9e42fd7f5541f2d83054b893e4d82822f5cc7afaabad3cd9" |
14 |
| - sha256 cellar: :any_skip_relocation, big_sur: "7f1372d00208565abf8d92fdb50f8011e8f21b778f214f073118516d54f0028a" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "e38f72df0f40c5c0d38a2e44ee29b77d07e41f3289bf73439ef6531014979f94" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "48e41ebee6b426610d59bfd3e89e2eb8204cfeabe63c7eb6375c04ac5388e6a5" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "4e91e45d0c55cd2072eb2889604bcfd11ec41fb10671f496ae156bc3c4904f67" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_big_sur: "ec1bcc71132e8154a294e50addb333794d81ad7eec1cab561528a03d9a9c5ae0" |
| 12 | + sha256 cellar: :any_skip_relocation, ventura: "b07344cbe03d5b5915e20ac2cde5c9b616f798e5b3589af1bbbad1cb41a6c414" |
| 13 | + sha256 cellar: :any_skip_relocation, monterey: "ec7db292d9285cced213210e4f158879caaf401589ecdf8c5f194f936ae2578c" |
| 14 | + sha256 cellar: :any_skip_relocation, big_sur: "fa71a39e484f20215d6e016a3a1347d88680e342d808b25acc66fd940ff1b0e5" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "68e1053e5cf4f9509b8de27497354e8640573e12a31fa265c048272e9aa539a0" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | def install
|
|
0 commit comments