Skip to content

Commit

Permalink
Merge pull request #157814 from Homebrew/miccal-free-podcast-transcri…
Browse files Browse the repository at this point in the history
…ption

free-podcast-transcription: remove shasum, add depends_on
  • Loading branch information
bevanjkay authored Oct 17, 2023
2 parents 005958c + 8eb6117 commit 0475ad1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Casks/f/free-podcast-transcription.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cask "free-podcast-transcription" do
arch arm: "aarch64", intel: "x86_64"

sha256 :no_check

on_arm do
version "0.0.4,20230417.152948"
sha256 "bd9177f88e23a179776d416e2d5912f9c5dc9b3979f796ed708522944ce2f81d"
end
on_intel do
version "0.0.4,20230417.153610"
sha256 "e2605d7110c0a1951664a1e3fd0624d843b89869673a5eecae2a47e8c0ca9391"
end

url "https://freepodcasttranscription.com/desktop-builds/darwin/#{arch}/Free%20Podcast%20Transcription.dmg"
Expand All @@ -20,6 +20,8 @@
strategy :extract_plist
end

depends_on macos: ">= :high_sierra"

app "Free Podcast Transcription.app"

zap trash: [
Expand Down

0 comments on commit 0475ad1

Please sign in to comment.