Skip to content

Commit

Permalink
Rename terminus to tabby and update to 1.0.144 (#107994)
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Jul 4, 2021
1 parent dad0105 commit 45e9c3d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
34 changes: 34 additions & 0 deletions Casks/tabby.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
cask "tabby" do
version "1.0.144"

if Hardware::CPU.intel?
sha256 "7b5e5967ab97a35061a5f1d6ad7715a8d072f0874a03645bcdbf53f2c0d5f2ee"

url "https://github.com/Eugeny/tabby/releases/download/v#{version}/tabby-#{version}-macos-x86_64.zip",
verified: "github.com/Eugeny/tabby/"
else
sha256 "19ff5798afd1abc12db427b9fbf0d404f1aa6b0c45e56e2115e99957e5f957b9"

url "https://github.com/Eugeny/tabby/releases/download/v#{version}/tabby-#{version}-macos-arm64.zip",
verified: "github.com/Eugeny/tabby/"
end

name "Tabby"
name "Terminus"
desc "Terminal emulator, SSH and serial client"
homepage "https://eugeny.github.io/tabby/"

livecheck do
url :url
strategy :github_latest
end

app "Tabby.app"

zap trash: [
"~/Library/Application Support/tabby",
"~/Library/Preferences/org.tabby.helper.plist",
"~/Library/Preferences/org.tabby.plist",
"~/Library/Saved Application State/org.tabby.savedState",
]
end
33 changes: 0 additions & 33 deletions Casks/terminus.rb

This file was deleted.

0 comments on commit 45e9c3d

Please sign in to comment.