Skip to content

Commit

Permalink
delly v0.8.1 (#13491)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch authored Feb 4, 2019
1 parent b9561ff commit 3796e84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions recipes/delly/Makefile.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- a/a/delly/Makefile
+++ b/b/delly/Makefile
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,8 @@ exec_prefix = $(prefix)
bindir ?= $(exec_prefix)/bin

Expand Down
9 changes: 5 additions & 4 deletions recipes/delly/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{% set version = "0.7.9" %}
{% set version = "0.8.1" %}
{% set sha256 = "7f775c1a22d46a5ecd1b6b6f32f53700fd7d8206ee9e5b066bd8bd82346a23b6" %}

package:
name: delly
version: {{ version }}
version: '{{ version }}'

source:
url: https://github.com/dellytools/delly/archive/v{{ version }}.tar.gz
sha256: 401fecee9804c617fe5b7db92c3b05672d1a58acd9b25f281e76af1917620075
sha256: '{{ sha256 }}'
patches:
- Makefile.patch

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

requirements:
Expand Down

0 comments on commit 3796e84

Please sign in to comment.