desktop/obbrowser: Updated for version 0.13.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2020-10-02 05:17:30 +07:00 committed by Willy Sudiarto Raharjo
parent c2146c64d3
commit 3da29da159
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# #
# Slackware build script for obbrowser. # Slackware build script for obbrowser.
# #
# Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2015-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=obbrowser PRGNAM=obbrowser
VERSION=${VERSION:-0.12} VERSION=${VERSION:-0.13}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="obbrowser" PRGNAM="obbrowser"
VERSION="0.12" VERSION="0.13"
HOMEPAGE="https://github.com/trizen/obbrowser/" HOMEPAGE="https://github.com/trizen/obbrowser/"
DOWNLOAD="https://github.com/trizen/obbrowser/archive/0.12/obbrowser-0.12.tar.gz" DOWNLOAD="https://github.com/trizen/obbrowser/archive/0.13/obbrowser-0.13.tar.gz"
MD5SUM="05c374440f99a5f93e1ed8ce0564a59c" MD5SUM="7799e4dbf08b55e45d822e606c6e57a7"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="perl-file-mimeinfo perl-data-dump perl-linux-desktop-files perl-gtk2" REQUIRES="perl-file-mimeinfo perl-data-dump perl-linux-desktop-files perl-gtk2"