Skip to content

Commit

Permalink
Add Recaf v2.11.0 (Homebrew#90647)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtastic authored Oct 11, 2020
1 parent 8777ddd commit fe6f858
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Casks/recaf.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
cask "recaf" do
version "2.11.0"
sha256 "fef13ee3eb867e12219cc7e257bc08fb54444ad38a7aa77923d2979ce26eb347"

# github.com/Col-E/Recaf/ was verified as official when first introduced to the cask
url "https://github.com/Col-E/Recaf/releases/download/#{version}/recaf-#{version}-J8-jar-with-dependencies.jar"
appcast "https://github.com/Col-E/Recaf/releases.atom"
name "Recaf"
desc "Java bytecode editor"
homepage "https://www.coley.software/Recaf"

auto_updates true
container type: :naked

# Renamed for clarity: jar file name is overly complex
app "recaf-#{version}-J8-jar-with-dependencies.jar", target: "Recaf.jar"

zap trash: "~/Library/Preferences/Recaf"

caveats do
depends_on_java "8+"
end
end

0 comments on commit fe6f858

Please sign in to comment.