phinze/homebrew-cask

View on GitHub
Casks/q/qcma.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "qcma" do
  version "0.4.1,1"
  sha256 "fc286229be41cbeb83fdb8800231f67d8f2f0d51c2fca07f09c7f6e9d4eecca7"

  url "https://github.com/codestation/qcma/releases/download/v#{version.csv.first}/Qcma_#{version.csv.first}-#{version.csv.second}.dmg",
      verified: "github.com/codestation/"
  name "Qcma"
  desc "Cross-platform content manager assistant for the PS Vita"
  homepage "https://codestation.github.io/qcma/"

  deprecate! date: "2023-12-17", because: :discontinued

  app "Qcma.app"
end