Upgrade to 0.0.10

This upgrade adds support for wget & curl but the port does not provide
those options yet
This commit is contained in:
Dan Langille 2017-08-11 18:38:33 +00:00
parent 3adb452fd9
commit 1b9d0ee3e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447786
3 changed files with 10 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= anvil PORTNAME= anvil
PORTVERSION= 0.0.9 PORTVERSION= 0.0.10
CATEGORIES= sysutils CATEGORIES= sysutils
MAINTAINER= dvl@FreeBSD.org MAINTAINER= dvl@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1500667509 TIMESTAMP = 1502476475
SHA256 (dlangille-anvil-0.0.9_GH0.tar.gz) = 07203464c0239a8aa22c5fff2323859094d5d5299feb4b2a5a227221655de257 SHA256 (dlangille-anvil-0.0.10_GH0.tar.gz) = edc7007abc3262ee4cb7759e812f49230afafde8370a49d01bb71bfc9f91ccbd
SIZE (dlangille-anvil-0.0.9_GH0.tar.gz) = 79368 SIZE (dlangille-anvil-0.0.10_GH0.tar.gz) = 79550

View file

@ -44,5 +44,11 @@ MAILTO=you@example.org
19 20 * * * /usr/local/bin/cert-shifter 19 20 * * * /usr/local/bin/cert-shifter
### ###
To use wget, set FETCH_TOOL="wget" in cert-puller.conf
To use curl, set FETCH_TOOL="curl" in cert-puller.conf
The default argments to fetch, curl, and wget can be overridden
in cert-puller.conf. See the website for details.
**************************************************************************** ****************************************************************************