Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update malt to v0.5.2 #27662

Merged
merged 5 commits into from
Mar 30, 2021
Merged
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 recipes/malt/build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

# call installer
chmod u+x MALT_unix_0_5_1.sh
chmod u+x MALT_unix_0_5_2.sh
MALT="$PREFIX/opt/$PKG_NAME-$PKG_VERSION"
./MALT_unix_0_5_1.sh -q -dir "$MALT"
./MALT_unix_0_5_2.sh -q -dir "$MALT"

ln -s "$MALT"/malt-build "$PREFIX"/bin/malt-build
ln -s "$MALT"/malt-run "$PREFIX"/bin/malt-run
6 changes: 3 additions & 3 deletions recipes/malt/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package:
name: malt
version: 0.5.1
version: 0.5.2
build:
noarch: generic
number: 0
source:
md5: 8ce84d76be7a62275690e450e656485c
url: https://software-ab.informatik.uni-tuebingen.de/download/malt/MALT_unix_0_5_1.sh
md5: 5216a4172b8a679fd84c0c4ac4ff3104
url: https://software-ab.informatik.uni-tuebingen.de/download/malt/MALT_unix_0_5_2.sh
requirements:
build:
- openjdk >=11
Expand Down