We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7473a20 commit e4ef910Copy full SHA for e4ef910
2 files changed
main/blake3/patches/stupid.patch
main/blake3/template.py
@@ -1,5 +1,5 @@
1
pkgname = "blake3"
2
-pkgver = "1.8.2"
+pkgver = "1.8.4"
3
pkgrel = 0
4
build_style = "cmake"
5
configure_args = ["-DBUILD_SHARED_LIBS=ON", "-DBLAKE3_USE_TBB=ON"]
@@ -14,7 +14,7 @@
14
license = "CC0-1.0 OR Apache-2.0"
15
url = "https://github.com/BLAKE3-team/BLAKE3"
16
source = f"{url}/archive/refs/tags/{pkgver}.tar.gz"
17
-sha256 = "6b51aefe515969785da02e87befafc7fdc7a065cd3458cf1141f29267749e81f"
+sha256 = "b5ee5f5c5e025eb2733ae3af8d4c0e53bb66dff35095decfd377f1083e8ac9be"
18
hardening = ["vis", "cfi"]
19
20
0 commit comments