11class Simdutf < Formula
22 desc "Unicode conversion routines, fast"
33 homepage "https://simdutf.github.io/simdutf/"
4- url "https://github.com/simdutf/simdutf/archive/refs/tags/v7.4 .0.tar.gz"
5- sha256 "8fd729ebfd5ec56cb0395bcc176c4801e1f8a0ea834d166d52279d7b9e801283 "
4+ url "https://github.com/simdutf/simdutf/archive/refs/tags/v7.5 .0.tar.gz"
5+ sha256 "3cad2f554912ecd77222272e5d1a7c1e5e33b4011bee823269cdc9095d2fdce2 "
66 license any_of : [ "Apache-2.0" , "MIT" ]
77 head "https://github.com/simdutf/simdutf.git" , branch : "master"
88
@@ -12,25 +12,27 @@ class Simdutf < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any , arm64_tahoe : "eb8161f0c3bd6dd9deb0770ff3a49101c89fcfd113f092dadff0ac6fb0c4af2d"
16- sha256 cellar : :any , arm64_sequoia : "1b009aa16671a4895fc41e373b24a4d2caee80427caf178209a631c1341e9161"
17- sha256 cellar : :any , arm64_sonoma : "6a1aa7199d23529c22da6a71912dcd39c03bfecb983e7a7a8b9e737281bb3e98"
18- sha256 cellar : :any , arm64_ventura : "9966ecbc52b8d2dc3be7eabadcd0db28be035651681bd1f351f72ccbcd3c9ed2"
19- sha256 cellar : :any , sonoma : "0ee159df569e9f5ce6bb19d57248c79fe47e85541909a156531e3c148da2e458"
20- sha256 cellar : :any , ventura : "df9e32ea261a0065aebe87137650da74975e672c4c5a1687cbf9ded6cbc7bd89"
21- sha256 cellar : :any_skip_relocation , arm64_linux : "8a92fa8de691b2b306b2caef9e0e4fbf0c3f93ecc826b303ff519b368ccc514b"
22- sha256 cellar : :any_skip_relocation , x86_64_linux : "6b2f496997bddbc620314df98ad29b3863b570d626f9f5a279a99acbcafe38f5"
15+ sha256 cellar : :any , arm64_tahoe : "7972bee9a1aa832c0d81c74478f3a8b5f1339d893d9a374f3c841b938ecfdada"
16+ sha256 cellar : :any , arm64_sequoia : "cd2a793db1fe7b4aa0534163f1533c4c5ad4f885790ddee6a3faad0fd8234e71"
17+ sha256 cellar : :any , arm64_sonoma : "7d8b79e61cfeb8ae60d21880f3f3af6f17eceb312c31155da3f1534b8f9eeedd"
18+ sha256 cellar : :any , sonoma : "92a303d15cf1d5c47dcb98633204e39c512ea3549e6d1ed1f16965565e1c884a"
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "4482182197f57f001dfc742e1ce4cd0ae03ad43824c090ae8b6a128b6dd3fd96"
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "89da0b6e00efab723c78189f7cc465f4e8a13a91e8cedb36e9a1e8760a29bf64"
2321 end
2422
2523 depends_on "cmake" => :build
2624 depends_on "icu4c@77"
2725
2826 uses_from_macos "python" => :build
2927
30- # VERSION=#{version} && curl -s https://raw.githubusercontent.com/simdutf/simdutf/v$VERSION/benchmarks/base64/CMakeLists.txt | grep -C 1 'VERSION'
3128 resource "base64" do
3229 url "https://github.com/aklomp/base64/archive/refs/tags/v0.5.2.tar.gz"
3330 sha256 "723a0f9f4cf44cf79e97bcc315ec8f85e52eb104c8882942c3f2fba95acc080d"
31+
32+ livecheck do
33+ url "https://raw.githubusercontent.com/simdutf/simdutf/v#{ LATEST_VERSION } /benchmarks/base64/CMakeLists.txt"
34+ regex ( /VERSION\s +(\d +(?:\. \d +)+)/ )
35+ end
3436 end
3537
3638 def install
0 commit comments