Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed May 22, 2024
1 parent de9a92f commit 80907cd
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions c-ares/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 1.19.0
version: 1.20.0

package:
name: c-ares
version: '{{ version }}'

source:
url: https://c-ares.haxx.se/download/c-ares-{{ version }}.tar.gz
sha256: bfceba37e23fd531293829002cac0401ef49a6dc55923f7f92236585b7ad1dd3
sha256: cde8433e9bf6c6a0d9e7e69947745ee649256d76009d6c23b9555f84c5c13988

build:
number: 0
Expand Down
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.2.1"

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

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

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.4

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

source:
url: https://github.com/libarchive/libarchive/archive/v{{ version }}.tar.gz
sha256: 652b84588488c2ff38db8f666cd7f781163f85bff4449dcb2e16d3c734f96697
sha256: cf7fc85b9f663c06dc2b7036b7ee54d02712167e04b07bdcc4c27553abf2d6ff
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.62.1

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

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

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.29
sha256: cb8d36a345ea9491f75d88c3a36a6f575c4e25f08197562f7ab0aa1c6e8c6abd

package:
name: '{{ name|lower }}'
Expand Down
4 changes: 2 additions & 2 deletions openssl/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 3.1.1
version: 3.3.0

package:
name: openssl
version: '{{ version }}'

source:
url: http://www.openssl.org/source/openssl-{{ version }}.tar.gz
sha256: b3aa61334233b852b63ddb048df181177c2c659eb9d4376008118f9c08d07674
sha256: 53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02

build:
number: 0
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 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

0 comments on commit 80907cd

Please sign in to comment.