Skip to content

Commit

Permalink
Merge pull request #170039 from Homebrew/bump-fribidi-1.0.14
Browse files Browse the repository at this point in the history
fribidi 1.0.14
  • Loading branch information
BrewTestBot authored Apr 25, 2024
2 parents 3d77c61 + 8239f2e commit 1c8d9c9
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/f/fribidi.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Fribidi < Formula
desc "Implementation of the Unicode BiDi algorithm"
homepage "https://github.com/fribidi/fribidi"
url "https://github.com/fribidi/fribidi/releases/download/v1.0.13/fribidi-1.0.13.tar.xz"
sha256 "7fa16c80c81bd622f7b198d31356da139cc318a63fc7761217af4130903f54a2"
url "https://github.com/fribidi/fribidi/releases/download/v1.0.14/fribidi-1.0.14.tar.xz"
sha256 "76ae204a7027652ac3981b9fa5817c083ba23114340284c58e756b259cd2259a"
license all_of: ["GPL-2.0-or-later", "LGPL-2.1-or-later"]

bottle do
sha256 cellar: :any, arm64_sonoma: "bc022e5da0135b6f991274ffd688eed3a3ed5332b1e9a1a26fffcef792e6bd87"
sha256 cellar: :any, arm64_ventura: "0272f179bac6809467c56eb0b1fac7f1de88b4c012fd36e77411aec39e5f9b4f"
sha256 cellar: :any, arm64_monterey: "ad4a3ff427cd169933fcb3266e0b85c841d25cfa3d7883759bcf84f9655c59eb"
sha256 cellar: :any, arm64_big_sur: "d7c97dc2da426a3586d0c428f57d63300951ae23784769ebfdf3a4af0ab225f0"
sha256 cellar: :any, sonoma: "4f38b08fceaf4b1707a7931953d55ed00e556c08abd61449aef1dc9f1ecd2ee1"
sha256 cellar: :any, ventura: "df4ec1000cdaac83d1b712c838e2eb32a93c8ec7c7d7d47e2d199fe96501a435"
sha256 cellar: :any, monterey: "d2642675b0e7340ef0cc954a694b0d80e80f2b0b8b4e04f2f7ffe7b82aed1cd2"
sha256 cellar: :any, big_sur: "8ee3767e307b336a952f55d2c3c1a043bd2a8a88fc10889a7888e3c69207b105"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4771f18b9338c897f39328998452a0aa4d03b7a13021e5303a12376170f3fb7d"
sha256 cellar: :any, arm64_sonoma: "5aea13f26a125562f2564cfc3c4051bd3bd6c65780b8349f5bbca3afbc3f2bf5"
sha256 cellar: :any, arm64_ventura: "e4bfebfee694b26afb1a95460a627eea98c762d1cab9b2d759c9206a3d008fb3"
sha256 cellar: :any, arm64_monterey: "04f12760ee7c9e0a000d2d58985b57b2984378fee41c09174324fe47b88e81d1"
sha256 cellar: :any, sonoma: "4e5ad7bbd7039debb0f7a2b8ab8774e4652e698aa7d28a71ce62667c529c7c27"
sha256 cellar: :any, ventura: "c8b57d7acc7618677023c3849095b7f89e6440b747ae589704d30a607e0c6d56"
sha256 cellar: :any, monterey: "2f9cdc1f4b36b0fbc823aa4346775e739947033b9915ae59e7fb87c9ba0fbb58"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4ff015a79f1a78045a857c867794697ed48fbab97ae36ad785c62049074210d5"
end

def install
Expand Down

0 comments on commit 1c8d9c9

Please sign in to comment.