Skip to content

Commit

Permalink
fix kclvm md5 sum (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
chai2010 authored Jun 2, 2022
1 parent b2a6966 commit 3e14bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/kclvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ var (

KclvmMd5sum = map[string]string{
// https://github.com/KusionStack/KCLVM/releases/tag/v0.4.2-alpha.4
"kclvm-v0.4.2-alpha.4-Darwin.tar.gz": "f0fa080cec33ffcfc3477a99ec3c482b",
"kclvm-v0.4.2-alpha.4-Darwin-arm64.tar.gz": "c6afced97886ac328abaadbc94ea908c",
"kclvm-v0.4.2-alpha.4-Darwin.tar.gz": "5e713e4275d45da971a9b6aacc156074",
"kclvm-v0.4.2-alpha.4-Darwin-arm64.tar.gz": "40ea8f768975d2d59946b2cd38957932",
"kclvm-v0.4.2-alpha.4-centos.tar.gz": "afe52170ccd3b01ffefa48b73ac655d1",
"kclvm-v0.4.2-alpha.4-ubuntu.tar.gz": "a4a7fd7ced93cfb081de3da1207ce641",

Expand Down

0 comments on commit 3e14bcc

Please sign in to comment.