Update to go-siphash-1.2.3
From George Rosamond who becomes maintainer. Previous maintainer timeout (unsurprisingly).
This commit is contained in:
parent
0fdb005001
commit
10fa3ca57a
@ -2,16 +2,16 @@ COMMENT = SipHash-2-4 in go
|
||||
|
||||
GH_ACCOUNT = dchest
|
||||
GH_PROJECT = siphash
|
||||
GH_TAGNAME = v1.0.0
|
||||
GH_TAGNAME = v1.2.3
|
||||
DISTNAME = go-siphash
|
||||
PKGNAME = ${DISTNAME}-${GH_TAGNAME:S/^v//}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
HOMEPAGE = https://github.com/dchest/siphash
|
||||
|
||||
MAINTAINER = Sean Levy <attila@stalphonsos.com>
|
||||
MAINTAINER = George Rosamond <george@nycbug.org>
|
||||
|
||||
# CC0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (go-siphash.tar.gz) = CgUm4aCZCOGFeLbzRkgz4DIY8vKnQt5YEy8ptmIuM5s=
|
||||
SIZE (go-siphash.tar.gz) = 4462
|
||||
SHA256 (go-siphash.tar.gz) = q8NUlEh03XYaviIFjnkvptRU+tZr9qqthN3Ykqur9a8=
|
||||
SIZE (go-siphash.tar.gz) = 13579
|
||||
|
@ -8,7 +8,18 @@ ${MODGO_SOURCES}/
|
||||
${MODGO_SOURCES}/github.com/
|
||||
${MODGO_SOURCES}/github.com/dchest/
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/README
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/LICENSE
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/README.md
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/blocks.go
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/blocks_amd64.s
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/blocks_arm.s
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/blocks_asm.go
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/go.mod
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/hash.go
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/hash128.go
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/hash128_amd64.s
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/hash_amd64.s
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/hash_arm.go
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/hash_asm.go
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/siphash.go
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/siphash_test.go
|
||||
|
Loading…
x
Reference in New Issue
Block a user