Files
homebrew-cask/Casks/p/pineapple.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
499 B
Ruby

cask "pineapple" do
version "0.8.0"
sha256 "9ad7c2371ff5c82be5ad236c17085261dba80f462f19fafd33de6a718c162881"
url "https://s3.amazonaws.com/com.nathansuniversity/Pineapple/Releases/Pineapple-#{version}-Python3.5.dmg",
verified: "s3.amazonaws.com/com.nathansuniversity/Pineapple/"
name "Pineapple"
homepage "https://nwhitehead.github.io/pineapple/"
livecheck do
url :homepage
regex(%r{href=.*?/Pineapple-(\d+(?:\.\d+)*)-Python3\.5\.dmg}i)
end
app "Pineapple.app"
end