From 35d0769c8ddc6834b56287d60c2f4ee47ec6811a Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 2 Sep 2020 20:07:41 -0600 Subject: chore: Add checksum for golan 1.15.1 --- config/software/asdf_golang.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/software/asdf_golang.rb b/config/software/asdf_golang.rb index d7e8fd2..f412649 100644 --- a/config/software/asdf_golang.rb +++ b/config/software/asdf_golang.rb @@ -15,6 +15,9 @@ end version "1.15" do source sha256: "2d75848ac606061efe52a8068d0e647b35ce487a15bb52272c427df485193602" end +version "1.15.1" do + source sha256: "70ac0dbf60a8ee9236f337ed0daa7a4c3b98f6186d4497826f68e97c0c0413f6" +end build do mkdir install_dir -- cgit v1.2.3