mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/omlibraries: Updated for version svn20141126.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a44192e5e9
commit
2dd01bb262
2 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=omlibraries
|
||||
VERSION=${VERSION:-svn20141024}
|
||||
VERSION=${VERSION:-svn20141126}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf openmodelicalibraries_20141024-192624
|
||||
tar xvf $CWD/openmodelicalibraries_20141024-192624.tar.xz
|
||||
cd openmodelicalibraries_20141024-192624
|
||||
rm -rf openmodelicalibraries_20141126-190356
|
||||
tar xvf $CWD/openmodelicalibraries_20141126-190356.tar.xz
|
||||
cd openmodelicalibraries_20141126-190356
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="omlibraries"
|
||||
VERSION="svn20141024"
|
||||
VERSION="svn20141126"
|
||||
HOMEPAGE="https://openmodelica.org/"
|
||||
DOWNLOAD="https://build.openmodelica.org/libraries/openmodelicalibraries_20141024-192624.tar.xz"
|
||||
MD5SUM="86e7c3deb206562796b314d848289a62"
|
||||
DOWNLOAD="https://build.openmodelica.org/libraries/openmodelicalibraries_20141126-190356.tar.xz"
|
||||
MD5SUM="787b8f67b48d5b5954733b0962fd2bac"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openmodelica"
|
||||
|
|
Loading…
Reference in a new issue