Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions curl/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: "8.1.2"
version: "8.8.0"

package:
name: curl
version: "{{ version }}"

source:
url: http://curl.haxx.se/download/curl-{{ version }}.tar.bz2
sha256: b54974d32fd610acace92e3df1f643144015ac65847f0a041fdc17db6f43f243
sha256: 40d3792d38cfa244d8f692974a567e9a5f3387c547579f1124e95ea2a1020d0d

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions libarchive/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 3.6.2
version: 3.7.6

package:
name: libarchive
version: '{{ version }}'

source:
url: https://github.com/libarchive/libarchive/archive/v{{ version }}.tar.gz
sha256: 652b84588488c2ff38db8f666cd7f781163f85bff4449dcb2e16d3c734f96697
sha256: 2a27a429dde8a6920973a609f13e0d1f94b45a2c40c9f49fc66f7fd915e15b79
patches:
- patches/0001-Add-lib-to-CMAKE_FIND_LIBRARY_PREFIXES-for-lzma.patch
- patches/0003-VC9-compatibility-test-for-BCryptDeriveKeyPBKDF2.patch
Expand Down
4 changes: 2 additions & 2 deletions libnghttp2/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: nghttp2
version: 1.54.0
version: 1.63.0

package:
name: '{{ name|lower }}'
version: '{{ version }}'

source:
url: https://github.com/nghttp2/{{ name }}/releases/download/v{{ version }}/nghttp2-{{ version }}.tar.gz
sha256: 890cb0761d2fac570f0aa7bce085cd7d3c77bcfd56510456b6ea0278cde812f0
sha256: 9318a2cc00238f5dd6546212109fb833f977661321a2087f03034e25444d3dbb

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions libsolv/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
context:
name: libsolv
version: 0.7.24
sha256: 62743265222a729c7fe94c40f7b90ccc1ac5568f5ee6df46884e7ce3c16c78c7
version: 0.7.30
sha256: ce4aa2f0e3c5c9ab99dced6a1810af3f670f1b98892394edc68ccabe7b272133

package:
name: '{{ name|lower }}'
Expand Down
4 changes: 2 additions & 2 deletions lz4-c/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
context:
pkg_name: lz4-c
name: lz4
version: 1.9.4
version: 1.10.0

package:
name: '{{ pkg_name }}'
Expand All @@ -10,7 +10,7 @@ package:
source:
fn: '{{ name }}-{{ version }}.tar.gz'
url: https://github.com/{{ name }}/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b
sha256: 537512904744b35e232912055ccf8ec66d768639ff3abe5788d90d792ec5f48b
patches:
# Split into 2 patches due to a bug in conda-build
- patches/0001-Add-WindowsTargetPlatformVersion-of-10.0-and-lz4-exe.1.patch
Expand Down
4 changes: 2 additions & 2 deletions reproc/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 14.2.4
version: 14.2.5

package:
name: reproc
version: '{{ version }}'

source:
- url: https://github.com/DaanDeMeyer/reproc/archive/v{{ version }}.tar.gz
sha256: 55c780f7faa5c8cabd83ebbb84b68e5e0e09732de70a129f6b3c801e905415dd
sha256: 69467be0cfc80734b821c54ada263c8f1439f964314063f76b7cf256c3dc7ee8

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions xz/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 5.2.12
version: 5.2.13

package:
name: xz
version: '{{ version }}'

source:
url: http://downloads.sourceforge.net/project/lzmautils/xz-{{ version }}.tar.bz2
sha256: fbedff8eb67e229f2e95eb1ff920b255e405c86c9e1a53d4a6861d9823acff18
sha256: 620cdbfc31adbc7e3e5cd8c3c3aa9ffed9335f0ddc42719cf9afce5136a978c1
patches:
- 0001-Add-vs2008-support-via-cmake.patch
- 0002-Add-gettimeofday-for-VS2008.patch
Expand Down
4 changes: 2 additions & 2 deletions zstd/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context:
name: zstd
version: 1.5.5
version: 1.5.6

package:
name: '{{ name|lower }}'
Expand All @@ -9,7 +9,7 @@ package:
source:
fn: '{{ name }}-{{ version }}.tar.gz'
url: https://github.com/facebook/{{ name }}/releases/download/v{{ version }}/{{ name }}-{{ version }}.tar.gz
sha256: 9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
sha256: 8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1

build:
number: 0
Expand Down