Skip to content

Commit

Permalink
Merge pull request #161574 from Porkepix/bump-ascii-3.19
Browse files Browse the repository at this point in the history
ascii 3.19
  • Loading branch information
BrewTestBot authored Feb 1, 2024
2 parents 80f4bb5 + f0951d7 commit 60fa7ad
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions Formula/a/ascii.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Ascii < Formula
desc "List ASCII idiomatic names and octal/decimal code-point forms"
homepage "http://www.catb.org/~esr/ascii/"
url "http://www.catb.org/~esr/ascii/ascii-3.18.tar.gz"
sha256 "728422d5f4da61a37a17b4364d06708e543297de0a5f70305243236d80df072d"
url "http://www.catb.org/~esr/ascii/ascii-3.19.tar.gz"
sha256 "f9da2efed82f245658f9561e5b756809e71eaf0e5a7735ac5beb924cdda9a560"
license "BSD-2-Clause"

livecheck do
Expand All @@ -11,20 +11,13 @@ class Ascii < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c1fbd991d79cc4c08fbb1a0a66574bf5913a2f9cf224d1c36c33e7da3313db4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c42b02694d8703f1836d83604657231e06bbf02bf7ec9dc49d3f2182db6729ec"
sha256 cellar: :any_skip_relocation, arm64_monterey: "742c3b7dc29fc1df468027631c0bee9e5db9ee562adcc54f6081291d27ab0295"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "961354b48b260c83374340b6f50bb440977edc81ffa6cb11293bd6265f94dd3e"
sha256 cellar: :any_skip_relocation, sonoma: "0a26b5a31aab366db0e298815774b1a7d4e36787be4ba45c880964118f52c561"
sha256 cellar: :any_skip_relocation, ventura: "b9153efffb59622c7cd261653a3937f5f7a7d3b1f41176425c3b4408a5b4ce13"
sha256 cellar: :any_skip_relocation, monterey: "3512701bc58ec647bd059ebcf0c56ad6b02fa1c437e51372e6d942aef6910e87"
sha256 cellar: :any_skip_relocation, big_sur: "ae1f4bca216200b2633f93da6d99c991f15755a130bd1cbc680377c251555d32"
sha256 cellar: :any_skip_relocation, catalina: "2c106e2d3ce3534f09a5ce147f6fc0778e884d06f15e7c272ee99ccabaf947bd"
sha256 cellar: :any_skip_relocation, mojave: "d5f4c8fe4ad1467c1708e49268a42f0d201f8c18ed912cf3de330bdf1f219cc1"
sha256 cellar: :any_skip_relocation, high_sierra: "858e5bd8f55367349f936f47346a7d4dc2afed7c8f3d9fca16c42071f537f644"
sha256 cellar: :any_skip_relocation, sierra: "52fb2a78a1409f4f6db0b59589f773c4427c87a84a7fee1809e5f0a4d50e4d65"
sha256 cellar: :any_skip_relocation, el_capitan: "bbb5f365f96e42dfaa8af31f21daa8809b0a628451599fab7bc7509ceeb0d14f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "31952089908444514e2e97d6d7a325d52136f8d7c8297210045a04608bf49ae8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "580f8956e42c68a63496b3a0cf84bef4054c84c35a2e8914771df61e511b18c2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "71e8fcc5906e4ee8222296ea7b1cc43ec12646890c086ab033179dc9af55db78"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9cc2bda5a534f431a87b48a2034c3870767802c9a4b5744f868105546f16b0a1"
sha256 cellar: :any_skip_relocation, sonoma: "8f906b6d394320f5d43ce006e270607507fa9c2a3bd8a07bc981611e6235b3bb"
sha256 cellar: :any_skip_relocation, ventura: "91687c1ff03f1316ff8781b34cbccfdebd11ee76b5075f7a0ae8d06fb1acda5d"
sha256 cellar: :any_skip_relocation, monterey: "42182f24ca751492122dfcd070a185adaa46c6923cf686f6a91b78cc27097948"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8a4fa5df04b0d070e67b50c2e4bd4c5d6e8b051d17ad9e64d766cabbc29c9f91"
end

head do
Expand Down

0 comments on commit 60fa7ad

Please sign in to comment.