From ccf0ee949134b6e965742a1e693ac39007744fe0 Mon Sep 17 00:00:00 2001 From: ajayk Date: Mon, 25 Dec 2023 09:37:05 -0800 Subject: [PATCH] [ruby-3.3] move to release 3.3 from rcwq --- ruby-3.3.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruby-3.3.yaml b/ruby-3.3.yaml index d051073e21e..bbeefab551e 100644 --- a/ruby-3.3.yaml +++ b/ruby-3.3.yaml @@ -1,7 +1,7 @@ package: name: ruby-3.3 - version: 3.3.0_rc1 - epoch: 1 + version: 3.3.0 + epoch: 0 description: "the Ruby programming language" copyright: - license: Ruby @@ -35,8 +35,8 @@ vars: pipeline: - uses: fetch with: - uri: https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-rc1.tar.gz - expected-sha256: c4ff82395a90ef76c7f906b7687026e0ab96b094dcf3a532d9ab97784a073222 + uri: https://cache.ruby-lang.org/pub/ruby/3.3/ruby-${{package.version}}.tar.gz + expected-sha256: 96518814d9832bece92a85415a819d4893b307db5921ae1f0f751a9a89a56b7d - name: Configure runs: |