Skip to content

Commit

Permalink
Update comet-ms to 2018013
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuchenb committed Dec 10, 2018
1 parent f68d591 commit 01eeace
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipes/comet/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "$platform" = "Darwin" ]; then
sed -i bak -e 's/ -static//' Makefile
make
elif [ "$platform" = "Linux" ]; then
mv comet.2018012.linux.exe comet.exe
mv comet."$PKG_VERSION".linux.exe comet.exe
fi
chmod 755 comet.exe
mkdir -p "$PREFIX"/bin
Expand Down
6 changes: 3 additions & 3 deletions recipes/comet/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "comet-ms" %}
{% set version = "2018012" %}
{% set sha256_src_bin_bundle = "5ca42762884b74a62b21e6013e302cd291663361788a3a23ab195254976dbb99" %}
{% set version = "2018013" %}
{% set sha256_src_bin_bundle = "5ee024b254055decf10fc1da42be8370c9913eecf6e1f171726afde5edca3c5a" %}

package:
name: {{ name }}
Expand All @@ -11,7 +11,7 @@ source:
sha256: {{ sha256_src_bin_bundle }}

build:
number: 1
number: 0

requirements:
build:
Expand Down

0 comments on commit 01eeace

Please sign in to comment.