monocypher: update to 2.0.6.

This commit is contained in:
Daniel Eyßer 2019-11-01 02:11:56 +01:00 committed by Piraty
parent 3d893acb19
commit c682e6b970

View file

@ -1,6 +1,6 @@
# Template file for 'monocypher'
pkgname=monocypher
version=2.0.5
version=2.0.6
revision=1
build_style=gnu-makefile
short_desc="Easy to use crypto library inspired by libsodium and TweetNaCl"
@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://monocypher.org"
distfiles="https://monocypher.org/download/monocypher-${version}.tar.gz"
checksum=4fc0496ee89c5a1f00e9fd4a87051137561cdbb6f1aeafd1cbf11a87288bca5b
checksum=dda42e133d4d93c61d2d83b7e8bb511a94e6db6817e4eb2f373279f3fc4ef350
post_install() {
vlicense LICENCE.md
@ -24,4 +24,3 @@ monocypher-devel_package() {
vmove "usr/lib/*.so"
}
}