diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-06 09:36:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-06 09:36:50 +0000 |
commit | 89435f204b5b7f13654740db7ad7acc7b40d900d (patch) | |
tree | 29f21af30f2f1a7487470824644679588ea815b5 /security/rubygem-scrypt | |
parent | 54feba1ef818fc25b8e02530e3e7d16e4d6cac1b (diff) |
Notes
Diffstat (limited to 'security/rubygem-scrypt')
-rw-r--r-- | security/rubygem-scrypt/Makefile | 7 | ||||
-rw-r--r-- | security/rubygem-scrypt/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/rubygem-scrypt/Makefile b/security/rubygem-scrypt/Makefile index 77040bac53f7..aea0330838da 100644 --- a/security/rubygem-scrypt/Makefile +++ b/security/rubygem-scrypt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scrypt -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.6 CATEGORIES= security rubygems MASTER_SITES= RG @@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-ffi-compiler>=1.0:devel/rubygem-ffi-compiler -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/security/rubygem-scrypt/distinfo b/security/rubygem-scrypt/distinfo index e1059932ae27..cb5256e0cc92 100644 --- a/security/rubygem-scrypt/distinfo +++ b/security/rubygem-scrypt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490101724 -SHA256 (rubygem/scrypt-3.0.5.gem) = aedf16a829797b0b271cb2619686da6bfa93aac9b876616deae7cfe241389d70 -SIZE (rubygem/scrypt-3.0.5.gem) = 34816 +TIMESTAMP = 1538592068 +SHA256 (rubygem/scrypt-3.0.6.gem) = e37cccb37f1110363b8bfdd5adad41106fe73be1e27d020b256ae447adf5fcbd +SIZE (rubygem/scrypt-3.0.6.gem) = 34816 |