ruby-rake: add v13.0.6 (#36945)

This commit is contained in:
Alec Scott 2023-04-17 06:00:39 -07:00 committed by GitHub
parent 8afa166edf
commit 5368049128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ class RubyRake(RubyPackage):
homepage = "https://github.com/ruby/rake" homepage = "https://github.com/ruby/rake"
url = "https://github.com/ruby/rake/archive/v13.0.1.tar.gz" url = "https://github.com/ruby/rake/archive/v13.0.1.tar.gz"
version("13.0.6", sha256="a39d555a08a3cbd6961a98d0bf222a01018683760664ede3c1610af5ca5de0cc")
version("13.0.1", sha256="d865329b5e0c38bd9d11ce70bd1ad6e0d5676c4eee74fd818671c55ec49d92fd") version("13.0.1", sha256="d865329b5e0c38bd9d11ce70bd1ad6e0d5676c4eee74fd818671c55ec49d92fd")
depends_on("ruby@2.2:", type=("build", "run")) depends_on("ruby@2.2:", type=("build", "run"))