office/sigil: Updated for version 0.9.12
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
df3b92cbd6
commit
b18017422d
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for sigil
|
||||
|
||||
# Copyright 2010-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2010-2019 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=sigil
|
||||
SRCNAM=Sigil
|
||||
VERSION=${VERSION:-0.9.10}
|
||||
VERSION=${VERSION:-0.9.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="sigil"
|
||||
VERSION="0.9.10"
|
||||
VERSION="0.9.12"
|
||||
HOMEPAGE="https://sigil-ebook.com/"
|
||||
DOWNLOAD="https://github.com/Sigil-Ebook/Sigil/archive/0.9.10/Sigil-0.9.10.tar.gz"
|
||||
MD5SUM="22314e415220297782d27d85d7f1cce0"
|
||||
DOWNLOAD="https://github.com/Sigil-Ebook/Sigil/archive/0.9.12/Sigil-0.9.12.tar.gz"
|
||||
MD5SUM="c5f87461bf870da774e09a2d3864eacc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5 lxml"
|
||||
REQUIRES="qt5-webkit lxml"
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
|
|
Loading…
Reference in New Issue