mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/screenfetch: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0e93162ead
commit
ccec3fa6ae
3 changed files with 9 additions and 7 deletions
|
@ -6,4 +6,5 @@ display an ASCII version of that distribution's logo and some
|
|||
valuable information to the right.
|
||||
|
||||
scrot is an optional dependency. Without it you won't be able to
|
||||
use -t option (take screenshot).
|
||||
use -s option (take a screenshot). You can also specify a custom
|
||||
screenshot command.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for Screenfetch
|
||||
# Copyright 2012, 2013, Bojan Popovic, Belgrade, Serbia, <bocke@slackware-srbija.org>
|
||||
# Copyright 2012, 2013, 2014 Bojan Popovic, Belgrade, Serbia, <bocke@slackware-srbija.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,10 +26,11 @@
|
|||
# 1.1 08-JUL-2013 Updated to a new upstream ver. 3.0.5. Fixes Slack64
|
||||
# detection.
|
||||
# 1.2 06-DEC-2013 Updated to a new upstream ver. 3.2.2.
|
||||
# 1.3 24-JUL-2014 Updated to a new upstream ver. 3.5.0.
|
||||
|
||||
PRGNAM=screenfetch
|
||||
VERSION=${VERSION:-3.2.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
DIRNAME=screenFetch
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="screenfetch"
|
||||
VERSION="3.2.2"
|
||||
VERSION="3.5.0"
|
||||
HOMEPAGE="https://github.com/KittyKatt/screenFetch"
|
||||
DOWNLOAD="https://github.com/KittyKatt/screenFetch/archive/v3.2.2.tar.gz"
|
||||
MD5SUM="25522ffd6a54dc8695d801e7f9a22794"
|
||||
DOWNLOAD="https://github.com/KittyKatt/screenFetch/archive/v3.5.0.tar.gz"
|
||||
MD5SUM="250685e4bd41ea1d3d25184d3048fe98"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue