mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/tixati: Updated for version 2.88_1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
84e7235c14
commit
a16ceacca7
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for tixati
|
||||
|
||||
# Copyright 2015-2021 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tixati
|
||||
VERSION=${VERSION:-2.78_1}
|
||||
VERSION=${VERSION:-2.88_1}
|
||||
SRCVER=$(echo $VERSION | tr _ -)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tixati"
|
||||
VERSION="2.78_1"
|
||||
VERSION="2.88_1"
|
||||
HOMEPAGE="https://www.tixati.com/"
|
||||
DOWNLOAD="https://download2.tixati.com/download/tixati-2.78-1.i686.manualinstall.tar.gz"
|
||||
MD5SUM="227f8d87b5ebfe7bfe3e0b9ed5841c82"
|
||||
DOWNLOAD_x86_64="https://download2.tixati.com/download/tixati-2.78-1.x86_64.manualinstall.tar.gz"
|
||||
MD5SUM_x86_64="256b842726851370f9359a5a2c815165"
|
||||
DOWNLOAD="https://download2.tixati.com/download/tixati-2.88-1.i686.manualinstall.tar.gz"
|
||||
MD5SUM="d41d8cd98f00b204e9800998ecf8427e"
|
||||
DOWNLOAD_x86_64="https://download2.tixati.com/download/tixati-2.88-1.x86_64.manualinstall.tar.gz"
|
||||
MD5SUM_x86_64="68b268278ffe6c937581148ff6f22f20"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue