Brew cask update for ted version v0.1.0
This commit is contained in:
commit
15bca713bc
26
Casks/ted.rb
Normal file
26
Casks/ted.rb
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
# This file was generated by GoReleaser. DO NOT EDIT.
|
||||||
|
cask "ted" do
|
||||||
|
name "ted"
|
||||||
|
desc "TUI tools for working with CSV files"
|
||||||
|
homepage "https://ted.lmika.dev/"
|
||||||
|
version "0.1.0"
|
||||||
|
|
||||||
|
livecheck do
|
||||||
|
skip "Auto-generated on release."
|
||||||
|
end
|
||||||
|
|
||||||
|
binary "ted"
|
||||||
|
|
||||||
|
on_macos do
|
||||||
|
on_intel do
|
||||||
|
url "https://lmika.dev/cmd/ted/releases/download/v#{version}/ted_#{version}_darwin_amd64.tar.gz"
|
||||||
|
sha256 "c69f03fe92246dff448864c0787bf7d306dc3a58b19273834ff0fe799936bb81"
|
||||||
|
end
|
||||||
|
on_arm do
|
||||||
|
url "https://lmika.dev/cmd/ted/releases/download/v#{version}/ted_#{version}_darwin_arm64.tar.gz"
|
||||||
|
sha256 "fdba4028664dac615a1a0c372ba143940b836a160ee891a5199bc7e8fd91f9c1"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
# No zap stanza required
|
||||||
|
end
|
||||||
Loading…
Reference in a new issue