bumping for 1.0.1
This commit is contained in:
parent
347b4ce9ee
commit
4658c8c6b6
3 changed files with 9 additions and 9 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Troy Engel <troyengel+arch@gmail.com>
|
# Maintainer: Troy Engel <troyengel+arch@gmail.com>
|
||||||
|
|
||||||
pkgname=petrified
|
pkgname=petrified
|
||||||
pkgver=1.0
|
pkgver=1.0.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Bash client to update dynamic DNS at freedns.afraid.org"
|
pkgdesc="Bash client to update dynamic DNS at freedns.afraid.org"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/troyengel/petrified"
|
url="https://github.com/troyengel/petrified"
|
||||||
|
|
@ -18,7 +18,7 @@ source=('petrified'
|
||||||
'petrified.logrotate'
|
'petrified.logrotate'
|
||||||
'README.md'
|
'README.md'
|
||||||
'LICENSE')
|
'LICENSE')
|
||||||
md5sums=('019946e82cb8be1b1073fa8f4016bf02'
|
md5sums=('1bd8884a60ef9d56e1d8bab5febd9618'
|
||||||
'f011bccfc9ef01a7e27a8d79f8e8d0bd'
|
'f011bccfc9ef01a7e27a8d79f8e8d0bd'
|
||||||
'96748831c58c8b64e786a9f7386db22e'
|
'96748831c58c8b64e786a9f7386db22e'
|
||||||
'01d6dd718325644c3bfbc89030d66a21'
|
'01d6dd718325644c3bfbc89030d66a21'
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
## Version: 1.0
|
## Version: 1.0.1
|
||||||
|
|
||||||
## One of these must exist - '-c <config>' ignores global/local entirely
|
## One of these must exist - '-c <config>' ignores global/local entirely
|
||||||
CONF_GLOBAL=/etc/petrified.conf
|
CONF_GLOBAL=/etc/petrified.conf
|
||||||
|
|
|
||||||
|
|
@ -8,12 +8,12 @@
|
||||||
# Passing '-c <config>' on the commandline will read *only* the named
|
# Passing '-c <config>' on the commandline will read *only* the named
|
||||||
# config file, ignoring /etc/petrified.conf and ~/.petrifiedrc entirely.
|
# config file, ignoring /etc/petrified.conf and ~/.petrifiedrc entirely.
|
||||||
#
|
#
|
||||||
|
# See petrified.crontab for examples on how to run via cron.
|
||||||
|
|
||||||
# This is the unique string for the dynamic DNS entry to update; it is
|
# This is the unique string for the dynamic DNS entry to update; visit
|
||||||
# usually ~40 characters long and ends in the "=" character. Login to
|
# http://freedns.afraid.org/dynamic/ - next to the DNS entries towards
|
||||||
# the site then visit: http://freedns.afraid.org/dynamic/ - next to
|
# the bottom is a link "Direct URL"; copy that and extract the string
|
||||||
# the DNS entries towards the bottom is a link "Direct URL"; copy that
|
# after the '...update.php?' part and put here.
|
||||||
# and extract the string after the '...update.php?' part and put here.
|
|
||||||
#
|
#
|
||||||
# Example: DDNS_KEY=9C4yjq3kaekkYNbYsKRqcosTmouMYbfVMLkJtR==
|
# Example: DDNS_KEY=9C4yjq3kaekkYNbYsKRqcosTmouMYbfVMLkJtR==
|
||||||
DDNS_KEY=
|
DDNS_KEY=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue