reop: update to 2.1.1.
This commit is contained in:
parent
da696c74fa
commit
4366800d9f
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'reop'
|
||||
pkgname=reop
|
||||
version=2.1.0
|
||||
version=2.1.1
|
||||
revision=2
|
||||
makedepends="libsodium-devel"
|
||||
short_desc="Create and verify cryptographic signatures"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|||
license="ISC, BSD"
|
||||
homepage="http://www.tedunangst.com/flak/post/reop"
|
||||
distfiles="http://www.tedunangst.com/flak/files/reop-${version}.tgz"
|
||||
checksum=e429c7ff47f130bd465eaa0c23a1783b476bc484d32793592b54a568b55e49af
|
||||
checksum=fa8ae058c51efec5bde39fab15b4275e6394d9ab1dd2190ffdba3cf9983fdcac
|
||||
|
||||
pre_fetch() {
|
||||
# 301 redirect to https://www.tedunangst.com/flak/files/reop-2.1.0.tgz
|
||||
|
@ -16,7 +16,6 @@ pre_fetch() {
|
|||
# Certificate verification failed for /C=US/ST=PA/O=tedunangst.com/CN=www.tedunangst.com/emailAddress=tedu@tedunangst.com
|
||||
export SSL_NO_VERIFY_PEER=1
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make -f GNUmakefile \
|
||||
CC="$CC" CFLAGS="$CFLAGS" \
|
||||
|
@ -24,6 +23,9 @@ do_build() {
|
|||
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lsodium ${LDFLAGS}"
|
||||
sed -n '2,14p' reop.c | cut -b4- > LICENSE
|
||||
}
|
||||
do_check() {
|
||||
(cd tests && ./test.sh)
|
||||
}
|
||||
do_install() {
|
||||
vbin reop
|
||||
vman reop.1
|
||||
|
|
Loading…
Add table
Reference in a new issue