diff options
author | Daniel Prosser <dpross1100@msn.com> | 2016-06-20 01:31:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-20 01:31:40 +0700 |
commit | fbe1ca27a6c14ae787a8f1fa8a8db4a5e55f5572 (patch) | |
tree | 6caceb7246945f746667c934ef90ec697d9d3401 /network/otter | |
parent | d8b1d6c60ee401c639bf9622a341c983d10847ab (diff) | |
download | slackbuilds-fbe1ca27a6c14ae787a8f1fa8a8db4a5e55f5572.tar.gz |
network/otter: Updated for version 0.9.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/otter')
-rw-r--r-- | network/otter/otter.SlackBuild | 6 | ||||
-rw-r--r-- | network/otter/otter.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/otter/otter.SlackBuild b/network/otter/otter.SlackBuild index 0aa18bbb1a..9744180a6e 100644 --- a/network/otter/otter.SlackBuild +++ b/network/otter/otter.SlackBuild @@ -24,8 +24,8 @@ SRCNAM=otter-browser PRGNAM=$(echo $SRCNAM | cut -c1-5) -VERSION=${VERSION:-0.9.07} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9.10} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -68,7 +68,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 {} \; # Fix font size for non-OpenDesktop window managers export QT_STYLE_OVERRIDE=gtk diff --git a/network/otter/otter.info b/network/otter/otter.info index 4775414ccd..537b8b3451 100644 --- a/network/otter/otter.info +++ b/network/otter/otter.info @@ -1,8 +1,8 @@ PRGNAM="otter" -VERSION="0.9.07" +VERSION="0.9.10" HOMEPAGE="http://otter-browser.org/" -DOWNLOAD="https://github.com/OtterBrowser/otter-browser/archive/v0.9.07.tar.gz" -MD5SUM="82198cedb0d817932d556b80c2676040" +DOWNLOAD="https://github.com/OtterBrowser/otter-browser/archive/v0.9.10.tar.gz" +MD5SUM="196b1adeab38d7786b49f94df203f1fd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |