mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/fbrowse-tray: Updated for version 0.06.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
973462aa81
commit
17519e935d
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Slackware build script for fbrowse-tray.
|
||||
# Home page: https://github.com/trizen/fbrowse-tray.
|
||||
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fbrowse-tray
|
||||
VERSION=${VERSION:-0.05}
|
||||
VERSION=${VERSION:-0.06}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fbrowse-tray"
|
||||
VERSION="0.05"
|
||||
VERSION="0.06"
|
||||
HOMEPAGE="https://github.com/trizen/fbrowse-tray/"
|
||||
DOWNLOAD="https://github.com/trizen/fbrowse-tray/archive/0.05.tar.gz"
|
||||
MD5SUM="19501b2d07ef380f59c75341fbca308a"
|
||||
DOWNLOAD="https://github.com/trizen/fbrowse-tray/archive/0.06.tar.gz"
|
||||
MD5SUM="ff1408b4fa61a2f5e3063d7287428feb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-gtk2 perl-file-mimeinfo"
|
||||
|
|
Loading…
Reference in a new issue