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 7e4c928 commit f6db46eCopy full SHA for f6db46e
Formula/i/ispc.rb
@@ -1,8 +1,8 @@
1
class Ispc < Formula
2
desc "Compiler for SIMD programming on the CPU"
3
homepage "https://ispc.github.io"
4
- url "https://github.com/ispc/ispc/archive/refs/tags/v1.25.2.tar.gz"
5
- sha256 "745cc8bcde26e63af2700f1811b66d2ca66b2844c8e2aa9ac19c12ab6a39b82a"
+ url "https://github.com/ispc/ispc/archive/refs/tags/v1.25.3.tar.gz"
+ sha256 "6f00038e0e86e90474f3117c3b393f6695a8fbe1b3d8fe3b1a0baf197dfb7557"
6
license "BSD-3-Clause"
7
8
# Upstream sometimes creates releases that use a stable tag (e.g., `v1.2.3`)
0 commit comments