mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/catfish: Updated for version 1.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d24c2dd723
commit
3ecb75abfd
2 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=catfish
|
||||
VERSION=${VERSION:-1.0.2}
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,7 +66,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 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="catfish"
|
||||
VERSION="1.0.2"
|
||||
VERSION="1.2.1"
|
||||
HOMEPAGE="http://www.twotoasts.de/index.php/catfish/"
|
||||
DOWNLOAD="https://launchpad.net/catfish-search/1.0/1.0.2/+download/catfish-1.0.2.tar.bz2"
|
||||
MD5SUM="7ea70b46ec98a4d1fc2a06bf2579acb2"
|
||||
DOWNLOAD="https://launchpad.net/catfish-search/1.2/1.2.1/+download/catfish-1.2.1.tar.bz2"
|
||||
MD5SUM="19f46baaa14f2908c9c141bd940589cc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pyxdg pygobject3 pexpect"
|
||||
|
|
Loading…
Reference in a new issue