minisign: update to 0.11.

This commit is contained in:
icp 2023-01-25 15:20:31 +05:30 committed by Michal Vasilek
parent 15ac2cbb14
commit ae3882a1d7
1 changed files with 5 additions and 4 deletions
srcpkgs/minisign

View File

@ -1,16 +1,17 @@
# Template file for 'minisign'
pkgname=minisign
version=0.10
version=0.11
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="libsodium-devel"
short_desc="Simple tool to sign files and verify signatures"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
license="ISC"
homepage="https://jedisct1.github.io/minisign"
distfiles="https://github.com/jedisct1/minisign/archive/${version}.tar.gz"
checksum=9fe40c2bd899a91f6b62a6ff3d469ece670f155307df50c2482ddd31337ab6da
changelog="https://github.com/jedisct1/minisign/releases"
distfiles="https://github.com/jedisct1/minisign/archive/refs/tags/${version}.tar.gz"
checksum=74c2c78a1cd51a43a6c98f46a4eabefbc8668074ca9aa14115544276b663fc55
post_install() {
vlicense LICENSE