From 3757fbd467d0b9ae63411786be45111426747ba7 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Sat, 27 Jul 2024 00:55:33 +0100 Subject: [PATCH] Rebuild packages that failed before --- gcc.yaml | 2 +- glibc.yaml | 2 +- linkerd2-proxy.yaml | 2 +- neon.yaml | 2 +- ruby-3.2.yaml | 2 +- rust-1.80.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc.yaml b/gcc.yaml index ce21310281c..f54fe11b9e2 100644 --- a/gcc.yaml +++ b/gcc.yaml @@ -1,7 +1,7 @@ package: name: gcc version: 13.3.0 - epoch: 2 + epoch: 3 description: "the GNU compiler collection" copyright: - license: GPL-3.0-or-later WITH GCC-exception-3.1 diff --git a/glibc.yaml b/glibc.yaml index e9a641d96b1..fbdf1adab7b 100644 --- a/glibc.yaml +++ b/glibc.yaml @@ -1,7 +1,7 @@ package: name: glibc version: "2.40" - epoch: 0 + epoch: 1 description: "the GNU C library" copyright: - license: LGPL-2.1-or-later diff --git a/linkerd2-proxy.yaml b/linkerd2-proxy.yaml index ea69890edaa..a18b8b13d64 100644 --- a/linkerd2-proxy.yaml +++ b/linkerd2-proxy.yaml @@ -1,7 +1,7 @@ package: name: linkerd2-proxy version: 2.246.0 - epoch: 0 + epoch: 1 description: "A program that validates linkerd networks" copyright: - license: Apache-2.0 diff --git a/neon.yaml b/neon.yaml index a37151842a7..ff8107ca5b6 100644 --- a/neon.yaml +++ b/neon.yaml @@ -1,7 +1,7 @@ package: name: neon version: "6248" - epoch: 0 + epoch: 1 description: "Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage." copyright: - license: Apache-2.0 diff --git a/ruby-3.2.yaml b/ruby-3.2.yaml index 98d02726d6e..e7962da9131 100644 --- a/ruby-3.2.yaml +++ b/ruby-3.2.yaml @@ -1,7 +1,7 @@ package: name: ruby-3.2 version: 3.2.5 - epoch: 0 + epoch: 1 description: "the Ruby programming language" copyright: - license: Ruby diff --git a/rust-1.80.yaml b/rust-1.80.yaml index bb427c20b86..8a2614e5deb 100644 --- a/rust-1.80.yaml +++ b/rust-1.80.yaml @@ -1,7 +1,7 @@ package: name: rust-1.80 version: 1.80.0 - epoch: 0 + epoch: 1 description: "Empowering everyone to build reliable and efficient software." copyright: - license: Apache-2.0 AND MIT