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