Commit ac6d7fbd authored by Ed Reel's avatar Ed Reel

Update p11kit from 0.23.2-2 to 0.23.12

Add pre-built binaries
parent 9cd6b452
......@@ -3,24 +3,23 @@ require 'package'
class P11kit < Package
description "Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable."
homepage 'https://p11-glue.freedesktop.org/p11-kit.html'
version '0.23.2-2'
source_url 'https://p11-glue.freedesktop.org/releases/p11-kit-0.23.2.tar.gz'
source_sha256 'ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0'
version '0.23.12'
source_url 'https://github.com/p11-glue/p11-kit/releases/download/0.23.12/p11-kit-0.23.12.tar.gz'
source_sha256 '58bae22f19db1de1a1103e7ca4149eed6e303e727878c2cd5ea9e6fe445fd403'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/p11kit-0.23.2-2-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/p11kit-0.23.2-2-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/p11kit-0.23.2-2-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/p11kit-0.23.2-2-chromeos-x86_64.tar.xz',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/p11kit-0.23.12-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/p11kit-0.23.12-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/p11kit-0.23.12-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/p11kit-0.23.12-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'e606b415d96f13a5c5e38c1ccbc6be2e7396a5665d24effdd3bcd73f0797a68f',
armv7l: 'e606b415d96f13a5c5e38c1ccbc6be2e7396a5665d24effdd3bcd73f0797a68f',
i686: 'b11af19cae225bf86d2c8b38639672b0121f7b8af4a3b06432455f723f23431d',
x86_64: '94f3f46a6506a49d0c07783854dc09d6cfedee9bf1a310e4e84b6cb7f611fe3f',
aarch64: 'c9c3d841ccc2d45536c9a8329f8661091d0d23aeea1a8bb62d0f2c4e86116167',
armv7l: 'c9c3d841ccc2d45536c9a8329f8661091d0d23aeea1a8bb62d0f2c4e86116167',
i686: '0d93fde738b8cfd25545ea5d269d8dcf9597c5b278be063d7a4dda4af12a1608',
x86_64: '581a24c662d39ea82b8bf40528f496ccee5bcefd00d342b9fa24ccb2c5deb74c',
})
depends_on 'diffutils' => :build
depends_on 'libffi'
depends_on 'libtasn1'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment