Skip to content

Commit

Permalink
Update paladin to 1.4.4 (#11541)
Browse files Browse the repository at this point in the history
* Update paladin to 1.4.4

* delete md5

* Update build.sh

* Update build.sh
  • Loading branch information
epruesse authored and karel-brinda committed Oct 31, 2018
1 parent 3406faf commit ee88545
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 3 additions & 1 deletion recipes/paladin/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
export C_INCLUDE_PATH=${PREFIX}/include
export LIBRARY_PATH=${PREFIX}/lib
make INCLUDES=$PREFIX/include INSTALLDIR=$PREFIX/bin install -j${CPU_COUNT}
make INCLUDES=$PREFIX/include -j${CPU_COUNT}
install -m 0755 paladin ${PREFIX}/bin

8 changes: 3 additions & 5 deletions recipes/paladin/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% set name = "paladin" %}
{% set version = "1.3.1" %}
{% set sha256 = "8ac244e20e5beb27633191b120ad4ec5061e6d05d411d975c8fef90e47b9764f" %}
{% set md5 = "de72fca3355459ae446c990921955040" %}
{% set version = "1.4.4" %}
{% set sha256 = "6e37144d54027c381bdcd290c59ebd16034800513e6604a7432c376f50fac663" %}

package:
name: {{ name }}
Expand All @@ -10,10 +9,9 @@ package:
source:
url: https://github.com/twestbrookunh/{{ name }}/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}
md5: {{ md5 }}

build:
number: 2
number: 0

requirements:
build:
Expand Down

0 comments on commit ee88545

Please sign in to comment.