We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1bddb commit 3ba03edCopy full SHA for 3ba03ed
Formula/u/utf8proc.rb
@@ -1,8 +1,8 @@
1
class Utf8proc < Formula
2
desc "Clean C library for processing UTF-8 Unicode data"
3
homepage "https://juliastrings.github.io/utf8proc/"
4
- url "https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.11.0.tar.gz"
5
- sha256 "c24379b5fa0a429a1f9a3fc23b44a75f2b141a34c09146a529a55d20a5808070"
+ url "https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.11.1.tar.gz"
+ sha256 "dc146fd279eacbbf399d3f70932ce66f516aac2d13f8ec2d26a30f8ed70aa5b4"
6
license all_of: ["MIT", "Unicode-DFS-2015"]
7
head "https://github.com/JuliaStrings/utf8proc.git", branch: "master"
8
0 commit comments