mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/omlibraries: Updated for version svn20150410.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
de163eb822
commit
97076984a0
2 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=omlibraries
|
||||
VERSION=${VERSION:-svn20150221}
|
||||
VERSION=${VERSION:-svn20150410}
|
||||
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_20150221-191549
|
||||
tar xvf $CWD/openmodelicalibraries_20150221-191549.tar.xz
|
||||
cd openmodelicalibraries_20150221-191549
|
||||
rm -rf openmodelicalibraries_20150410-193644
|
||||
tar xvf $CWD/openmodelicalibraries_20150410-193644.tar.xz
|
||||
cd openmodelicalibraries_20150410-193644
|
||||
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="svn20150221"
|
||||
VERSION="svn20150410"
|
||||
HOMEPAGE="https://openmodelica.org/"
|
||||
DOWNLOAD="https://build.openmodelica.org/libraries/openmodelicalibraries_20150221-191549.tar.xz"
|
||||
MD5SUM="85775c4fc96bd43844e1457f41adae32"
|
||||
DOWNLOAD="https://build.openmodelica.org/libraries/openmodelicalibraries_20150410-193644.tar.xz"
|
||||
MD5SUM="0185eaaf56df2ac8915d40e80694bfc6"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openmodelica"
|
||||
|
|
Loading…
Reference in a new issue