Skip to content

Commit

Permalink
security/hs-crypton: update to crypton-1.0.1
Browse files Browse the repository at this point in the history
## 1.0.1

* Update decaf library.
  [#38](kazu-yamamoto/crypton#38)
* Add TypeOperators language extension to EdDSA.hs.
  [#36](kazu-yamamoto/crypton#36)
  • Loading branch information
depressed-pho committed Jan 30, 2025
1 parent 6097bfd commit 2d6e685
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions security/hs-crypton/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.7 2024/05/09 01:32:32 pho Exp $
# $NetBSD: Makefile,v 1.8 2025/01/30 10:04:15 pho Exp $

DISTNAME= crypton-1.0.0
PKGREVISION= 1
DISTNAME= crypton-1.0.1
CATEGORIES= security

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
6 changes: 3 additions & 3 deletions security/hs-crypton/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.4 2024/05/09 01:32:32 pho Exp $
# $NetBSD: buildlink3.mk,v 1.5 2025/01/30 10:04:15 pho Exp $

BUILDLINK_TREE+= hs-crypton

.if !defined(HS_CRYPTON_BUILDLINK3_MK)
HS_CRYPTON_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-crypton+= hs-crypton>=1.0.0
BUILDLINK_ABI_DEPENDS.hs-crypton+= hs-crypton>=1.0.0nb1
BUILDLINK_API_DEPENDS.hs-crypton+= hs-crypton>=1.0.1
BUILDLINK_ABI_DEPENDS.hs-crypton+= hs-crypton>=1.0.1
BUILDLINK_PKGSRCDIR.hs-crypton?= ../../security/hs-crypton

.include "../../devel/hs-basement/buildlink3.mk"
Expand Down
8 changes: 4 additions & 4 deletions security/hs-crypton/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2024/04/29 09:35:01 pho Exp $
$NetBSD: distinfo,v 1.3 2025/01/30 10:04:15 pho Exp $

BLAKE2s (crypton-1.0.0.tar.gz) = 30bce67d8923c6737b5a36cd841cedb29d32789ccd791129f4ee16bb4f965378
SHA512 (crypton-1.0.0.tar.gz) = 87a9631913ac27eeba2d1752bc80914097596f3a7c9f01cd9285f91a081d331a3008797de9910fabe3a114807a3a0e88d738aa8c5562caed3b730754b94c9b96
Size (crypton-1.0.0.tar.gz) = 622568 bytes
BLAKE2s (crypton-1.0.1.tar.gz) = 25f2aaac95e7a7b027664c5c447182d598923842be9c0467c3d86abbfd618c59
SHA512 (crypton-1.0.1.tar.gz) = 1570179e3385cb45adb5b5914c7b858987f561488763de73d8ee22b83b9d94b74b217b83393ffedcbdf2593a83d9881ec67fd2b16ee8dcf10e4fede5b6034d82
Size (crypton-1.0.1.tar.gz) = 624895 bytes

0 comments on commit 2d6e685

Please # to comment.