Skip to content

Commit

Permalink
extraterm 0.78.1
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Krehel <[email protected]>
  • Loading branch information
khipp authored and krehel committed Jun 26, 2024
1 parent d467422 commit f55142d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
24 changes: 4 additions & 20 deletions Casks/e/extraterm.rb
Original file line number Diff line number Diff line change
@@ -1,38 +1,22 @@
cask "extraterm" do
version "0.77.0"
sha256 "fad003689e21fb9fd565a8385dfef56e4d9330ef2a17698c711cb41faf2f5dba"
version "0.78.1"
sha256 "ce8ac100098c96c0fa1ebdfee962b9881bf139b4065c3d9e547b908d6f35deaa"

url "https://github.com/sedwards2009/extraterm/releases/download/v#{version}/ExtratermQt_#{version}.dmg",
verified: "github.com/sedwards2009/extraterm/"
name "extraterm"
desc "Swiss army chainsaw of terminal emulators"
homepage "https://extraterm.org/"

# As of writing, upstream marks all releases on GitHub as "pre-release".
# This should be updated to use the `GithubLatest` strategy if/when stable
# versions become available.
livecheck do
url :url
regex(/^v?(\d+(?:\.\d+)+)$/i)
strategy :github_releases do |json, regex|
json.map do |release|
# This omits the usual `release["prerelease"]` early return condition,
# as we need to work with pre-release versions for now.
next if release["draft"]

match = release["tag_name"]&.match(regex)
next if match.blank?

match[1]
end
end
strategy :github_latest
end

app "ExtratermQt.app"

zap trash: [
"~/Library/Application Support/extraterm",
"~/Library/Preferences/com.electron.extraterm.helper.plist",
"~/Library/Preferences/com.electron.extraterm.plist",
"~/Library/Preferences/com.electron.extraterm*.plist",
]
end
1 change: 0 additions & 1 deletion audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"devtoys": "all",
"drop-to-gif": "all",
"duplicati": "all",
"extraterm": "all",
"font-devicons": "all",
"font-gilbert": "all",
"font-zhuque-fangsong": "all",
Expand Down

0 comments on commit f55142d

Please sign in to comment.