bump for 2.0.3 release
This commit is contained in:
parent
bbd135d699
commit
1c6ad0b8dd
4 changed files with 19 additions and 12 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
Project Home: https://gitlab.com/troyengel/petrified
|
||||
|
||||
## [2.0.3] - 2019-10-04
|
||||
- Update systemd units to use Requires (#6)
|
||||
|
||||
## [2.0.2] - 2018-06-05
|
||||
- Migrate to gitlab.com and update README / man page
|
||||
- Add basic CONTRIBUTING.md
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@ pkgname=('petrified-git' 'petrified-git-systemd')
|
|||
pkgver=20141124.161601
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
url="https://github.com/troyengel/petrified"
|
||||
url="https://gitlab.com/troyengel/petrified"
|
||||
license=('GPL3')
|
||||
options=('emptydirs')
|
||||
source=("https://github.com/troyengel/petrified/archive/master.tar.gz")
|
||||
source=("https://gitlab.com/troyengel/petrified/archive/master.tar.gz")
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
## petrified - bash client to update dynamic DNS at freedns.afraid.org
|
||||
## Copyright (c) 2014 Troy Engel
|
||||
## Version: 2.0.2
|
||||
## Version: 2.0.3
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
|||
12
petrified.1
12
petrified.1
|
|
@ -1,4 +1,4 @@
|
|||
.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35)
|
||||
.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35)
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
|
|
@ -54,8 +54,10 @@
|
|||
.\" Avoid warning from groff about undefined register 'F'.
|
||||
.de IX
|
||||
..
|
||||
.if !\nF .nr F 0
|
||||
.if \nF>0 \{\
|
||||
.nr rF 0
|
||||
.if \n(.g .if rF .nr rF 1
|
||||
.if (\n(rF:(\n(.g==0)) \{\
|
||||
. if \nF \{\
|
||||
. de IX
|
||||
. tm Index:\\$1\t\\n%\t"\\$2"
|
||||
..
|
||||
|
|
@ -64,6 +66,8 @@
|
|||
. nr F 2
|
||||
. \}
|
||||
. \}
|
||||
.\}
|
||||
.rr rF
|
||||
.\"
|
||||
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
|
||||
.\" Fear. Run. Save yourself. No user-serviceable parts.
|
||||
|
|
@ -129,7 +133,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "PETRIFIED 1"
|
||||
.TH PETRIFIED 1 "2018-06-04" "petrified 2.0.2" "Petrified Manual"
|
||||
.TH PETRIFIED 1 "2018-06-05" "petrified 2.0.3" "Petrified Manual"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue