mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/pasdoc: Updated for version 0.14.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
b2b0c45b50
commit
df6abf08aa
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pasdoc
|
||||
VERSION=${VERSION:-0.13.0}
|
||||
VERSION=${VERSION:-0.14.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -51,7 +51,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# NO configure file for pasdoc
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pasdoc"
|
||||
VERSION="0.13.0"
|
||||
VERSION="0.14.0"
|
||||
HOMEPAGE="http://pasdoc.sipsolutions.net/"
|
||||
DOWNLOAD="http://heanet.dl.sourceforge.net/project/pasdoc/PasDoc%20Source/0.13.0/pasdoc-0.13.0-src.tar.gz"
|
||||
MD5SUM="2f53b3657b8b2b2e6d7bdea3e61801bb"
|
||||
DOWNLOAD="http://heanet.dl.sourceforge.net/project/pasdoc/PasDoc%20Source/0.14.0/pasdoc-0.14.0-src.tar.gz"
|
||||
MD5SUM="ac050675ac9d4b05629f9f33e54e2194"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="fpc"
|
||||
|
|
Loading…
Reference in a new issue