smali 2.2.5
Closes #31866. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
c26b8a5a5e
commit
40d9aea37e
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
class Smali < Formula
|
||||
desc "Assembler/disassembler for Android's Java VM implementation"
|
||||
homepage "https://github.com/JesusFreke/smali"
|
||||
url "https://bitbucket.org/JesusFreke/smali/downloads/smali-2.2.4.jar"
|
||||
sha256 "67b5d4e6dc9e663610bd06d307ecc5087cf862fc1c255704ef1f7b755dc9e634"
|
||||
url "https://bitbucket.org/JesusFreke/smali/downloads/smali-2.2.5.jar"
|
||||
sha256 "7bd1677594b917f6c538b7ac7e8958294a94ec95e99efecda5aee935060138b6"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
resource "baksmali-jar" do
|
||||
url "https://bitbucket.org/JesusFreke/smali/downloads/baksmali-2.2.4.jar"
|
||||
sha256 "75a82ea60c014614fa62696115dc72ceae77167ae6b110f5435569bd98f9b6d7"
|
||||
url "https://bitbucket.org/JesusFreke/smali/downloads/baksmali-2.2.5.jar"
|
||||
sha256 "e12c5c9c140ee63487037ad8dc6d5ebd43c0185e1a56524f554d0a845240ec06"
|
||||
end
|
||||
|
||||
resource "baksmali" do
|
||||
|
|
Loading…
Reference in a new issue