From 3f7c71b8def50d5aafa9aa44e10fd6c200f059f2 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Tue, 17 Aug 2021 21:33:21 +1000 Subject: [PATCH] ruby: fix checksum --- dev-lang/ruby/ruby-2.7.4.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/ruby/ruby-2.7.4.recipe b/dev-lang/ruby/ruby-2.7.4.recipe index af82d5d54..508aaf4eb 100644 --- a/dev-lang/ruby/ruby-2.7.4.recipe +++ b/dev-lang/ruby/ruby-2.7.4.recipe @@ -10,12 +10,12 @@ imperative. It also has a dynamic type system and automatic memory \ management. Therefore, it is similar in varying degrees to, Smalltalk, \ Python, Perl, Lisp, Dylan, and CLU." HOMEPAGE="https://www.ruby-lang.org/" -COPYRIGHT="1993-2020 Yukihiro Matsumoto" +COPYRIGHT="1993-2021 Yukihiro Matsumoto" LICENSE="Ruby BSD (3-clause)" REVISION="1" SOURCE_URI="https://cache.ruby-lang.org/pub/ruby/2.7/ruby-$portVersion.tar.bz2" -CHECKSUM_SHA256="65a590313d244d48dc2ef9a9ad015dd8bc6faf821621bbb269aa7462829c75ed" +CHECKSUM_SHA256="bffa8aec9da392eda98f1c561071bb6e71d217d541c617fc6e3282d79f4e7d48" SOURCE_DIR="ruby-$portVersion" PATCHES="ruby-$portVersion.patchset"