mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Upgrade to 0.0.9
* this release adds some sanity checks * while here, improve pkg-message
This commit is contained in:
parent
f4b6217896
commit
828c192651
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446347
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= anvil
|
||||
PORTVERSION= 0.0.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.0.9
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= dvl@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1500211696
|
||||
SHA256 (dlangille-anvil-0.0.8_GH0.tar.gz) = c2d781fa5364bbe6be471aaf6858c44c19a6137ee78c03e4fad6fff5d5148f9f
|
||||
SIZE (dlangille-anvil-0.0.8_GH0.tar.gz) = 79190
|
||||
TIMESTAMP = 1500667509
|
||||
SHA256 (dlangille-anvil-0.0.9_GH0.tar.gz) = 07203464c0239a8aa22c5fff2323859094d5d5299feb4b2a5a227221655de257
|
||||
SIZE (dlangille-anvil-0.0.9_GH0.tar.gz) = 79368
|
||||
|
@ -18,7 +18,7 @@ For cert-puller:
|
||||
|
||||
* anvil does not distribute .key files. Do that manually.
|
||||
|
||||
* install the crontab for anvil: sudo crontab -e -u anvil:
|
||||
* install the crontab for anvil: sudo crontab -u anvil -e
|
||||
|
||||
###
|
||||
# use /bin/sh to run commands, overriding the default set by cron
|
||||
@ -33,7 +33,7 @@ For cert-shifter:
|
||||
|
||||
* adjust /usr/local/etc/anvil/cert-shifter.conf
|
||||
|
||||
* install the crontab:
|
||||
* install the crontab for anvil: sudo crontab -u anvil -e
|
||||
|
||||
###
|
||||
# use /bin/sh to run commands, overriding the default set by cron
|
||||
|
Loading…
Reference in New Issue
Block a user