Skip to content

Commit

Permalink
piezo 1.9.1
Browse files Browse the repository at this point in the history
The newer version of Piezo that require macOS 14.4 is
`Piezo-ARK.zip` instead of `Piezo.zip` (the older variant).
  • Loading branch information
samford committed Apr 14, 2024
1 parent 58c3691 commit 353e46e
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions Casks/p/piezo.rb
Expand Up @@ -3,23 +3,38 @@

on_ventura :or_older do
version "1.8.2"

url "https://rogueamoeba.com/piezo/download/Piezo.zip"

# NOTE: The `system` value will need to be kept up to date with the latest
# macOS Ventura version (e.g. 1366 for 13.6.6).
livecheck do
url "https://rogueamoeba.net/ping/versionCheck.cgi?format=sparkle&system=1366&bundleid=com.rogueamoeba.Piezo&platform=osx&version=#{version.no_dots}8000"
strategy :sparkle
end

depends_on macos: ">= :big_sur"
end
on_sonoma :or_newer do
version "1.9.0"
version "1.9.1"

url "https://rogueamoeba.com/piezo/download/Piezo-ARK.zip"

# NOTE: The `system` value will need to be kept up to date with the latest
# macOS version (e.g. 1441 for 14.4.1).
livecheck do
url "https://rogueamoeba.net/ping/versionCheck.cgi?format=sparkle&system=1441&bundleid=com.rogueamoeba.Piezo&platform=osx&version=#{version.no_dots}8000"
strategy :sparkle
end

depends_on macos: ">= :sonoma"
end

url "https://rogueamoeba.com/piezo/download/Piezo.zip"
name "Piezo"
desc "Audio recording application"
homepage "https://rogueamoeba.com/piezo/"

livecheck do
url "https://rogueamoeba.net/ping/versionCheck.cgi?format=sparkle&system=1231&bundleid=com.rogueamoeba.Piezo&platform=osx&version=#{version.no_dots}8000"
strategy :sparkle
end

auto_updates true
depends_on macos: ">= :big_sur"

app "Piezo.app"

Expand Down

0 comments on commit 353e46e

Please sign in to comment.