Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libraries/libaec/libaec.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=libaec
VERSION=${VERSION:-1.1.5}
VERSION=${VERSION:-1.1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -107,7 +107,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS CHANGELOG.md LICENSE.txt README.md README.SZIP THANKS doc/patent.txt \
AUTHORS CHANGELOG.md LICENSE.txt README.md THANKS \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

Expand Down
6 changes: 3 additions & 3 deletions libraries/libaec/libaec.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="libaec"
VERSION="1.1.5"
VERSION="1.1.6"
HOMEPAGE="https://gitlab.dkrz.de/k202009/libaec"
DOWNLOAD="https://gitlab.dkrz.de/-/project/117/uploads/ee03d0d20265c1a8598a5fbd62a40bb7/libaec-1.1.5.tar.gz"
MD5SUM="5990132814acf4cc302df1b2668c62dd"
DOWNLOAD="https://gitlab.dkrz.de/-/project/117/uploads/c161e35b8c80a8edfca52a6eaec5f3dd/libaec-1.1.6.tar.gz"
MD5SUM="ff2803863bd361e99737239a7dfeaccb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cmake-opt"
Expand Down