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

Percolator 3.2.1 Bump #13425

Merged
merged 1 commit into from
Jan 31, 2019
Merged
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
10 changes: 5 additions & 5 deletions recipes/percolator/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package:
name: percolator
version: '3.1'
version: '3.2.1'

source:
url: https://github.com/percolator/percolator/archive/rel-3-01.tar.gz
md5: fcb37bc5fcd0149cc775c3e72ff3dc24
url: https://github.com/percolator/percolator/archive/rel-3-02-01.tar.gz
md5: 9726009c022e2cf793becbba486b92de

build:
number: 6
number: 0
skip: True # [osx]

requirements:
Expand All @@ -16,7 +16,7 @@ requirements:
- {{ compiler('c') }}
host:
- zlib
- boost
- boost = 1.64
- tokyocabinet
- sqlite
- bzip2
Expand Down