Skip to content
Merged
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
2 changes: 1 addition & 1 deletion projects/kubernetes.io/kubectl/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provides:

build:
dependencies:
go.dev: ~1.24.4
go.dev: ~1.25.0
gnu.org/coreutils: ^9.1.0
gnu.org/bash: ^5.1
rsync.samba.org: '*'
Expand Down
2 changes: 1 addition & 1 deletion projects/rust-lang.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build:
dependencies:
cmake.org: ^3.20
ninja-build.org: ^1.10
python.org: '>=3<3.12'
python.org: '>=3<3.15'
openssl.org: '*' # needed to build openssl-sys
crates.io/semverator: 0
linux:
Expand Down
4 changes: 2 additions & 2 deletions projects/stedolan.github.io/jq/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
distributable:
url: https://github.com/stedolan/jq/releases/download/jq-{{version.raw}}/jq-{{version.raw}}.tar.gz
url: https://github.com/jqlang/jq/releases/download/jq-{{version.raw}}/jq-{{version.raw}}.tar.gz
strip-components: 1

versions:
github: stedolan/jq/releases
github: jqlang/jq/releases
strip: /jq /

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion projects/terraform.io/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
- go mod download
- go build -v -ldflags="$LDFLAGS" $EXTRA -o "{{ prefix }}/bin/terraform"
dependencies:
go.dev: ~1.24.1
go.dev: ~1.25.7
env:
GO111MODULE: on
LDFLAGS:
Expand Down
Loading