p11-kit 0.23.9
Closes #18894. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
bbb6d59e08
commit
02e4afd259
1 changed files with 2 additions and 13 deletions
|
@ -1,19 +1,8 @@
|
|||
class P11Kit < Formula
|
||||
desc "Library to load and enumerate PKCS#11 modules"
|
||||
homepage "https://p11-glue.freedesktop.org"
|
||||
|
||||
stable do
|
||||
url "https://github.com/p11-glue/p11-kit/releases/download/0.23.8/p11-kit-0.23.8.tar.gz"
|
||||
sha256 "4ba134e5fe4b62bcaf7a2d66841767d9d23e875b977bba6939367a9f400b133f"
|
||||
|
||||
# Remove for > 0.23.8
|
||||
# Fix "error: use of undeclared identifier 'SIZE_MAX'"
|
||||
# Upstream commit from 16 Aug 2017 "build: Include <stdint.h> for SIZE_MAX"
|
||||
patch do
|
||||
url "https://github.com/p11-glue/p11-kit/commit/61acf20.patch?full_index=1"
|
||||
sha256 "2d5e1c4bf8bf859aaf14ff14553cf1aad86090aa71e4f459439003328baa032e"
|
||||
end
|
||||
end
|
||||
url "https://github.com/p11-glue/p11-kit/releases/download/0.23.9/p11-kit-0.23.9.tar.gz"
|
||||
sha256 "e1c1649c335107a8d33cf3762eb7f57b2d0681f0c7d8353627293a58d6b4db63"
|
||||
|
||||
bottle do
|
||||
sha256 "20df13634ab4690134d9fa3bfd662dff9cbdc5478a0906a3cc10e7c2ab5439ac" => :high_sierra
|
||||
|
|
Loading…
Reference in a new issue