Skip to content

Commit d87a80b

Browse files
committed
Update strangepg to 0.8.18
1 parent 8d359ca commit d87a80b

File tree

2 files changed

+3
-109
lines changed

2 files changed

+3
-109
lines changed

recipes/strangepg/build_failure.linux-64.yaml

-104
This file was deleted.

recipes/strangepg/meta.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{% set name = "strangepg" %}
2-
{% set version = "0.8.17" %}
3-
# temporary makefile fix
4-
{% set ref = "0a9fdf9dbee377ba112349d2db3e91d5fb7c3cee" %}
2+
{% set version = "0.8.18.1" %}
53

64
package:
75
name: {{ name }}
86
version: {{ version }}
97

108
source:
11-
url: https://github.com/qwx9/{{ name }}/archive/{{ ref }}.tar.gz
12-
sha256: 0dabb6b760aeec7d89ff757b1f7a6434c09be259266749bd11d48fb6e324eae7
9+
url: https://github.com/qwx9/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
10+
sha256: b39049a09d6a21319ebb2b32550071715a70f30c718eab2086e862d77ac4c2c2
1311

1412
build:
1513
number: 0

0 commit comments

Comments
 (0)