File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Generated through hack/update-codegen.sh. Don't edit manually.
22# Next line is used to identify version of the file.
3- # func_version:1.20.0
3+ # func_version:1.20.1
44require "fileutils"
55
66class Func < Formula
77 homepage "https://github.com/knative/func"
88
9- v = "knative-v1.20.0 "
9+ v = "knative-v1.20.1 "
1010 version v
1111
1212 if OS . mac? && Hardware ::CPU . intel?
1313 url "https://github.com/knative/func/releases/download/#{ v } /func_darwin_amd64"
14- sha256 "7fb9596f987f971deae3dd05b01ff7b299408ee2617ec35889ac816df3f93aef "
14+ sha256 "2dbb2e1690e8886a391b8398368fffa92d66c59b2200c922ebdf31ceb5086126 "
1515 elsif OS . mac? && Hardware ::CPU . arm?
1616 url "https://github.com/knative/func/releases/download/#{ v } /func_darwin_arm64"
17- sha256 "6df38e4ffd9c20645f0d48421f7e6188895609de14f6e50054adc684f5ec395d "
17+ sha256 "ce12b0b221d383f9ae28a19bf0916609ae50c9b226c4e57e66c73ab8835b32ca "
1818 elsif OS . linux? && Hardware ::CPU . arm?
1919 url "https://github.com/knative/func/releases/download/#{ v } /func_linux_arm64"
20- sha256 "bff383743a70a9ccf02dad63a4e75dfeff1f47cbfe56eaca4c6b2b478260226b "
20+ sha256 "50a069583c5f1cd5b5c2b00ea13d15c7301b066b9af1f2f62558b709eaccf5c5 "
2121 else
2222 url "https://github.com/knative/func/releases/download/#{ v } /func_linux_amd64"
23- sha256 "eb17df455c5b4582815d0507aaffc721271dc2a40546148f7eb245ce0ca1d225 "
23+ sha256 "70878d2be4052a537e739a23aeae6586e65ca55d18e8024f799692912cff1a61 "
2424 end
2525
2626 def install
You can’t perform that action at this time.
0 commit comments