mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/qutebrowser: Updated for version 2.2.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b7a556f54f
commit
89907e238c
3 changed files with 7 additions and 7 deletions
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=qutebrowser
|
||||
VERSION=${VERSION:-2.1.1}
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qutebrowser"
|
||||
VERSION="2.1.1"
|
||||
VERSION="2.2.0"
|
||||
HOMEPAGE="http://qutebrowser.org/"
|
||||
DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v2.1.1/qutebrowser-2.1.1.tar.gz"
|
||||
MD5SUM="f756b204c7ad2ff1321cb55787df0d28"
|
||||
DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v2.2.0/qutebrowser-2.2.0.tar.gz"
|
||||
MD5SUM="762d7dc0f939ee0ca54701ba233e7175"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-PyYAML Jinja2 python3-PyQtWebEngine python-toml importlib-resources python-zipp"
|
||||
|
|
|
@ -10,10 +10,10 @@ qutebrowser: qutebrowser (qt5 keyboard driven webbrowser)
|
|||
qutebrowser:
|
||||
qutebrowser: qutebrowser is a keyboard-focused browser with a minimal GUI. It's
|
||||
qutebrowser: based on Python and PyQt5 and free software, licensed under the GPL.
|
||||
qutebrowser: It was inspired by other browsers/addons like dwb and
|
||||
qutebrowser: Vimperator/Pentadactyl.
|
||||
qutebrowser:
|
||||
qutebrowser: It was inspired by other browsers/addons like Vimperator/Pentadactyl
|
||||
qutebrowser: and dwb.
|
||||
qutebrowser:
|
||||
qutebrowser: qt5-webkit is an optional dependency for the webkit backend.
|
||||
qutebrowser:
|
||||
qutebrowser: https://qutebrowser.org
|
||||
qutebrowser:
|
||||
|
|
Loading…
Reference in a new issue