mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/orc: Updated for version 0.4.22.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
fe3c3f50da
commit
42d1aff8b2
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by M.Dinslage (daedra1980@gmail.com)
|
||||
|
||||
PRGNAM=orc
|
||||
VERSION=${VERSION:-0.4.19}
|
||||
VERSION=${VERSION:-0.4.22}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,7 +42,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/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="orc"
|
||||
VERSION="0.4.19"
|
||||
VERSION="0.4.22"
|
||||
HOMEPAGE="http://code.entropywave.com/projects/orc/"
|
||||
DOWNLOAD="http://gstreamer.freedesktop.org/data/src/orc/orc-0.4.19.tar.gz"
|
||||
MD5SUM="2cacea6271aade6d592fe1622a136f19"
|
||||
DOWNLOAD="http://gstreamer.freedesktop.org/data/src/orc/orc-0.4.22.tar.xz"
|
||||
MD5SUM="eecd4788688a95aae97adf1125585cbf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue