diff --git a/srcpkgs/reop/template b/srcpkgs/reop/template index 86ab010657c..def5e5cc161 100644 --- a/srcpkgs/reop/template +++ b/srcpkgs/reop/template @@ -1,21 +1,15 @@ # Template file for 'reop' pkgname=reop version=2.1.1 -revision=2 +revision=3 makedepends="libsodium-devel" short_desc="Create and verify cryptographic signatures" maintainer="Duncaen " -license="ISC, BSD" -homepage="http://www.tedunangst.com/flak/post/reop" -distfiles="http://www.tedunangst.com/flak/files/reop-${version}.tgz" +license="ISC" +homepage="https://www.tedunangst.com/flak/post/reop" +distfiles="https://www.tedunangst.com/flak/files/reop-${version}.tgz" checksum=fa8ae058c51efec5bde39fab15b4275e6394d9ab1dd2190ffdba3cf9983fdcac -pre_fetch() { - # 301 redirect to https://www.tedunangst.com/flak/files/reop-2.1.0.tgz - # [...] - # 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" \