Skip to content

Commit

Permalink
Merge pull request #197254 from Homebrew/lectrote-arch-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp authored Jan 5, 2025
2 parents c72f28c + 299b5b6 commit 22f0020
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Casks/l/lectrote.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
cask "lectrote" do
arch arm: "arm64", intel: "x64"

version "1.5.2"
sha256 "453ac8e37f3829b9fac98f288300d9bea6e3fb78d5c577f3df5d08098508074f"
sha256 arm: "b727d4bc64d503eea6f2378782df786100851309bb970c7cc2ff475f5d2f70fb",
intel: "19351bb7f76a0a6b348e85b182cbcf6acbf3aadb903cb65e43cf4dd49cccb996"

url "https://github.com/erkyrath/lectrote/releases/download/lectrote-#{version}/Lectrote-#{version}-macos-universal.dmg"
url "https://github.com/erkyrath/lectrote/releases/download/lectrote-#{version}/Lectrote-#{version}-macos-#{arch}.dmg"
name "lectrote"
desc "Interactive Fiction interpreter in an Electron shell"
homepage "https://github.com/erkyrath/lectrote"

depends_on macos: ">= :catalina"

app "Lectrote.app"

zap trash: [
Expand Down

0 comments on commit 22f0020

Please sign in to comment.