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

Slamdunk #13580

Merged
merged 11 commits into from
Feb 13, 2019
7 changes: 3 additions & 4 deletions recipes/slamdunk/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set version = "0.3.3" %}
{% set sha256 = "9e8ec79b9f47e2bcf17185e3c14b98039e137140a003400e3101f1cbeefc1162" %}
{% set version = "0.3.4" %}
{% set sha256 = "1dddcec91fac6ab199855629bc004e4cc972ce5c66199b70b703f23ab7eab00d" %}

package:
name: slamdunk
version: {{ version }}

source:
sha256: '{{sha256}}'
url: "https://github.com/t-neumann/slamdunk/archive/v0.3.3.tar.gz"
url: "https://github.com/t-neumann/slamdunk/archive/v{{ version }}.tar.gz"

build:
entry_points:
Expand All @@ -22,7 +22,6 @@ requirements:
- {{ compiler('cxx') }}
- cmake
- wget

host:
- python
- setuptools
Expand Down