mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
graphics/teighafileconverter: Updated for version 3.7.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
e39a8d27a2
commit
b90f048b1f
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=teighafileconverter
|
||||
VERSION=${VERSION:-3.6.0}
|
||||
VERSION=${VERSION:-3.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,7 +41,7 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $PKG
|
||||
ar xv $CWD/${PRGNAM}_${VERSION}_$ARCH.deb
|
||||
ar xv $CWD/${ORIG_PRGNAM}_${VERSION}_$ARCH.deb
|
||||
tar xvf data.tar.gz
|
||||
rm -f data.tar.gz control.tar.gz debian-binary
|
||||
chown -R root:root .
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="teighafileconverter"
|
||||
VERSION="3.6.0"
|
||||
VERSION="3.7.0"
|
||||
HOMEPAGE="http://www.opendesign.com/guestfiles/TeighaFileConverter"
|
||||
DOWNLOAD="http://www.opendesign.com/files/guestdownloads/TeighaFileConverter/teighafileconverter_3.6.0_i386.deb"
|
||||
MD5SUM="3ee3eb7ec2af8a324d2f9560eba8e195"
|
||||
DOWNLOAD_x86_64="UNTESTED"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/TeighaFileConverter_3.7.0_i386.deb"
|
||||
MD5SUM="47aeba257c0b2a4e5320d46075fe4490"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Fridrich von Stauffenberg"
|
||||
|
|
Loading…
Reference in a new issue