ted/Casks/ted.rb

27 lines
722 B
Ruby
Raw Permalink Normal View History

# 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 "dc311211a4773987864107ee7213a3e8f312150393d76d177cc156a8e5c72337"
end
on_arm do
url "https://lmika.dev/cmd/ted/releases/download/v#{version}/ted_#{version}_darwin_arm64.tar.gz"
sha256 "75cf7da38ed6edbed7e212b11dd73547fb27f5ae8e77f199bd60ddb92f12365b"
end
end
# No zap stanza required
end