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 Apr 29, 2024
1 parent de9a92f commit faacb1b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
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.7.1"

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

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

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.61.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: aa7594c846e56a22fbf3d6e260e472268808d3b49d5e0ed339f589e9cc9d484c

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.28
sha256: bd2406f498fea6086ae0eacbf8b188c98b380e59af2267170e6a7b7d715cb207

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 faacb1b

Please sign in to comment.