Skip to content

Commit

Permalink
Merge pull request #156307 from Porkepix/bump-utf8cpp-4.0.3
Browse files Browse the repository at this point in the history
utf8cpp 4.0.3
  • Loading branch information
BrewTestBot authored Dec 5, 2023
2 parents 9009bd1 + 7d69a4e commit b017b56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/u/utf8cpp.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Utf8cpp < Formula
desc "UTF-8 with C++ in a Portable Way"
homepage "https://github.com/nemtrif/utfcpp"
url "https://github.com/nemtrif/utfcpp/archive/refs/tags/v4.0.2.tar.gz"
sha256 "d3c032650cd30823b7ebbebbe91f39d8c0e91221b2e3e92b93ca425478f986f2"
url "https://github.com/nemtrif/utfcpp/archive/refs/tags/v4.0.3.tar.gz"
sha256 "05e7d023b2bf606777442efc49038e0efce317596582db15adf5c776e237a326"
license "BSL-1.0"

bottle do
sha256 cellar: :any_skip_relocation, all: "964320181751c78a83c45218577bb5a4a9398575de5e92864cddbfd2d13d0c0e"
sha256 cellar: :any_skip_relocation, all: "4b9f7d94fc727533b39cbf9cc3c8acb9361f12270b7a2a56ef01c045bb8d4574"
end

depends_on "cmake" => [:build, :test]
Expand All @@ -26,7 +26,7 @@ def install
EOS

(testpath/"utf8_append.cpp").write <<~EOS
#include <utf8.h>
#include <utf8cpp/utf8.h>
int main() {
unsigned char u[5] = {0, 0, 0, 0, 0};
utf8::append(0x0448, u);
Expand Down

0 comments on commit b017b56

Please sign in to comment.