minisign: update to 0.8.

This commit is contained in:
Michael Gehring 2018-02-04 12:21:12 +01:00
parent a8b8ce386d
commit 3a3b27adf7

View file

@ -1,7 +1,7 @@
# Template file for 'minisign' # Template file for 'minisign'
pkgname=minisign pkgname=minisign
version=0.7 version=0.8
revision=2 revision=1
build_style=cmake build_style=cmake
makedepends="libsodium-devel" makedepends="libsodium-devel"
short_desc="A simple tool to sign files and verify signatures" short_desc="A simple tool to sign files and verify signatures"
@ -9,7 +9,7 @@ maintainer="Michael Gehring <mg@ebfe.org>"
license="MIT" license="MIT"
homepage="https://jedisct1.github.io/minisign" homepage="https://jedisct1.github.io/minisign"
distfiles="https://github.com/jedisct1/minisign/archive/${version}.tar.gz" distfiles="https://github.com/jedisct1/minisign/archive/${version}.tar.gz"
checksum=0c9f25ae647b6ba38cf7e6aea1da4e8fb20e1bc64ef0c679da737a38c8ad43ef checksum=130eb5246076bc7ec42f13495a601382e566bb6733430d40a68de5e43a7f1082
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE