mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/lensfun: Updated to version 0.2.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
88b93528e7
commit
3c28e4775f
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=lensfun
|
||||
VERSION=0.2.3
|
||||
VERSION=${VERSION:-0.2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP || exit 1
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z? || exit 1
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* || exit 1
|
||||
cd $PRGNAM-$VERSION || exit 1
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lensfun"
|
||||
VERSION="0.2.3"
|
||||
VERSION="0.2.6"
|
||||
HOMEPAGE="http://lensfun.berlios.de/"
|
||||
DOWNLOAD="http://download.berlios.de/lensfun/lensfun-0.2.3.tar.bz2"
|
||||
MD5SUM="c5c04be4f53e3eef450ff4948d8f65b3"
|
||||
DOWNLOAD="http://download.berlios.de/lensfun/lensfun-0.2.6.tar.bz2"
|
||||
MD5SUM="740e4749db04da0a597630dd6339b966"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue