mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/mairix: Updated for version 0.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
36e0668eb8
commit
f4448cbceb
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
|
||||
PRGNAM=mairix
|
||||
VERSION=${VERSION:-0.22}
|
||||
VERSION=${VERSION:-0.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -43,7 +43,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mairix"
|
||||
VERSION="0.22"
|
||||
VERSION="0.23"
|
||||
HOMEPAGE="http://www.rpcurnow.force9.co.uk/mairix/"
|
||||
DOWNLOAD="http://prdownloads.sourceforge.net/mairix/mairix-0.22.tar.gz"
|
||||
MD5SUM="6c6aaca19c2b2de3bf567b856705ce1a"
|
||||
DOWNLOAD="https://github.com/rc0/mairix/archive/0.23.tar.gz"
|
||||
MD5SUM="cdac0ec6da648d21c4264bb09b78dbb9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue