bumping for 1.0.1
This commit is contained in:
parent
164dd0dead
commit
e37b98c36d
3 changed files with 9 additions and 9 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Troy Engel <troyengel+arch@gmail.com>
|
||||
|
||||
pkgname=petrified
|
||||
pkgver=1.0
|
||||
pkgrel=2
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Bash client to update dynamic DNS at freedns.afraid.org"
|
||||
arch=('any')
|
||||
url="https://github.com/troyengel/petrified"
|
||||
|
|
@ -18,7 +18,7 @@ source=('petrified'
|
|||
'petrified.logrotate'
|
||||
'README.md'
|
||||
'LICENSE')
|
||||
md5sums=('019946e82cb8be1b1073fa8f4016bf02'
|
||||
md5sums=('1bd8884a60ef9d56e1d8bab5febd9618'
|
||||
'f011bccfc9ef01a7e27a8d79f8e8d0bd'
|
||||
'96748831c58c8b64e786a9f7386db22e'
|
||||
'01d6dd718325644c3bfbc89030d66a21'
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# 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
|
||||
CONF_GLOBAL=/etc/petrified.conf
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@
|
|||
# Passing '-c <config>' on the commandline will read *only* the named
|
||||
# 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
|
||||
# usually ~40 characters long and ends in the "=" character. Login to
|
||||
# the site then visit: http://freedns.afraid.org/dynamic/ - next to
|
||||
# the DNS entries towards the bottom is a link "Direct URL"; copy that
|
||||
# and extract the string after the '...update.php?' part and put here.
|
||||
# This is the unique string for the dynamic DNS entry to update; visit
|
||||
# http://freedns.afraid.org/dynamic/ - next to the DNS entries towards
|
||||
# the bottom is a link "Direct URL"; copy that and extract the string
|
||||
# after the '...update.php?' part and put here.
|
||||
#
|
||||
# Example: DDNS_KEY=9C4yjq3kaekkYNbYsKRqcosTmouMYbfVMLkJtR==
|
||||
DDNS_KEY=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue