From 7f92c28b7aca3d923237fe091b57d20993655a7d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 27 Feb 2018 15:42:38 -0300 Subject: [PATCH] scrypt: rebuild against libressl-2.6. --- srcpkgs/scrypt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/scrypt/template b/srcpkgs/scrypt/template index af4abaa3c2e..b660007ed28 100644 --- a/srcpkgs/scrypt/template +++ b/srcpkgs/scrypt/template @@ -1,7 +1,7 @@ # Template file for 'scrypt' pkgname=scrypt version=1.2.1 -revision=3 +revision=4 build_style=gnu-configure makedepends="libressl-devel" short_desc="The scrypt key derivation function"