Update devel/go-siphash to version 1.2.1.
Changes since v1.2.0: Brought back some ARM assembly.
This commit is contained in:
parent
a4f4b298da
commit
da369bdf0c
3 changed files with 11 additions and 9 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.9 2019/03/09 10:05:07 bsiegert Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2019/03/14 23:22:26 alnsn Exp $
|
||||
|
||||
GITHUB_TAG= v1.2.0
|
||||
GITHUB_TAG= v1.2.1
|
||||
DISTNAME= ${GITHUB_TAG}
|
||||
DIST_SUBDIR= go-siphash
|
||||
PKGNAME= ${DIST_SUBDIR}-${GITHUB_TAG:S/v//}
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= devel security
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=dchest/}
|
||||
GITHUB_PROJECT= siphash
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2018/11/03 17:36:48 alnsn Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2019/03/14 23:22:26 alnsn Exp $
|
||||
gopkg/pkg/${GO_PLATFORM}/github.com/dchest/siphash.a
|
||||
gopkg/src/github.com/dchest/siphash/README.md
|
||||
gopkg/src/github.com/dchest/siphash/blocks.go
|
||||
gopkg/src/github.com/dchest/siphash/blocks_amd64.s
|
||||
gopkg/src/github.com/dchest/siphash/blocks_arm.s
|
||||
gopkg/src/github.com/dchest/siphash/blocks_asm.go
|
||||
gopkg/src/github.com/dchest/siphash/hash.go
|
||||
gopkg/src/github.com/dchest/siphash/hash128.go
|
||||
gopkg/src/github.com/dchest/siphash/hash128_amd64.s
|
||||
gopkg/src/github.com/dchest/siphash/hash_amd64.s
|
||||
gopkg/src/github.com/dchest/siphash/hash_arm.go
|
||||
gopkg/src/github.com/dchest/siphash/hash_asm.go
|
||||
gopkg/src/github.com/dchest/siphash/siphash.go
|
||||
gopkg/src/github.com/dchest/siphash/siphash_test.go
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2018/11/03 17:36:48 alnsn Exp $
|
||||
$NetBSD: distinfo,v 1.3 2019/03/14 23:22:26 alnsn Exp $
|
||||
|
||||
SHA1 (go-siphash/v1.2.0.tar.gz) = e3918d74439c7c91b474d05285e07214d99ad6be
|
||||
RMD160 (go-siphash/v1.2.0.tar.gz) = ee111052b6de28939cd36a37d0079a0ff39650ff
|
||||
SHA512 (go-siphash/v1.2.0.tar.gz) = 204097314d1eae313ba60e7527d7cefaf89884f9186e4d423c45d36ecf4e9fb3ff55dcf4be4f115cc41aa3cd299d48958e0df02d386f740b2066fe7584f28ad8
|
||||
Size (go-siphash/v1.2.0.tar.gz) = 9441 bytes
|
||||
SHA1 (go-siphash/v1.2.1.tar.gz) = 82bac91296a027cf62c2d422d7ae341d170239a9
|
||||
RMD160 (go-siphash/v1.2.1.tar.gz) = ab44965b73348ee2000199f592be702dc18267f6
|
||||
SHA512 (go-siphash/v1.2.1.tar.gz) = bb59a152322350ce4d88f3a8795fcb319621f0c5b2e535f251e7c159ea574b22678f0e29c6dc0fde08ff1be628cd7c76534e902e3f1d332009031cae01491e11
|
||||
Size (go-siphash/v1.2.1.tar.gz) = 10729 bytes
|
||||
|
|
Loading…
Reference in a new issue