diff --git a/Formula/r/ryelang.rb b/Formula/r/ryelang.rb index d8be391d76120..24cbd1c35f031 100644 --- a/Formula/r/ryelang.rb +++ b/Formula/r/ryelang.rb @@ -1,9 +1,9 @@ class Ryelang < Formula desc "Rye is a homoiconic programming language focused on fluid expressions" homepage "https://ryelang.org/" - url "https://github.com/refaktor/rye/archive/refs/tags/v0.0.32.tar.gz" - sha256 "2de813bdd9719344cf4d75c434111b575aa3c31f3447d43a52a4fabf4f5be562" - license "Apache-2.0" + url "https://github.com/refaktor/rye/archive/refs/tags/v0.0.33.tar.gz" + sha256 "b932a734f97cfb1e9f46a6cd110c586a083aba99f4a14784712358cb6fd7131e" + license "BSD-3-Clause" head "https://github.com/refaktor/rye.git", branch: "main" livecheck do @@ -12,12 +12,12 @@ class Ryelang < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "958213dd4a5a8293c50859133cb3810634229d29f74feda27da299306202d1b4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b94ff1511ca4f59568b67e49a1c1d8ebc068a3897dd4842f6c80930e99b84ff" - sha256 cellar: :any_skip_relocation, arm64_ventura: "eba2de9c55a15aa17001cddef0bf482d1c5c36066d982433ab46ce6da9fe2edd" - sha256 cellar: :any_skip_relocation, sonoma: "d8e98a260b7a369b5b27122b6d8a81099390cadd4e1237ae69e02ee3d2be3432" - sha256 cellar: :any_skip_relocation, ventura: "19683968fe91c6a404aaa29d95c4709170e6312143b23b4519dbf133b6ffe1a9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a07b288ca72a5ed2d218833d84440b1cbf1cbfb0f3cabeccf91230da07b1611d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c2016dfbcfcd9295dbf6340087b7bbc1a3767c5832a1518d1ccd5cc0d478078" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "026123e82f5387c00bddc5b2555467e5f63fa2c23af8d2e1212470640f816ce4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0dce6c00e1e944011f2111b106abc6e9a7ee305f3deb48de78d5681f63dd28ee" + sha256 cellar: :any_skip_relocation, sonoma: "1be9b573665c4b38c570ce40633bdfa664f02b975d89d26f41a8506483561d90" + sha256 cellar: :any_skip_relocation, ventura: "322f268858ec889b94f211425f6aafa63d08a197fa96ce2f01d6da75e1e274c9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d5a6460dc90e8799d2de10cde822bf83a461e0e20cee90e45d6c69d626c1ef25" end depends_on "go" => :build