phinze/homebrew-cask

View on GitHub
Casks/c/create-recovery-partition-installer.rb

Summary

Maintainability
A
15 mins
Test Coverage
cask "create-recovery-partition-installer" do
  version "1.1"
  sha256 "19dfb873cfa574bc0692e58b0c96554e8f59c8406bb720889da490a548400882"

  url "https://github.com/MagerValp/Create-Recovery-Partition-Installer/releases/download/v#{version}/Create.Recovery.Partition.Installer-#{version}.dmg"
  name "Create Recovery Partition Installer"
  homepage "https://github.com/MagerValp/Create-Recovery-Partition-Installer/"

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

  app "Create Recovery Partition Installer.app"
end