mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-php/scrypt: add 2.0.1
Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Part-of: https://github.com/gentoo/gentoo/pull/41094 Closes: https://github.com/gentoo/gentoo/pull/41094 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
9137d19656
commit
c5a36593f9
@@ -1 +1,2 @@
|
||||
DIST scrypt-2.0.0.tgz 23229 BLAKE2B 71a40869004cbcb3fb6b303e1d59c0687b9817b89b38ebedc0001a732f4d4fba134ba124b09a6b4970da9892654631b41d0ce8e79d60eaccf788344972cb0760 SHA512 88b559f112f768eb1b61652ee5a6a75edbfd6133aca39c0d740dd083e3d2f718232a607a05a306cd40faeb4cab48f98de04f0799011d86543385583a99fb508f
|
||||
DIST scrypt-2.0.1.tgz 23284 BLAKE2B 87cb4b580e08a7c07d80d2f659d6a8a826413ffe3577c5cfea0d7dd813511c4921fc3f62cb262ee864b8bba03729b653447264c5318d27aca80ffd6fea36dafa SHA512 c10446b09c6400420e038f2044eefe0ab0204e0de7cdb1c4de60b508c6735b887d9b93b3d3ce317d990f2c18a9c085240d72a21d379f1cbbe848039e12f03467
|
||||
|
||||
17
dev-php/scrypt/scrypt-2.0.1.ebuild
Normal file
17
dev-php/scrypt/scrypt-2.0.1.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PHP_EXT_ECONF_ARGS="--enable-scrypt"
|
||||
USE_PHP="php8-2 php8-3 php8-4"
|
||||
|
||||
inherit php-ext-pecl-r3
|
||||
|
||||
DESCRIPTION="A PHP wrapper for the scrypt hashing algorithm"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="dev-util/re2c"
|
||||
Reference in New Issue
Block a user