Skip to content

Commit 59b9e72

Browse files
jhheidertimothytlewisclaude
authored
fixes from #12149 (#12190)
Co-authored-by: timothytlewis <timothytlewis@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7b1cccb commit 59b9e72

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

projects/kubernetes.io/kubectl/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provides:
1010

1111
build:
1212
dependencies:
13-
go.dev: ~1.24.4
13+
go.dev: ~1.25.0
1414
gnu.org/coreutils: ^9.1.0
1515
gnu.org/bash: ^5.1
1616
rsync.samba.org: '*'

projects/rust-lang.org/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ build:
4040
dependencies:
4141
cmake.org: ^3.20
4242
ninja-build.org: ^1.10
43-
python.org: '>=3<3.12'
43+
python.org: '>=3<3.15'
4444
openssl.org: '*' # needed to build openssl-sys
4545
crates.io/semverator: 0
4646
linux:

projects/stedolan.github.io/jq/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
distributable:
2-
url: https://github.com/stedolan/jq/releases/download/jq-{{version.raw}}/jq-{{version.raw}}.tar.gz
2+
url: https://github.com/jqlang/jq/releases/download/jq-{{version.raw}}/jq-{{version.raw}}.tar.gz
33
strip-components: 1
44

55
versions:
6-
github: stedolan/jq/releases
6+
github: jqlang/jq/releases
77
strip: /jq /
88

99
dependencies:

projects/terraform.io/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
- go mod download
1818
- go build -v -ldflags="$LDFLAGS" $EXTRA -o "{{ prefix }}/bin/terraform"
1919
dependencies:
20-
go.dev: ~1.24.1
20+
go.dev: ~1.25.7
2121
env:
2222
GO111MODULE: on
2323
LDFLAGS:

0 commit comments

Comments
 (0)