1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

security/blst: Update to 0.3.12

PR:		279431
This commit is contained in:
Älven 2024-06-09 12:48:26 +03:00 committed by Gleb Popov
parent 52ef478b71
commit 8d0f08dc5a
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= blst
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.11
DISTVERSION= 0.3.12
CATEGORIES= security devel
MAINTAINER= arrowd@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1706466871
SHA256 (supranational-blst-v0.3.11_GH0.tar.gz) = d0a6e2a69490cc45f0a531a684a225e56fe22303665157cfa397ba5605447eb9
SIZE (supranational-blst-v0.3.11_GH0.tar.gz) = 564973
TIMESTAMP = 1717153467
SHA256 (supranational-blst-v0.3.12_GH0.tar.gz) = 0b3d073a855ddb177845c60ea110e11890e0e39a75287f83b2754d67fd82ffec
SIZE (supranational-blst-v0.3.12_GH0.tar.gz) = 590470

View File

@ -1,3 +1,3 @@
blst (pronounced 'blast') is a BLS12-381 signature library focused on
performance and security. It is written in C and assembly and has bindings to
various languages.
performance and security. It is written in C and assembly and has bindings
to various languages.