We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a007206 + dfd6770 commit ec5ed5dCopy full SHA for ec5ed5d
Formula/j/jadx.rb
@@ -1,12 +1,12 @@
1
class Jadx < Formula
2
desc "Dex to Java decompiler"
3
homepage "https://github.com/skylot/jadx"
4
- url "https://github.com/skylot/jadx/releases/download/v1.5.1/jadx-1.5.1.zip"
5
- sha256 "12fd966431903b8e15c36e5007f19343475be7d8f2a55f082e7a929eeabc937e"
+ url "https://github.com/skylot/jadx/releases/download/v1.5.2/jadx-1.5.2.zip"
+ sha256 "5a8b480839c9c61527895d81d5572182279d973abe112047417f237df958a3aa"
6
license "Apache-2.0"
7
8
bottle do
9
- sha256 cellar: :any_skip_relocation, all: "735427c63f8e20f067a5a50d4273cea56b5fd528bb0ad656d91a76762e774997"
+ sha256 cellar: :any_skip_relocation, all: "6c5c0a76284cf5ec339edfb830b9a57f61f20d588b0c2eed74f95697185c125d"
10
end
11
12
head do
0 commit comments